Releases: OldSneerJaw/synctos
Releases · OldSneerJaw/synctos
v2.3.0
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: theload
function'sformatOptions
parameter
v2.3.0-rc.1
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: theload
function'sformatOptions
parameter
v2.2.1
v2.2.0
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
v2.1.0
v2.1.0-rc.1
v2.0.2
v2.0.1
v2.0.1-rc.1
Fixed
- #98: Final argument of custom validation constraint receives incorrect value