Skip to content

Releases: OldSneerJaw/synctos

v2.3.0

09 Apr 23:18
dbfda44
Compare
Choose a tag to compare

Added

  • #285: Throw an Error object when there is an authorization or validation failure
  • #281: Mechanism to reset test environment between test cases
  • #278: Extended year format in date strings
  • #282: Support hour 24 in date and time validation types
  • #292: Permanent workaround for bugs in Date object implementation

Fixed

  • #276: Date range validation is incorrect for dates between years 0 and 99
  • #288: Backticks are escaped even if sync function is not written to a file
  • #293: Incorrect line numbers in test case failure stack traces
  • #294: Time zones incorrectly allow the colon to be omitted

Deprecated

  • src/loading/sync-function-loader.js module: the load function's formatOptions parameter

v2.3.0-rc.1

09 Apr 22:01
827c81c
Compare
Choose a tag to compare
v2.3.0-rc.1 Pre-release
Pre-release

Added

  • #285: Throw an Error object when there is an authorization or validation failure
  • #281: Mechanism to reset test environment between test cases
  • #278: Extended year format in date strings
  • #282: Support hour 24 in date and time validation types
  • #292: Permanent workaround for bugs in Date object implementation

Fixed

  • #276: Date range validation is incorrect for dates between years 0 and 99
  • #288: Backticks are escaped even if sync function is not written to a file
  • #293: Incorrect line numbers in test case failure stack traces
  • #294: Time zones incorrectly allow the colon to be omitted

Deprecated

  • src/loading/sync-function-loader.js module: the load function's formatOptions parameter

v2.2.1

21 Mar 16:29
0732b48
Compare
Choose a tag to compare

Fixed

  • #270: JavaScript error on document write in Sync Gateway 1.x

v2.2.0

20 Mar 23:10
c6cb10e
Compare
Choose a tag to compare

WARNING: Do not use this version. It contains a bug that renders generated sync functions unusable in Sync Gateway 1.x. The bug has been resolved in synctos v2.2.1.

Added

  • #35: Option to output a generated sync function as a single-line JSON string
  • #252: Isolate test fixtures
  • #257: Regular expression pattern constraint for document ID
  • #259: Ensure compatibility with Sync Gateway 2.x

Deprecated

  • src/testing/test-helper.js module

v2.2.0-rc.1

20 Mar 18:50
505cc6c
Compare
Choose a tag to compare
v2.2.0-rc.1 Pre-release
Pre-release

Added

  • #35: Option to output a generated sync function as a single-line JSON string
  • #252: Isolate test fixtures
  • #257: Regular expression pattern constraint for document ID
  • #259: Ensure compatibility with Sync Gateway 2.x

Deprecated

  • src/testing/test-helper.js module

v2.1.0

08 Mar 17:40
0e1014a
Compare
Choose a tag to compare

Added

  • #250: Allow a document with an unknown type to be deleted via the admin API
  • #188: Support dynamic definition of channel/role access assignments

Fixed:

  • #243: The test-helper module incorrectly represents an old document that does not exist as undefined

v2.1.0-rc.1

08 Mar 01:55
47d9ae6
Compare
Choose a tag to compare
v2.1.0-rc.1 Pre-release
Pre-release

Added

  • #250: Allow a document with an unknown type to be deleted via the admin API
  • #188: Support dynamic definition of channel/role access assignments

Fixed:

  • #243: The test-helper module incorrectly represents an old document that does not exist as undefined

v2.0.2

03 Mar 00:17
08bfb39
Compare
Choose a tag to compare

Security

  • #246: Access assignments are not revoked when the corresponding document is deleted

v2.0.1

19 Feb 21:57
b1e6e60
Compare
Choose a tag to compare

Fixed

  • #98: Final argument of custom validation constraint receives incorrect value

v2.0.1-rc.1

19 Feb 21:18
45945d3
Compare
Choose a tag to compare
v2.0.1-rc.1 Pre-release
Pre-release

Fixed

  • #98: Final argument of custom validation constraint receives incorrect value