Skip to content

Releases: clarkie/dynogels

9.1.0

07 Aug 11:24
Compare
Choose a tag to compare

Release Notes

v9.0.0

13 Nov 08:36
Compare
Choose a tag to compare
  • Allow access to table schema from model [#75]
  • allow specifying validation options in define() to pass through to Joi [#96]
  • add .eslintignore to ignore coverage output files [#108]
  • upgrades dependencies [#111]

v8.0.1

11 Jun 15:31
Compare
Choose a tag to compare
  • fix: allow logger on models [#91]

v8.0.0

15 Apr 10:08
Compare
Choose a tag to compare
  • Don't mutate options parameter when updating table [#69]

  • Improves doc for query methods [#83]

  • feat: remove 's' from table names [#85]

  • feat: remove bunyan logging and allow logger to be passed in [#84]

  • update dependencies including to joi v10 [#86] (hapijs/joi#1037)

  • Added the ability for the expressions api to support document paths [#20]

v7.1.0

17 Feb 11:52
Compare
Choose a tag to compare
  • Fix: stringify error for showing error info when validation fails [#63]
  • Added the ability for the expressions api to support document paths [#20]

v7.0.0

03 Feb 07:52
Compare
Choose a tag to compare
  • Document expected parameter use to check an attribute exists [#53]
  • .update() enforces schema [#54]

v6.2.0

23 Dec 09:38
Compare
Choose a tag to compare
  • add custom polling when creating tables [#28]
  • upgrade node-uuid to uuid [#41]
  • minor docs improvements [#46]

v6.1.1

16 Nov 11:21
Compare
Choose a tag to compare
  • fixes uuid defaults [#40]

v6.1.0

05 Oct 07:46
Compare
Choose a tag to compare
  • Create table streams options support [#34]

v6.0.0

21 Aug 16:10
Compare
Choose a tag to compare
  • Expression errors - return error in callback rather than just throwing [#15]
  • docs: add warning about limit when used with a filter [#16]