Skip to content

Commit 143e8e7

Browse files
committed
0.0.5
1 parent 685d75c commit 143e8e7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v0.0.5](https://github.com/wmakeev/xml-to-csv/compare/v0.0.4...v0.0.5)
8+
9+
- feat(parser): add CDATA support [`685d75c`](https://github.com/wmakeev/xml-to-csv/commit/685d75cd50ea823e414d1be3bc0a2cd509226fb1)
10+
711
#### [v0.0.4](https://github.com/wmakeev/xml-to-csv/compare/v0.0.3...v0.0.4)
812

13+
> 10 December 2023
14+
915
- feat: add aggregation - array element support [`27fca1b`](https://github.com/wmakeev/xml-to-csv/commit/27fca1bc44fc248cd1ea98b5b3325752422ff909)
1016

1117
#### [v0.0.3](https://github.com/wmakeev/xml-to-csv/compare/v0.0.2...v0.0.3)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wmakeev/xml-to-csv",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"type": "module",
55
"description": "Streaming convert from xml to csv.",
66
"keywords": [

0 commit comments

Comments
 (0)