Fixes:
- Fix issue with npm publish github action
Features added:
- Updated libraries
- Merged pr/64. Thanks DSI-HUG
- Merged pr/64. Thanks DSI-HUG
- Integrated Github actions.
Fixes:
- Fixed issue with jest setup in general.
Others:
- Updated README.md
Features added:
- Jest integration
- Upgraded libraries
- Upgraded typescript version
Defect fix:
- null values throwing exception during serialization issue 22
Features added:
- Ignore serialization and deserialization with @JsonIgnore decorator - thanks @devpreview.
- Removed
reflect-metadata
from required dependencies list - thanks @devpreview. - Serialize / deserialize array keeping the order - thanks @vapkse
Defect fixes:
- Enable String Serializer to support strings with special characters. Thanks @ironchimp
- deserializeArray returns undefined when called on an empty array. Thanks @devpreview
- nested array is undefined. Thanks @devpreview
- Finally fixed travis build with linting fix.