Releases: pichillilorenzo/jackson-js
Releases · pichillilorenzo/jackson-js
v1.1.0
1.1.0
- Update bundle dependencies
- Fixed
transform
methods when using Babel compiler - Added
dateLibrary
option to@JsonFormat()
andJsonStringifierContext
- Added
uuidLibrary
option to@JsonIdentityInfo()
andJsonStringifierContext
BREAKING CHANGES
- To be able to use
@JsonFormat()
on class properties of type "Date" withJsonFormatShape.STRING
, a date library needs to be set. Date libraries supported: "https://github.com/moment/moment", "https://github.com/iamkun/dayjs/" - To be able to use
@JsonIdentityInfo()
with any UUIDObjectIdGenerator
, an UUID library needs to be set. UUID library supported: "https://github.com/uuidjs/uuid".
v1.0.0
updated .npmignore