Bugfixes release.
For the full list of changes, see the CHANGELOG
Fixes
ORM
- Fixes
BelongsTo.associate()
for non saved models.
Connection
- Fixes reconnection for PostgreSQL.
Other
- Fixes dependencies (changed
fake-factory
toFaker
) (thanks to acristoffers)