Releases: stalniy/ucast
Releases · stalniy/ucast
@ucast/mongo@2.1.2
2.1.2 (2020-08-13)
Bug Fixes
parser: updates @ucast/core and uses buildAnd
instead of and
(154c7a6 )
@ucast/mongo@2.1.1
2.1.1 (2020-08-13)
Performance Improvements
parser: replaces Object.keys().forEach
with Object.keys() + for(..)
(003661d )
@ucast/core@1.4.1
1.4.1 (2020-08-13)
Bug Fixes
builder: renames condition builder methods as they very likely to conflict with interpreter (575efc9 )
@ucast/core@1.4.0
1.4.0 (2020-08-13)
Features
core: exposes optimizedCompoundCondition
and and
and or
helpers to construct optimized compound conditions (2ae5584 )
@ucast/mongo2js@1.1.1
1.1.1 (2020-08-11)
Bug Fixes
mongo2js: removes workspace:
protocol from deps (5b6862d )
@ucast/mongo2js@1.1.0
1.1.0 (2020-08-11)
Features
filter: makes it possible to check complex values like ObjectId and Dates (79a8a49 )
@ucast/js@2.1.0
2.1.0 (2020-08-11)
Features
comparing: adds compare
option to interpreter (576d128 )
@ucast/core@1.3.0
1.3.0 (2020-08-11)
Features
intepreter: adds possibility to specify amount of arguments used in interpreter (e4ddcbd )
@ucast/core@1.2.1
1.2.1 (2020-08-11)
Bug Fixes
translator: prevents passing rest parameters from translator to parser (83c6a56 )
@ucast/mongo@2.1.0
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 )
You can’t perform that action at this time.