@jsonlines/core
Version:
parse and stringify jsonlines files through streams
51 lines (25 loc) • 2.25 kB
Markdown
## [1.0.2](https://github.com/EqualMa/jsonlines/compare/v1.0.1...v1.0.2) (2020-08-15)
### Bug Fixes
* stringify gzip error ([89c872e](https://github.com/EqualMa/jsonlines/commit/89c872ee66e174064e11e1e31fe8b62a8db86290))
## [1.0.1](https://github.com/EqualMa/jsonlines/compare/v1.0.0...v1.0.1) (2020-08-15)
### Bug Fixes
* readline-stream should emit buffer is encoding is not specified ([af512f3](https://github.com/EqualMa/jsonlines/commit/af512f379d10e210a974f09c7afeda90c0f7af96))
* stringify should respect Buffer.from default encoding ([44f5b5d](https://github.com/EqualMa/jsonlines/commit/44f5b5d4c8a5b50689aa780ca56d93d31aa7ae15))
# 1.0.0 (2020-08-14)
### Bug Fixes
* readline stream should read the last line before eof ([03d25e2](https://github.com/EqualMa/jsonlines/commit/03d25e2e288b6d90692eda9a66407ed045f86110))
* stringify options.encoding not respected ([ee14b62](https://github.com/EqualMa/jsonlines/commit/ee14b62ad99b5ad883c569a2127258f005e61fd4))
### Features
* parse and stringify ([60b52bf](https://github.com/EqualMa/jsonlines/commit/60b52bffb0d8718e279d7d47839be8ff95d449b1))
* parse null with nullValue ([b1bddbb](https://github.com/EqualMa/jsonlines/commit/b1bddbb16ac2bcdf74613385f52209e0aeb613aa))
* stringify and parse null with nullValue ([30f0d7c](https://github.com/EqualMa/jsonlines/commit/30f0d7c3d0c88874a80ecb1f7fb6b32f024d5926))
# [1.0.0-beta.2](https://github.com/EqualMa/jsonlines/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-08-14)
### Bug Fixes
* readline stream should read the last line before eof ([03d25e2](https://github.com/EqualMa/jsonlines/commit/03d25e2e288b6d90692eda9a66407ed045f86110))
* stringify options.encoding not respected ([ee14b62](https://github.com/EqualMa/jsonlines/commit/ee14b62ad99b5ad883c569a2127258f005e61fd4))
### Features
* parse null with nullValue ([b1bddbb](https://github.com/EqualMa/jsonlines/commit/b1bddbb16ac2bcdf74613385f52209e0aeb613aa))
* stringify and parse null with nullValue ([30f0d7c](https://github.com/EqualMa/jsonlines/commit/30f0d7c3d0c88874a80ecb1f7fb6b32f024d5926))
# 1.0.0-beta.1 (2020-08-03)
### Features
* parse and stringify ([60b52bf](https://github.com/EqualMa/jsonlines/commit/60b52bffb0d8718e279d7d47839be8ff95d449b1))