- Update bundle dependencies
- Fixed
transform
methods when using Babel compiler - Added
dateLibrary
option to@JsonFormat()
andJsonStringifierContext
- Added
uuidLibrary
option to@JsonIdentityInfo()
andJsonStringifierContext
- 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".
Initial release