Skip to content

Latest commit

 

History

History
77 lines (34 loc) · 2.09 KB

CHANGELOG.md

File metadata and controls

77 lines (34 loc) · 2.09 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.2 (2017-08-02)

1.0.1 (2017-08-02)

Bug Fixes

  • ability: passes original subject into rulesFor instead of parsed one (0496053)

Features

  • typescript: adds d.ts file (9e73719), closes #7

1.0.0 (2017-07-28)

Documentation

  • adds all required documentation and examples of integration for v1

0.3.4 (2017-07-24)

Bug Fixes

  • mongoose: adds proper modelName detection for mongoose query (0508400)
  • query: fixes detection of forbidden query (7712eb2)
  • query: makes query to be empty if there is at least one rule without conditions (d82c3fc)

0.3.0 (2017-07-24)

Features

  • ability: adds support for $regex condition (fc438a1)

0.2.4 (2017-07-24)

Bug Fixes

  • error: fixes ForbiddenError instanceof checks in umd build (e0a910c)

0.2.1 (2017-07-20)

0.2.0 (2017-07-18)

Features