Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaracha committed Apr 18, 2020
1 parent 6adb212 commit c207e9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.4.2] - 2020-04-18
### Changed
- SafeLoad behavior is unified: Returns a message of type empty, if parser results are undefined. This can happen if an empty string was passed or if the parser got only a partial PyON string.

Expand All @@ -30,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Convert unit tests to ava
- Use [Javascript Standard Style](https://github.com/standard/standard) for code linting and formatting.

[Unreleased]: https://github.com/tamaracha/node-fah-pyon/compare/v1.4.1...HEAD
[Unreleased]: https://github.com/tamaracha/node-fah-pyon/compare/v1.4.2...HEAD
[1.4.2]: https://github.com/tamaracha/node-fah-pyon/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/tamaracha/node-fah-pyon/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/tamaracha/node-fah-pyon/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/tamaracha/node-fah-pyon/compare/v1.2.0...v1.3.0
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fah-pyon",
"version": "1.4.1",
"version": "1.4.2",
"description": "Parse data in the PyON serialization format",
"main": "./lib/load.js",
"type": "commonjs",
Expand Down

0 comments on commit c207e9f

Please sign in to comment.