Releases: OldSneerJaw/couchster
Releases · OldSneerJaw/couchster
v1.2.1
v1.2.1-rc.1
v1.2.0
v1.2.0-rc.1
v1.1.0
v1.1.0-rc.1
v1.0.0
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
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
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