v0.11.0
版本发布时间: 2016-02-06 06:13:30
balderdashy/waterline最新发布版本:v0.11.6(2016-11-12 18:34:37)
- Removed the second argument from
.save()
commands that returns the newly updated data that has been re-populated. This should increase performance and limit memory. - Errors coming from
.save()
now return actual Error objects that have been extended fromWLError
. - Fixes issue with dynamic finders not understanding custom
columnName
attributes. - Auto timestamps column names are now overridable.
- Add support for an array of values to be passed into
populate
. ex.populate(['foo', 'bar'])
. - Ensures that createdAt and updatedAt are always the exact same on
create
. - Fixed issue with booleans not being cast correctly for validations.
- Fixed bug where dates as primary keys would fail serialization.
- Update support and patch some bugs in Many-To-Many through associations.
See the Changelog for more details.