Skip to content

Releases: netlogix/Netlogix.WebApi

2.2.0 - Add validateAndHandle() method to CommandHandlerDelegation

27 Sep 13:33
574b749
Compare
Choose a tag to compare

What's Changed

  • feat: Add validateAndHandle() method to CommandHandlerDelegation by @paxuclus in #12

Full Changelog: 2.1.3...2.2.0

2.1.3 - Make createAction a void

02 Apr 12:46
83624a3
Compare
Choose a tag to compare

What's Changed

  • fix: Make createAction a void instead of "void|string" by @paxuclus in #11

Full Changelog: 2.1.2...2.1.3

2.1.2 - Allow subclasses of GenericModelController for PublicCommandFilter

02 Apr 10:04
3c34857
Compare
Choose a tag to compare

What's Changed

  • fix: Allow subclasses of GenericModelController for PublicCommandFilter by @paxuclus in #10

Full Changelog: 2.1.1...2.1.2

2.1.1 - Map request body to $resource in GenericModelController

11 Mar 13:57
b406d0f
Compare
Choose a tag to compare

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

12 Feb 14:55
f89a5c5
Compare
Choose a tag to compare

What's Changed

  • feat: Validate CommandHandlerDelegation if possible by @paxuclus in #7

Full Changelog: 2.0.0...2.1.0

2.0.0 - Flow 8.3 Requirement

12 Feb 14:09
e529f96
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...2.0.0

1.2.0 - Add raw errors array to Errors object

06 Sep 14:04
5db8cbc
Compare
Choose a tag to compare

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

11 May 12:30
1d4194a
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: Return command result in createAction by @paxuclus in #3

Full Changelog: 1.1.0...1.1.1

1.1.0 - Add optional validator method name to CommandHandlerDelegation

10 May 14:28
bcf468b
Compare
Choose a tag to compare

What's Changed

  • FEATURE: Add validator method name to CommandHandlerDelegation by @paxuclus in #2

Full Changelog: 1.0.1...1.1.0

1.0.1 - Add accountIdentifier to security contextHash

12 Jul 11:17
546c85f
Compare
Choose a tag to compare
Merge pull request #1 from netlogix/nlx-lars-patch-1

BUGFIX: Add missing configuration for aop globalObject