Skip to content

Latest commit

 

History

History
202 lines (138 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

202 lines (138 loc) · 10.1 KB

3.1.0 2018-05-13

Thanks to @a-xin to implementing the new plugin and for his help troubleshooting RexExp validation.

3.1.0-beta.3 2018-05-09

  • Allow dot in literal regexp (#148); Thanks @a-xin for notice it.
  • Support literal closing bracket (#149).

3.1.0-beta.2 2018-05-07

  • Publish generated regexp parser; Thanks @a-xin for notice it.

3.1.0-beta.1 2018-05-06

  • Validate literal regular expression (#146).

3.1.0-beta.0 2018-03-07

  • Add support for the query variable (#142).

3.0.5 2017-10-23

  • Fix regression in v3.0.3 regarding invalid location in rules evaluation - should have been allowed (#136).

Thanks to @chetbox for reporting the issue.

3.0.4 2017-10-21

  • Fix handling of trailing slashes in update operation patch data keys (#134).

Thanks to @SamyPesse for reporting the issue.

3.0.3 2017-10-07

  • Fix handling of tests with invalid locations (#131).

Thanks to @dannycochran for reporting the issue.

3.0.2 2017-08-10

  • Fix falsy member property evaluation (#125); foo.bar would have evaluated to foo if foo.bar had been falsy (e.g. an empty string).
  • Fix patch example (#123).

Thanks to @SamyPesse and @a-xin for their contributions.

3.0.1 2017-01-24

Thanks to @pthrasher for his contribution.

3.0.0 (2017-01-12)

Thanks goes to @alisson446, @georgesboris, @mhuebert, @RomansBermans and @simenbrekken for their contributions.

2.3.3 (2016-12-04)

Thanks to @RomansBermans for reporting the issue.

2.3.2 (2016-11-18)

Thanks to @RomansBermans and @simenbrekken for spotting the issue.

2.3.1 (2016-11-08)

  • Fix npm description

2.3.0 (2016-11-01)

Thanks goes to @georgesboris and @mhuebert for their contributions.

2.2.1 (2016-10-21)

2.2.0 (2016-08-12)

Starting from this release, Node.js version 0.12 is no longer supported. Please use 2.1 for Node versions 0.12 and below.

2.1.1 (2016-05-11)

2.1.0 (2016-05-04)

2.0.1 (2016-03-23)

2.0.0 (2015-10-23)

  • Major version bump that should have happened in association with #14. Sorry about that.
  • Fixed a bug in parsing binary expressions (#18). Thanks to @CurtisHumphrey.

1.1.7 (2015-10-21)

  • You can now use leading / in tests. Thanks to @CurtisHumphrey for this.