yarn waterline 0.11.0
v0.11.0

latest releases: 0.15.2, 0.15.1, 0.15.0...
8 years ago
  • 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 from WLError.
  • 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.

Don't miss a new waterline release

NewReleases is sending notifications on new releases.