Releases: netlogix/Netlogix.WebApi
Releases · netlogix/Netlogix.WebApi
2.2.0 - Add validateAndHandle() method to CommandHandlerDelegation
What's Changed
Full Changelog: 2.1.3...2.2.0
2.1.3 - Make createAction a void
What's Changed
Full Changelog: 2.1.2...2.1.3
2.1.2 - Allow subclasses of GenericModelController for PublicCommandFilter
What's Changed
Full Changelog: 2.1.1...2.1.2
2.1.1 - Map request body to $resource in GenericModelController
What's Changed
- fix: Ensure $resource argument is mapped by request body by @paxuclus in #8
- fix: Map request body to $resource in GenericModelController::createA… by @paxuclus in #9
Full Changelog: 2.1.0...2.1.1
2.1.0 - Validate CommandHandlerDelegation if possible
What's Changed
Full Changelog: 2.0.0...2.1.0
2.0.0 - Flow 8.3 Requirement
What's Changed
- fix: Response interface changed by @stephanschuler in #5
- FEATURE: Require Flow 8 by @paxuclus in #6
Full Changelog: 1.2.0...2.0.0
1.2.0 - Add raw errors array to Errors object
Sometimes commands orchestrate other commands so that single API for
the browser result in multiple API callse the first endpoint performs.
In this case there's a chance the nested API call already responds with
an error result that can go pretty much unchanged to the browser.
This errors array can now go into an actual Errors object.
1.1.1 - Return command result in createAction
What's Changed
Full Changelog: 1.1.0...1.1.1
1.1.0 - Add optional validator method name to CommandHandlerDelegation
What's Changed
Full Changelog: 1.0.1...1.1.0
1.0.1 - Add accountIdentifier to security contextHash
Merge pull request #1 from netlogix/nlx-lars-patch-1 BUGFIX: Add missing configuration for aop globalObject