# Changelog
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.
## [8.0.0](https://github.com/rars/ng2csv/compare/v7.0.0...v8.0.0) (2026-01-06)
### Features
* **ng2csv:** update to Angular 21 ([ba132e5](https://github.com/rars/ng2csv/commit/ba132e52b38c756f44a18f5c0ed443886ca80ed2))
## [7.0.0](https://github.com/rars/ng2csv/compare/v6.0.0...v7.0.0) (2025-07-02)
### Features
* update to Angular 20 ([9e9e3b8](https://github.com/rars/ng2csv/commit/9e9e3b8337198aca3f831d40085d00eb90302dcb))
## [6.0.0](https://github.com/rars/ng2csv/compare/v5.0.0...v6.0.0) (2024-12-06)
### Features
* **ng2csv:** update to Angular 19 ([7716d31](https://github.com/rars/ng2csv/commit/7716d31042ff2d07cb11f1378972531bbc6fe1e6))
## [5.0.0](https://github.com/rars/ng2csv/compare/v4.0.2...v5.0.0) (2024-06-06)
### Features
* **ng2csv:** update to Angular 18 ([0a8f2bb](https://github.com/rars/ng2csv/commit/0a8f2bb3574effa22b7066360f01d44d9667fa4b))
## [4.0.2](https://github.com/rars/ng2csv/compare/v4.0.1...v4.0.2) (2024-01-18)
### Bug Fixes
- **ng2csv:** fill in missing fields in package.json for npm
## [4.0.1](https://github.com/rars/ng2csv/compare/v4.0.0...v4.0.1) (2024-01-17)
### Bug Fixes
- **ng2csv:** include README.md and LICENSE in npm package
## [4.0.0](https://github.com/rars/ng2csv/compare/v3.0.0...v4.0.0) (2023-11-08)
### Features
- **ng2csv:** update to Angular 17 ([d5d3b26](https://github.com/rars/ng2csv/commit/d5d3b2603457708707dcfc23fd5064200b203e31))
## [3.0.0](https://github.com/rars/ng2csv/compare/v2.0.1...v3.0.0) (2023-05-04)
### Features
- **ng2csv:** update to Angular 16 ([8351f72](https://github.com/rars/ng2csv/commit/8351f722a34713a9f3736bae48a0d91b9162d528))
### [2.0.1](https://github.com/rars/ng2csv/compare/v2.0.0...v2.0.1) (2023-05-03)
### Bug Fixes
- **ng2csv:** correct peer dependency ([4460f31](https://github.com/rars/ng2csv/commit/4460f319570c1077907ed2fd37d70f060b2aecf6))
## [2.0.0](https://github.com/rars/ng2csv/compare/v1.0.0...v2.0.0) (2023-02-02)
### Features
- **ng2csv:** update rxjs to 7 ([a837114](https://github.com/rars/ng2csv/commit/a837114d5a3ad26f891de00cf232e62a2c834e77))
- **ng2csv:** update to Angular 15 ([3df5bb8](https://github.com/rars/ng2csv/commit/3df5bb87082e47e5a7a637950d0d545149b8488b))
## [1.0.0](https://github.com/rars/ng2csv/compare/v0.6.0...v1.0.0) (2021-04-01)
### Features
- **ng2csv:** update to Angular 11 ([4d7fd5a](https://github.com/rars/ng2csv/commit/4d7fd5a86eb136b561db01469ee3bf022a326b2b)), PR [#15](https://github.com/rars/ng2csv/pull/15)
## [0.6.0](https://github.com/rars/ng2csv/compare/v0.5.0...v0.6.0) (2021-04-01)
### Features
- **ng2csv:** update to Angular 10 ([9e74102](https://github.com/rars/ng2csv/commit/9e741028a2a76e4502d6dd1a866f6f5ae7f3bc8e)), PR [#13](https://github.com/rars/ng2csv/pull/13)
## [0.5.0](https://github.com/rars/ng2csv/compare/v0.4.0...v0.5.0) (2021-03-26)
### Features
- **ng2csv:** update to Angular 9 ([8c98392](https://github.com/rars/ng2csv/commit/8c98392fff0818ae3ea254ea295208264bbd224c)), PR [#12](https://github.com/rars/ng2csv/pull/12)
## [0.4.0](https://github.com/rars/ng2csv/compare/v0.3.0...v0.4.0) (2018-02-18)
### Features
- **Ng2Csv.service:** allow configuration of output values for null and undefined values ([7102fea](https://github.com/rars/ng2csv/commit/7102fea)), closes [#9](https://github.com/rars/ng2csv/issues/9)
## [0.3.0](https://github.com/rars/ng2csv/compare/0.2.0...0.3.0) (2018-01-28)
### Features
- **module:** add index file to expose public api ([3e74ca5](https://github.com/rars/ng2csv/commit/3e74ca5))