Skip to content

Releases: fpm-git/Stockade

v1.1.0

02 Jul 15:58

Choose a tag to compare

Contains the following enhancements:

  • (5db2f97) Added the ability to supply constant values for validator parameters.

v1.0.2

29 Mar 15:18

Choose a tag to compare

This release includes simple changes to the package.json in order to enrich npm releases, as well as a "fix" for lodash "vulnerabilities."

v1.0.1

29 Mar 15:16

Choose a tag to compare

This release includes a simple workaround for scenarios where multiple different versions of the Stockade hook are installed but expected to coexist together with a shared permission provider space. A global shared store is now used to ensure this scenario works just fine.

This scenario will continue to work without issue until the MAJOR version changeof v2.0.0 is released, at which point a .createProviderStore(...) or similar method will be the only option for such use-cases.

v1.0.0

12 Jul 16:51
a5bddbd

Choose a tag to compare

This is the release version of Stockade.

v0.0.2

22 May 15:24

Choose a tag to compare

This release solves a bug (#1) which caused compound validators to always fail. The issue appears to have been introduced due to incomplete refactoring when renaming the previous passed field to hasPassed.

v0.0.1

23 Apr 16:18
ba03a1b

Choose a tag to compare

This is the first release of Floatperms, including support for generating reasonably complex matchers. This module release should be considered production-quality.