Skip to content

Releases: balderdashy/waterline

v0.9.10

21 Nov 20:12
Compare
Choose a tag to compare
  • Fixes an issue with errors in the destroy method #178

Thanks to @Hiro-Nakamura and @vanetix

v0.9.9

06 Nov 00:17
Compare
Choose a tag to compare
  • Fixes the findOrCreate flow to do a proper lookup and return if values are found.

Thanks to @ghernandez345

v0.9.8

30 Oct 18:04
Compare
Choose a tag to compare
  • Fixes issue with custom defined primaryKeys and shorthand update and destroy queries

v0.9.7

29 Oct 19:31
Compare
Choose a tag to compare
  • 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 when columnName 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

29 Sep 17:59
Compare
Choose a tag to compare
  • fixes issue that surfaced in v0.9.5 with table names and custom adapter methods

v0.9.5

27 Sep 19:09
Compare
Choose a tag to compare
  • Fixes an issue when using adapter specific methods and custom table names.