Skip to content

Tags: delphi-blocks/WiRL

Tags

v4.6.0

Toggle v4.6.0's commit message
Updated OpenAPI library to v2.2.0

v4.5.0

Toggle v4.5.0's commit message
Added missing batch files

v4.0.1

Toggle v4.0.1's commit message
Added the OpenAPI submodule description in README

v4.0.0

Toggle v4.0.0's commit message
Moved the securityDefinitions generation. Fixes #31

Moved the registration of the OpenAPI resource from the AfterCreate (too early) to the ApplyConfig
Added the CookieAuth custom attribute (to define a cookie auth handler)
Improved securityDefinition handling for OpenAPI generation
Changed definition order of resource methods in the OpenAPI demo. Fixes #32

v3.0.1

Toggle v3.0.1's commit message
Updated Neon library to v1.3.1 (Neon packages updated)

v3.0.0

Toggle v3.0.0's commit message
Updated Neon library to v1.3.0

Updated JWT library to 2.5.2
Added 2 new methods to the IWiRLConfigurationNeon interface: AddSerializer & RemoveSerializer
Fixed TArrayDataSetWriter with the new Neon configuration

v2.6.0

Toggle v2.6.0's commit message
Added JSON support

v2.5.0

Toggle v2.5.0's commit message
Updated packages

v2.0.1

Toggle v2.0.1's commit message
feature: The demo 17.Parameters now shows how to get the exceptions g…

…enerated before they are serialized and sent to the client

v2.0.0

Toggle v2.0.0's commit message
New serialization feature: now it's possible to (de)serialize TDictio…

…nary classes. The only constraint is to have a string type as a Key (to match JSON format)