Skip to content

Release v2.0.1

Choose a tag to compare

@paolo-rossi paolo-rossi released this 21 Feb 16:57
· 406 commits to master since this release

High level features (since the 2.0 release)

  • Added UseUTCDate as configuration for the TWiRLApplication
  • TParamReader now handles boolean params
  • TParamReader now handles record params (MessageBodyParam)
  • License changed to Apache License 2.0
  • New Demo (17) showing the use of different types of parameters

Other changes and bugfixes

  • The MessageBodyReader was not "injected" before its execution
  • The TWiRLObjectProvider.ReadFrom method did not take into account the serializer configuration
  • TSimpleTypesMBWriter.WriteTo now handles correctly ordinal types
  • In 10.3 Rio the JSON Pair enumerator if of type TJSONObject.TEnumerator
  • Now all the exceptions are passed to the IWiRLHandleException Listener objects (EWiRLWebApplicationException.HandleException now it's called two times)