Releases: MaxiMittel/dynormo
Releases · MaxiMittel/dynormo
Version 1.1.3
Release Notes v1.1.3:
- Added
add
function to Transformations
Refer to the documentation for more details.
Version 1.1.2
Release Notes v1.1.2:
- Fixed issues with nullable
Date
attributes
Refer to the documentation for more details.
Version 1.1.1
Release Notes v1.1.1:
- Added
in
andcontains
keywords to filter expression
Refer to the documentation for more details.
Version 1.1.0
Release Notes v1.1.0:
- Improved logging and added support for custom loggers
- Added support for transformations
- Added event subscriptions
- Fix: Arrays not updating
- Fix: Nested objects not updating
Refer to the documentation for more details.
Version 1.0.6
Release Notes v1.0.6:
- Fix npm package
Refer to the documentation for more details.
Version 1.0.5
Release Notes v1.0.5:
- Fixed a bug that caused errors, when empty arrays where provided
- Added support for
npx
Refer to the documentation for more details.
Version 1.0.4
Release Notes v1.0.4:
- Fixed a bug that caused errors, when undefined filter values where provided
Refer to the documentation for more details.
Version 1.0.3
Release Notes v1.0.3:
- Added dynamic table name assignment at runtime
- Added the option to specify if the generated entity types should be a
type
or aclass
- Fixed a bug that caused errors, when undefined filter values where provided
Refer to the documentation for more details.