Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-oles committed May 10, 2020
1 parent 6b5da47 commit cd990e0
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# v1.0.0 (Sun May 10 2020)

#### 💥 Breaking Change

- chore: change verbosity of the auto shipit command [#7](https://github.com/piotr-oles/rsql/pull/7) ([@piotr-oles](https://github.com/piotr-oles))
- `@rsql/ast`, `@rsql/builder`, `@rsql/emitter`, `@rsql/parser`
- 1.0.0 release [#6](https://github.com/piotr-oles/rsql/pull/6) ([@piotr-oles](https://github.com/piotr-oles))

#### 🚀 Enhancement

- `@rsql/ast`, `@rsql/builder`, `@rsql/emitter`, `@rsql/parser`
- feat: implement initial version of the RSQL parser ([@piotr-oles](https://github.com/piotr-oles))

#### 🐛 Bug Fix

- chore: add CD workflow on GitHub Actions [#2](https://github.com/piotr-oles/rsql/pull/2) ([@piotr-oles](https://github.com/piotr-oles))
- chore: add CI workflow on GitHub Actions [#1](https://github.com/piotr-oles/rsql/pull/1) ([@piotr-oles](https://github.com/piotr-oles))
- `@rsql/ast`, `@rsql/builder`, `@rsql/emitter`, `@rsql/parser`
- fix: make definition files compatible with IDEs [#5](https://github.com/piotr-oles/rsql/pull/5) ([@piotr-oles](https://github.com/piotr-oles))
- `@rsql/ast`, `@rsql/builder`, `@rsql/emitter`, `@rsql/parser`
- General improvements [#3](https://github.com/piotr-oles/rsql/pull/3) ([@piotr-oles](https://github.com/piotr-oles))

#### Authors: 1

- Piotr Oleś ([@piotr-oles](https://github.com/piotr-oles))
27 changes: 27 additions & 0 deletions packages/ast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# v1.0.0 (Sun May 10 2020)

#### 💥 Breaking Change

- 1.0.0 release [#6](https://github.com/piotr-oles/rsql/pull/6) ([@piotr-oles](https://github.com/piotr-oles))
- feat: improved API and documentation + removed definitions ([@piotr-oles](https://github.com/piotr-oles))

#### 🚀 Enhancement

- feat: add support for custom comparison operators ([@piotr-oles](https://github.com/piotr-oles))
- feat: general improvements and documentation ([@piotr-oles](https://github.com/piotr-oles))
- feat: implement initial version of the RSQL parser ([@piotr-oles](https://github.com/piotr-oles))

#### 🐛 Bug Fix

- docs: remove in-development warning ([@piotr-oles](https://github.com/piotr-oles))
- fix: make definition files compatible with IDEs [#5](https://github.com/piotr-oles/rsql/pull/5) ([@piotr-oles](https://github.com/piotr-oles))
- fix: make definition files compatible with IDEs ([@piotr-oles](https://github.com/piotr-oles))
- chore: use rollup to decrease build size ([@piotr-oles](https://github.com/piotr-oles))
- docs: update README.md ([@piotr-oles](https://github.com/piotr-oles))
- General improvements [#3](https://github.com/piotr-oles/rsql/pull/3) ([@piotr-oles](https://github.com/piotr-oles))
- chore: add registry url to each package.json ([@piotr-oles](https://github.com/piotr-oles))
- chore: add access 'public' entry to package.json ([@piotr-oles](https://github.com/piotr-oles))

#### Authors: 1

- Piotr Oleś ([@piotr-oles](https://github.com/piotr-oles))
27 changes: 27 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# v1.0.0 (Sun May 10 2020)

#### 💥 Breaking Change

- 1.0.0 release [#6](https://github.com/piotr-oles/rsql/pull/6) ([@piotr-oles](https://github.com/piotr-oles))
- feat: improved API and documentation + removed definitions ([@piotr-oles](https://github.com/piotr-oles))

#### 🚀 Enhancement

- feat: add support for custom comparison operators ([@piotr-oles](https://github.com/piotr-oles))
- feat: general improvements and documentation ([@piotr-oles](https://github.com/piotr-oles))
- feat: implement initial version of the RSQL parser ([@piotr-oles](https://github.com/piotr-oles))

#### 🐛 Bug Fix

- docs: remove in-development warning ([@piotr-oles](https://github.com/piotr-oles))
- fix: make definition files compatible with IDEs [#5](https://github.com/piotr-oles/rsql/pull/5) ([@piotr-oles](https://github.com/piotr-oles))
- fix: make definition files compatible with IDEs ([@piotr-oles](https://github.com/piotr-oles))
- chore: use rollup to decrease build size ([@piotr-oles](https://github.com/piotr-oles))
- docs: update README.md ([@piotr-oles](https://github.com/piotr-oles))
- General improvements [#3](https://github.com/piotr-oles/rsql/pull/3) ([@piotr-oles](https://github.com/piotr-oles))
- chore: add registry url to each package.json ([@piotr-oles](https://github.com/piotr-oles))
- chore: add access 'public' entry to package.json ([@piotr-oles](https://github.com/piotr-oles))

#### Authors: 1

- Piotr Oleś ([@piotr-oles](https://github.com/piotr-oles))
27 changes: 27 additions & 0 deletions packages/emitter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# v1.0.0 (Sun May 10 2020)

#### 💥 Breaking Change

- 1.0.0 release [#6](https://github.com/piotr-oles/rsql/pull/6) ([@piotr-oles](https://github.com/piotr-oles))
- feat: improved API and documentation + removed definitions ([@piotr-oles](https://github.com/piotr-oles))

#### 🚀 Enhancement

- feat: add support for custom comparison operators ([@piotr-oles](https://github.com/piotr-oles))
- feat: general improvements and documentation ([@piotr-oles](https://github.com/piotr-oles))
- feat: implement initial version of the RSQL parser ([@piotr-oles](https://github.com/piotr-oles))

#### 🐛 Bug Fix

- docs: remove in-development warning ([@piotr-oles](https://github.com/piotr-oles))
- fix: make definition files compatible with IDEs [#5](https://github.com/piotr-oles/rsql/pull/5) ([@piotr-oles](https://github.com/piotr-oles))
- fix: make definition files compatible with IDEs ([@piotr-oles](https://github.com/piotr-oles))
- chore: use rollup to decrease build size ([@piotr-oles](https://github.com/piotr-oles))
- docs: update README.md ([@piotr-oles](https://github.com/piotr-oles))
- General improvements [#3](https://github.com/piotr-oles/rsql/pull/3) ([@piotr-oles](https://github.com/piotr-oles))
- chore: add registry url to each package.json ([@piotr-oles](https://github.com/piotr-oles))
- chore: add access 'public' entry to package.json ([@piotr-oles](https://github.com/piotr-oles))

#### Authors: 1

- Piotr Oleś ([@piotr-oles](https://github.com/piotr-oles))
28 changes: 28 additions & 0 deletions packages/parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# v1.0.0 (Sun May 10 2020)

#### 💥 Breaking Change

- 1.0.0 release [#6](https://github.com/piotr-oles/rsql/pull/6) ([@piotr-oles](https://github.com/piotr-oles))
- feat: improved API and documentation + removed definitions ([@piotr-oles](https://github.com/piotr-oles))

#### 🚀 Enhancement

- feat: add support for custom comparison operators ([@piotr-oles](https://github.com/piotr-oles))
- feat: general improvements and documentation ([@piotr-oles](https://github.com/piotr-oles))
- feat: implement initial version of the RSQL parser ([@piotr-oles](https://github.com/piotr-oles))

#### 🐛 Bug Fix

- docs: remove in-development warning ([@piotr-oles](https://github.com/piotr-oles))
- fix: make definition files compatible with IDEs [#5](https://github.com/piotr-oles/rsql/pull/5) ([@piotr-oles](https://github.com/piotr-oles))
- fix: make definition files compatible with IDEs ([@piotr-oles](https://github.com/piotr-oles))
- chore: use rollup to decrease build size ([@piotr-oles](https://github.com/piotr-oles))
- docs: update README.md ([@piotr-oles](https://github.com/piotr-oles))
- General improvements [#3](https://github.com/piotr-oles/rsql/pull/3) ([@piotr-oles](https://github.com/piotr-oles))
- fix: handle invalid input passed to the parse function ([@piotr-oles](https://github.com/piotr-oles))
- chore: add registry url to each package.json ([@piotr-oles](https://github.com/piotr-oles))
- chore: add access 'public' entry to package.json ([@piotr-oles](https://github.com/piotr-oles))

#### Authors: 1

- Piotr Oleś ([@piotr-oles](https://github.com/piotr-oles))

0 comments on commit cd990e0

Please sign in to comment.