Releases: balderdashy/waterline
Releases · balderdashy/waterline
v0.9.10
- Fixes an issue with errors in the destroy method #178
Thanks to @Hiro-Nakamura and @vanetix
v0.9.9
- Fixes the
findOrCreate
flow to do a proper lookup and return if values are found.
Thanks to @ghernandez345
v0.9.8
- Fixes issue with custom defined primaryKeys and shorthand
update
anddestroy
queries
v0.9.7
- Fixes issue with custom defined primaryKeys and shorthand
findOne
queries - Fixes issue with validations on
text
types - Fixes issue with keys being removed in
toJSON
whencolumnName
is the same as the attribute name - Adds in a
.validate()
method to validate model values but not create or update
Thanks to: @Thomasdezeeuw @sjmcdowall @tanertopal @ragulka
v0.9.6
- fixes issue that surfaced in v0.9.5 with table names and custom adapter methods
v0.9.5
- Fixes an issue when using adapter specific methods and custom table names.