Skip to content

Releases: clarkie/dynogels

v5.1.0

20 Jul 20:26
Compare
Choose a tag to compare
  • Added Item.toPlainObject() [#9]

v5.0.2

18 Jul 13:16
Compare
Choose a tag to compare
  • add table name to validation error [#11]

Upgrade Joi to v8 and drop support for early node versions

30 Jun 19:41
Compare
Choose a tag to compare

From v5 dynogels is only supported on node v4, v5 and v6.

Upgrade Joi to v6

30 Jun 19:39
Compare
Choose a tag to compare

When using default(fn) in a schema a second argument needs to be passed:

PublishedDateTime: Joi.date().default(Date.now, 'now')

Error message formats have changed.

See here for the breaking changes inside Joi itself: hapijs/joi#579

Switch to eslint and use the airbnb style guide as a basis

30 Jun 19:38
Compare
Choose a tag to compare

Upgrade dependencies and add coveralls

30 Jun 19:37
Compare
Choose a tag to compare

Documentation and example fixes

30 Jun 19:35
Compare
Choose a tag to compare

Identical to Vogels v2.2.1

30 Jun 19:35
Compare
Choose a tag to compare