Skip to content

Releases: OldSneerJaw/couchster

v1.2.1

21 May 16:44
e32ca62
Compare
Choose a tag to compare

Fixed

  • #46: Broken error equality test in Node.js 12

Security

  • #43: Security vulnerability in lodash dev dependency

v1.2.1-rc.1

18 May 19:39
Compare
Choose a tag to compare
v1.2.1-rc.1 Pre-release
Pre-release

Fixed

  • #46: Broken error equality test in Node.js 12

Security

  • #43: Security vulnerability in lodash dev dependency

v1.2.0

07 Sep 02:59
9fd34ab
Compare
Choose a tag to compare

Added

  • #33: Option to ignore item validation errors when value is unchanged
  • #34: Validation type that accepts any type of value
  • #38: Conditional validation type

v1.2.0-rc.1

01 Sep 19:24
17b6a6a
Compare
Choose a tag to compare
v1.2.0-rc.1 Pre-release
Pre-release

Added

  • #33: Option to ignore item validation errors when value is unchanged
  • #34: Validation type that accepts any type of value
  • #38: Conditional validation type

v1.1.0

04 Jun 18:03
7561332
Compare
Choose a tag to compare

Added

  • #24: Attachment filename regular expression constraint
  • #25: Attachment reference regular expression constraint

v1.1.0-rc.1

02 Jun 21:01
e4951c0
Compare
Choose a tag to compare
v1.1.0-rc.1 Pre-release
Pre-release

Added

  • #24: Attachment filename regular expression constraint
  • #25: Attachment reference regular expression constraint

v1.0.0

10 May 20:02
26d1431
Compare
Choose a tag to compare

Added

  • #8: Regular expression pattern constraint for document ID
  • #10: Extended year format in date strings
  • #11: Mechanism to reset test environment between test cases
  • #13: Dedicated module for writing validation functions
  • #15: Throw an Error object when there is an authorization or validation failure
  • #17: Case insensitive equality constraint for strings

v1.0.0-rc.1

02 May 23:29
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

Added

  • #8: Regular expression pattern constraint for document ID
  • #10: Extended year format in date strings
  • #11: Mechanism to reset test environment between test cases
  • #13: Dedicated module for writing validation functions
  • #15: Throw an Error object when there is an authorization or validation failure
  • #17: Case insensitive equality constraint for strings

v0.2.0

08 Mar 18:46
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Added

  • #2: Option to allow any database member to write revisions for a specific document type
  • #3: Option to output a generated validation function as a single-line JSON string
  • #4: Allow a document with an unknown type to be deleted by an admin
  • #6: Provide database name to authorization constraint functions

Changed

  • #5: Isolate test fixtures

v0.1.0

28 Feb 23:47
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Adapted from synctos for use with CouchDB