You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π High level features (since the 2.0.3 release)
ποΈ Support for Delphi 12 Athens
π₯ StrictTypes configuration: allows loose conversions between types (useful when you have an "all string" json to read into a properly typed Delphi object)
π₯Support for use of class functions in IncludeIf.CustomFunction parameter to NeonIncludeAttribute. This enables the use of CustomFunction when generating OpenAPI schemas. Thanks to @veikkonurmonen
π Extended Nullables support thanks to @dominikcz
π Improved formatting on floats
π Better management of dates: now it differentiate between TDate, TTime, TDateTime
ποΈ (re)checked compatibility with Delphi XE6
π§° Other features, changes and bugfixes
β Overloaded versions of Print and PrintToStream allowing to pass the TJSONOutputOption parameter
β Preserved empty strings in nullable records
π οΈ Refactoring of all conditional defines. Removed VERxxx in favor of HAS_* defines ().
π οΈ Reworked error messages
πͺ Fixed a memory leak for empty List in Dictionary