Skip to content

Latest commit

History

History
69 lines (43 loc) 路 3.43 KB

CHANGELOG.md

File metadata and controls

69 lines (43 loc) 路 3.43 KB

1.0.6 (2018-09-07)

Features

  • guard: avoid error when patching formatResourceName (90c0434)

1.0.5 (2018-07-21)

Bug Fixes

  • bouncer: check if defaultUser is also null (3d84463)

1.0.4 (2018-07-20)

Features

  • export Helpers to let us overwrite formatResourceName (79ab280)

1.0.3 (2018-07-19)

Bug Fixes

  • ability: remove default value for fields (6f2d243)
  • bouncer: return this' from 'pass' method (5a724a6)
  • bouncer: use lodash instead of ES2015 includes (838db92)
  • coverage: fix coverage tool (9b1eaa2)
  • export: fix global export (a5dff29)
  • Guard: fix method order (c3730f6)
  • package: fix github link (8367fe4)
  • fix merging conflict (505518c)
  • fix testing and guard (2fcedcc)
  • remove duplicate from case git issue (b4ab486)
  • package: update node-exceptions to version 2.0.0 (5da60bc)
  • package: update node-exceptions to version 3.0.0 (83656cf)
  • readme: correct title (ede5628)
  • test: fix testing policy (039e989)
  • travis: update node version needed (08b699f)

Features

  • guard: generator is handled correctly (1073117)
  • add short syntax (ad5b70b)
  • gate: overwrite resourceName formatter (9fd6dd4)
  • generator can be used (193b118)
  • Guard & Gate become a Facade (f713a6e)
  • move to async/await (c812f49)
  • move to TypeScript (a107d03)
  • Guard: add non-static can method (3f81586)
  • Guard: let us override default user in short syntax (757544c)
  • policy: add policy management (39661ea)
  • policy: allow to call all method for a policy class (d4f1595)
  • policy: short syntax denies is available (b83112f)