# v1.4.0 (Fri Jul 08 2022)

#### 🚀 Enhancement

- feat: allow customizing quoting behavior of emit (#34) [#35](https://github.com/piotr-oles/rsql/pull/35) (tim.hambourger@concretedata.com [@TimHambourger](https://github.com/TimHambourger))

#### Authors: 2

- [@TimHambourger](https://github.com/TimHambourger)
- Tim Hambourger (tim.hambourger@concretedata.com)

---

# v1.0.2 (Thu Oct 08 2020)

#### 🐛 Bug Fix

- fix: use declare keyword in the .d.ts files [#10](https://github.com/piotr-oles/rsql/pull/10) ([@piotr-oles](https://github.com/piotr-oles))

#### Authors: 1

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

---

# v1.0.1 (Thu Sep 03 2020)

:tada: This release contains work from a new contributor! :tada:

Thank you, null[@KirillGordineRhenag](https://github.com/KirillGordineRhenag), for all your work!

#### 🐛 Bug Fix

- bugfix: escape empty string [#9](https://github.com/piotr-oles/rsql/pull/9) ([@KirillGordineRhenag](https://github.com/KirillGordineRhenag))

#### Authors: 1

- [@KirillGordineRhenag](https://github.com/KirillGordineRhenag)

---

# 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))