zemirco/json2csv (json2csv)
### [`v5.0.7`](https://togithub.com/zemirco/json2csv/compare/v5.0.6...v5.0.7)
[Compare Source](https://togithub.com/zemirco/json2csv/compare/v5.0.6...v5.0.7)
### [`v5.0.6`](https://togithub.com/zemirco/json2csv/compare/v5.0.5...v5.0.6)
[Compare Source](https://togithub.com/zemirco/json2csv/compare/v5.0.5...v5.0.6)
### [`v5.0.5`](https://togithub.com/zemirco/json2csv/compare/v5.0.4...v5.0.5)
[Compare Source](https://togithub.com/zemirco/json2csv/compare/v5.0.4...v5.0.5)
### [`v5.0.4`](https://togithub.com/zemirco/json2csv/compare/v5.0.3...v5.0.4)
[Compare Source](https://togithub.com/zemirco/json2csv/compare/v5.0.3...v5.0.4)
### [`v5.0.3`](https://togithub.com/zemirco/json2csv/blob/HEAD/CHANGELOG.md#503-2020-09-24)
[Compare Source](https://togithub.com/zemirco/json2csv/compare/v5.0.2...v5.0.3)
### [`v5.0.2`](https://togithub.com/zemirco/json2csv/blob/HEAD/CHANGELOG.md#502-2020-09-24)
[Compare Source](https://togithub.com/zemirco/json2csv/compare/v5.0.1...v5.0.2)
### [`v5.0.1`](https://togithub.com/zemirco/json2csv/blob/HEAD/CHANGELOG.md#501-2020-04-28)
[Compare Source](https://togithub.com/zemirco/json2csv/compare/v5.0.0...v5.0.1)
### [`v5.0.0`](https://togithub.com/zemirco/json2csv/blob/HEAD/CHANGELOG.md#500-2020-03-15)
[Compare Source](https://togithub.com/zemirco/json2csv/compare/v4.5.4...v5.0.0)
##### ⚠ BREAKING CHANGES
- Node 8 and 9 no longer supported, use Node 10 or greater. It might still work, but it has reached End-Of-Life.
- module no longer takes `unwind`, `unwindBlank`, `flatten` or the `flattenSeparator` options, instead see the new `transforms` option. CLI options are unchanged from the callers side, but use the built in transforms under the hood.
- Add support for transforms
- Add documentation about transforms
- remove extra commonjs build, use starting point in package.json `main` field.
- Renamed `doubleQuote` to `escapedQuote`
- remove `stringify` option
- `--fields-config` option has been removed, use the new `--config` option for all configuration, not just fields.
- Drop node 6 and 7, and add node 11 and 12
##### Bug Fixes
- Always error asynchronously from parseAsync method ([#412](https://togithub.com/zemirco/json2csv/issues/412)) ([16cc044](https://togithub.com/zemirco/json2csv/commit/16cc044))
- audit deps ([15992cf](https://togithub.com/zemirco/json2csv/commit/15992cf))
- drop Node 8 and 9 ([7295465](https://togithub.com/zemirco/json2csv/commit/7295465))
- Make some CLI options mandatory ([#433](https://togithub.com/zemirco/json2csv/issues/433)) ([bd51527](https://togithub.com/zemirco/json2csv/commit/bd51527))
- Remove CommonJS build ([#422](https://togithub.com/zemirco/json2csv/issues/422)) ([5ce0089](https://togithub.com/zemirco/json2csv/commit/5ce0089))
- Remove stringify option ([#419](https://togithub.com/zemirco/json2csv/issues/419)) ([39f303d](https://togithub.com/zemirco/json2csv/commit/39f303d))
- Rename doubleQuote to escapedQuote ([#418](https://togithub.com/zemirco/json2csv/issues/418)) ([f99408c](https://togithub.com/zemirco/json2csv/commit/f99408c))
- update CI node versions ([#413](https://togithub.com/zemirco/json2csv/issues/413)) ([6fd6c09](https://togithub.com/zemirco/json2csv/commit/6fd6c09))
- update commander cli dep ([74aa40a](https://togithub.com/zemirco/json2csv/commit/74aa40a))
- update commander dep ([272675b](https://togithub.com/zemirco/json2csv/commit/272675b))
- **deps:** audit dependencies ([bf9877a](https://togithub.com/zemirco/json2csv/commit/bf9877a))
- **deps:** update commander ([3f099f2](https://togithub.com/zemirco/json2csv/commit/3f099f2))
- **security:** fix audit vulnerabilities ([b57715b](https://togithub.com/zemirco/json2csv/commit/b57715b))
##### Features
- Add support for flattening arrays and change transforms arguments to an object. ([#432](https://togithub.com/zemirco/json2csv/issues/432)) ([916e448](https://togithub.com/zemirco/json2csv/commit/916e448))
- Add support for transforms ([#431](https://togithub.com/zemirco/json2csv/issues/431)) ([f1d04d0](https://togithub.com/zemirco/json2csv/commit/f1d04d0))
- Improve async promise to optionally not return ([#421](https://togithub.com/zemirco/json2csv/issues/421)) ([3e296f6](https://togithub.com/zemirco/json2csv/commit/3e296f6))
- Improves the unwind transform so it unwinds all unwindable fields if … ([#434](https://togithub.com/zemirco/json2csv/issues/434)) ([ec1f301](https://togithub.com/zemirco/json2csv/commit/ec1f301))
- replace fields config by a global config ([#338](https://togithub.com/zemirco/json2csv/issues/338)) ([d6c1c5f](https://togithub.com/zemirco/json2csv/commit/d6c1c5f))
Configuration
📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^4.3.3
->^5.0.0
Release Notes
zemirco/json2csv (json2csv)
### [`v5.0.7`](https://togithub.com/zemirco/json2csv/compare/v5.0.6...v5.0.7) [Compare Source](https://togithub.com/zemirco/json2csv/compare/v5.0.6...v5.0.7) ### [`v5.0.6`](https://togithub.com/zemirco/json2csv/compare/v5.0.5...v5.0.6) [Compare Source](https://togithub.com/zemirco/json2csv/compare/v5.0.5...v5.0.6) ### [`v5.0.5`](https://togithub.com/zemirco/json2csv/compare/v5.0.4...v5.0.5) [Compare Source](https://togithub.com/zemirco/json2csv/compare/v5.0.4...v5.0.5) ### [`v5.0.4`](https://togithub.com/zemirco/json2csv/compare/v5.0.3...v5.0.4) [Compare Source](https://togithub.com/zemirco/json2csv/compare/v5.0.3...v5.0.4) ### [`v5.0.3`](https://togithub.com/zemirco/json2csv/blob/HEAD/CHANGELOG.md#503-2020-09-24) [Compare Source](https://togithub.com/zemirco/json2csv/compare/v5.0.2...v5.0.3) ### [`v5.0.2`](https://togithub.com/zemirco/json2csv/blob/HEAD/CHANGELOG.md#502-2020-09-24) [Compare Source](https://togithub.com/zemirco/json2csv/compare/v5.0.1...v5.0.2) ### [`v5.0.1`](https://togithub.com/zemirco/json2csv/blob/HEAD/CHANGELOG.md#501-2020-04-28) [Compare Source](https://togithub.com/zemirco/json2csv/compare/v5.0.0...v5.0.1) ### [`v5.0.0`](https://togithub.com/zemirco/json2csv/blob/HEAD/CHANGELOG.md#500-2020-03-15) [Compare Source](https://togithub.com/zemirco/json2csv/compare/v4.5.4...v5.0.0) ##### ⚠ BREAKING CHANGES - Node 8 and 9 no longer supported, use Node 10 or greater. It might still work, but it has reached End-Of-Life. - module no longer takes `unwind`, `unwindBlank`, `flatten` or the `flattenSeparator` options, instead see the new `transforms` option. CLI options are unchanged from the callers side, but use the built in transforms under the hood. - Add support for transforms - Add documentation about transforms - remove extra commonjs build, use starting point in package.json `main` field. - Renamed `doubleQuote` to `escapedQuote` - remove `stringify` option - `--fields-config` option has been removed, use the new `--config` option for all configuration, not just fields. - Drop node 6 and 7, and add node 11 and 12 ##### Bug Fixes - Always error asynchronously from parseAsync method ([#412](https://togithub.com/zemirco/json2csv/issues/412)) ([16cc044](https://togithub.com/zemirco/json2csv/commit/16cc044)) - audit deps ([15992cf](https://togithub.com/zemirco/json2csv/commit/15992cf)) - drop Node 8 and 9 ([7295465](https://togithub.com/zemirco/json2csv/commit/7295465)) - Make some CLI options mandatory ([#433](https://togithub.com/zemirco/json2csv/issues/433)) ([bd51527](https://togithub.com/zemirco/json2csv/commit/bd51527)) - Remove CommonJS build ([#422](https://togithub.com/zemirco/json2csv/issues/422)) ([5ce0089](https://togithub.com/zemirco/json2csv/commit/5ce0089)) - Remove stringify option ([#419](https://togithub.com/zemirco/json2csv/issues/419)) ([39f303d](https://togithub.com/zemirco/json2csv/commit/39f303d)) - Rename doubleQuote to escapedQuote ([#418](https://togithub.com/zemirco/json2csv/issues/418)) ([f99408c](https://togithub.com/zemirco/json2csv/commit/f99408c)) - update CI node versions ([#413](https://togithub.com/zemirco/json2csv/issues/413)) ([6fd6c09](https://togithub.com/zemirco/json2csv/commit/6fd6c09)) - update commander cli dep ([74aa40a](https://togithub.com/zemirco/json2csv/commit/74aa40a)) - update commander dep ([272675b](https://togithub.com/zemirco/json2csv/commit/272675b)) - **deps:** audit dependencies ([bf9877a](https://togithub.com/zemirco/json2csv/commit/bf9877a)) - **deps:** update commander ([3f099f2](https://togithub.com/zemirco/json2csv/commit/3f099f2)) - **security:** fix audit vulnerabilities ([b57715b](https://togithub.com/zemirco/json2csv/commit/b57715b)) ##### Features - Add support for flattening arrays and change transforms arguments to an object. ([#432](https://togithub.com/zemirco/json2csv/issues/432)) ([916e448](https://togithub.com/zemirco/json2csv/commit/916e448)) - Add support for transforms ([#431](https://togithub.com/zemirco/json2csv/issues/431)) ([f1d04d0](https://togithub.com/zemirco/json2csv/commit/f1d04d0)) - Improve async promise to optionally not return ([#421](https://togithub.com/zemirco/json2csv/issues/421)) ([3e296f6](https://togithub.com/zemirco/json2csv/commit/3e296f6)) - Improves the unwind transform so it unwinds all unwindable fields if … ([#434](https://togithub.com/zemirco/json2csv/issues/434)) ([ec1f301](https://togithub.com/zemirco/json2csv/commit/ec1f301)) - replace fields config by a global config ([#338](https://togithub.com/zemirco/json2csv/issues/338)) ([d6c1c5f](https://togithub.com/zemirco/json2csv/commit/d6c1c5f))Configuration
📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.