Skip to content

Releases: stalniy/ucast

@ucast/[email protected]

13 Aug 12:32
Compare
Choose a tag to compare

2.1.2 (2020-08-13)

Bug Fixes

  • parser: updates @ucast/core and uses buildAnd instead of and (154c7a6)

@ucast/[email protected]

13 Aug 11:18
Compare
Choose a tag to compare

2.1.1 (2020-08-13)

Performance Improvements

  • parser: replaces Object.keys().forEach with Object.keys() + for(..) (003661d)

@ucast/[email protected]

13 Aug 11:59
Compare
Choose a tag to compare

1.4.1 (2020-08-13)

Bug Fixes

  • builder: renames condition builder methods as they very likely to conflict with interpreter (575efc9)

@ucast/[email protected]

13 Aug 11:12
Compare
Choose a tag to compare

1.4.0 (2020-08-13)

Features

  • core: exposes optimizedCompoundCondition and and and or helpers to construct optimized compound conditions (2ae5584)

@ucast/[email protected]

11 Aug 23:25
Compare
Choose a tag to compare

1.1.1 (2020-08-11)

Bug Fixes

  • mongo2js: removes workspace: protocol from deps (5b6862d)

@ucast/[email protected]

11 Aug 23:02
Compare
Choose a tag to compare

1.1.0 (2020-08-11)

Features

  • filter: makes it possible to check complex values like ObjectId and Dates (79a8a49)

@ucast/[email protected]

11 Aug 21:57
Compare
Choose a tag to compare

2.1.0 (2020-08-11)

Features

  • comparing: adds compare option to interpreter (576d128)

@ucast/[email protected]

11 Aug 22:45
Compare
Choose a tag to compare

1.3.0 (2020-08-11)

Features

  • intepreter: adds possibility to specify amount of arguments used in interpreter (e4ddcbd)

@ucast/[email protected]

11 Aug 18:44
Compare
Choose a tag to compare

1.2.1 (2020-08-11)

Bug Fixes

  • translator: prevents passing rest parameters from translator to parser (83c6a56)

@ucast/[email protected]

10 Aug 10:58
Compare
Choose a tag to compare

2.1.0 (2020-08-10)

Bug Fixes

  • types: ensure MongoQuery<any> returns proper types and can be used with primitive values (d138ee5)

Features

  • types: exports CustomOperators type and adds BuildMongoQuery type (5ebff17)