v1.1.0
·
118 commits
to release
since this release
1.1.0 (2022-12-29)
Bug Fixes
- add missing export for IsString (3a9f287)
- add missing exports (494aa14)
- add missing type export for ValidatorFunction (3757437)
- added implicit return type (ba51c22)
- change way rollup config checks for external dependencies (6ceef47)
- check explicit for undefined values (3f678ec)
- correct type check (e3ce48c)
- fix incorrect conditional in Flotsam Error (23df67b)
- fix object id issue with filenames on windows systems (4392ab4)
- fix typing issues (47b6e5f)
- improve error handling (8fb35b4)
- improve error handling on uncaught exceptions (8a80044)
- improve performance for loq class (b464576)
- remove unnecessary property (4b1f19f)
- resolve issue with duplicate queue for update operation (7466f81)
- resolve issue with duplicated chars (2853824)
- resolve issue with queueing for delete operations (6d316af)
- typo (b78791b)
- update package json (b569e55)
- use validation while updating a document (c68b9ce)
Features
- add additional update method to complete api (41594aa)
- add contains evaluator to evaluate nested properties (0bebc23)
- add custom evaluation error (a1a7bd8)
- add implicit is string evaluator (a1b727a)
- add missing deleteOneBy method (f14ec7b)
- add number validator (9958571)
- add text validator (7d737cf)
- add validator function to validate dates (01473a3)
- change order of find options evaluation to enable limiting results correctly (e925827)
- create a error base class to simplify validation of errors (bb74c24)
- create custom errors to improve error handling (6ce8b5d)
- enable type validator to validate complex, user given types (56ccb01)
- enable usage of recursive validator functions in IsArray Validator (8d63e3f)
- implement a validator to check for a certain type (de0b1f9)
- implement a validator to validator values to be not null (adc900f)
- implement additional check before connecting (47a377d)
- implement Array validator (c4b909f)
- implement document schema validation (7de4edc)
- implement integer validator (fe3bb3b)
- implement nested properties validator (c3a4b0a)
- improve integer validator (4a20784)
- setup a validator submodule to provide exports for the schema validator (8c49ff1)