Skip to content

v2.2.0

Compare
Choose a tag to compare
@sebastienros sebastienros released this 02 Nov 17:42
· 178 commits to main since this release
b370f3e
  • New public ObjectValueBase to provide custom FluidValue implementation for specific types.
  • IDictionary<string, T> are automatically converted to DictionaryValue. Classes like JObject don't need custom registration anymore.
  • Support for IFormattable and IConvertible. Classes like JValue don't need custom converters anymore.