Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anishkny committed May 12, 2019
1 parent abdf5ce commit 625b33a
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

# [2.0.0](https://github.com/anishkny/integrify/compare/v1.2.1...v2.0.0) (2019-05-12)


* feat(rulesFile)!: Add ability to read rules from file on disk (#17) ([abdf5ce](https://github.com/anishkny/integrify/commit/abdf5ce)), closes [#17](https://github.com/anishkny/integrify/issues/17)


### BREAKING CHANGES

* Allows users to call `integrify()` with no arguments and rules specified in a file named `functions/integrify.rules.js`.

* feat: Handle all rules in file, add tests

* test(rulesFile): Add tests for rules in config file, error conditions etc

* docs(README): Add doc for rules in file



## [1.2.1](https://github.com/anishkny/integrify/compare/v1.2.0...v1.2.1) (2019-04-28)


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "integrify",
"version": "1.2.1",
"version": "2.0.0",
"description": "Enforce referential integrity in Firestore using Cloud Functions",
"keywords": [
"firebase",

0 comments on commit 625b33a

Please sign in to comment.