Releases: doov-org/doov-ts
Releases · doov-org/doov-ts
Release 0.10.1
- Fix for DateUtils and DateFunction
Release 0.10.0
- Added mapping execution on a different model than input
- Fix string matches
- Value metadata uses JSON.stringify for readable of complex objects
- Not operator is prefixed
- Complete test for mappings with different in and out models
- Switch order of generic types on Field
- Replace date operations with UTC variants
- Added iterable function length
Release 0.9.1
Export Classes from DOOV module
Release 0.9.0
- Fixed d.ts imports
DOOV.mapNull
DOOV.map
accepts values- Changed UMD module name to DOOV
Release 0.8.0
Single type converters.
API to chain type converters with using
Release 0.7.0
Support for manipulating directly from DSL array objects (iterable)
Added position
and tags
to Fields
Release 0.6.0
DSL support for Date objects
Release 0.5.0
2to1 mapping and type converter
Release 0.4.0
Support undefined
as values
Release 0.3.0
Rearrange code into packages