Releases: clarkie/dynogels
Releases · clarkie/dynogels
v9.0.0
- 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
- fix: allow logger on models [#91]
v8.0.0
-
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
- 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
- Document expected parameter use to check an attribute exists [#53]
- .update() enforces schema [#54]
v6.2.0
- add custom polling when creating tables [#28]
- upgrade node-uuid to uuid [#41]
- minor docs improvements [#46]
v6.1.1
- fixes uuid defaults [#40]
v6.1.0
- Create table streams options support [#34]
v6.0.0
- Expression errors - return error in callback rather than just throwing [#15]
- docs: add warning about limit when used with a filter [#16]