Changelog History
Page 3
-
v0.11.2 Changes
- ๐ [BUGFIX] Fixes an issue when searching by
id
in schemaless mode. See #1326 for more details.
- ๐ [BUGFIX] Fixes an issue when searching by
-
v0.11.1 Changes
- ๐ [ENHANCEMENT] Handles fatal errors in validations better and returns clearer error messages for them. Who knew crashing the process would be bad? Thanks @mikermcneil
-
v0.11.0 Changes
๐ [BREAKING CHANGE] 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. See #1295 for more details.[ENHANCEMENT] Errors coming from
.save()
now return actual Error objects that have been extended fromWLError
.๐ [BUGFIX] Fixes issue with dynamic finders not understanding custom
columnName
attributes. See #1298 for more details. Thanks @HaKr for the detailed test case.๐ [ENHANCEMENT] Auto timestamps column names are now overridable. See#946 for more details. Thanks @Esya for the patch.
๐ [ENHANCEMENT] Add support for an array of values to be passed into
populate
. ex.populate(['foo', 'bar'])
. See #1190 for more details. Thanks @luislobo for the patch.โก๏ธ [ENHANCEMENT] Ensures that createdAt and updatedAt are always the exact same on
create
. See #1201 for more details. Thanks @ziacik for the patch.๐ [BUGFIX] Fixed issue with booleans not being cast correctly for validations. See #1225 for more details. Thanks @edupsousa for the patch.
๐ [BUGFIX] Fixed bug where dates as primary keys would fail serialization. See #1269 for more details. Thanks @elennaro for the patch.
๐ [BUGFIX] Update support and patch some bugs in Many-To-Many through associations. See #1134 for more details. Thanks @atiertant for the patch.
-
v0.10.29 Changes
- โก๏ธ [ENHANCEMENT] Update version of Anchor to fix issue with email validations
-
v0.10.28 Changes
๐ [BUGFIX] Fix issue with
through
table joins. See #1134 for more details. Thanks @atiertant for the patch!โ [ENHANCEMENT] Bump version of Waterline-Schema to the latest.
โก๏ธ [ENHANCEMENT] Update Travis tests to run on Node 4 and 5.
-
v0.10.26 Changes
- ๐ [BUGFIX] Fix issue with
defaultsTo
not setting values for undefined values.
- ๐ [BUGFIX] Fix issue with
-
v0.10.25 Changes
๐ See https://github.com/balderdashy/waterline/commits/f5efc0349fe9594a962357287bb6c25acdda9a76.
Earlier still?
๐ > For the first year or so, Waterline lived in the main Sails repo. See https://github.com/balderdashy/sails/commits/master?after=q8Jnoggc%2F%2B7O7021adjRanuRhssrNDM3NA%3D%3D and back.