Skip to content

Commit 34e5072

Browse files
author
Vitaly Puzrin
committed
3.14.0 released
1 parent 7b25c83 commit 34e5072

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [3.14.0] - 2020-05-22
10+
### Changed
11+
- Support `safe/loadAll(input, options)` variant of call.
12+
- CI: drop outdated nodejs versions.
13+
- Dev deps bump.
14+
15+
### Fixed
16+
- Quote `=` in plain scalars #519.
17+
- Check the node type for `!<?>` tag in case user manually specifies it.
18+
- Verify that there are no null-bytes in input.
19+
- Fix wrong quote position when writing condensed flow, #526.
20+
21+
922
## [3.13.1] - 2019-04-05
1023
### Security
1124
- Fix possible code execution in (already unsafe) `.load()`, #480.
@@ -466,6 +479,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
466479
- First public release
467480

468481

482+
[3.14.0]: https://github.com/nodeca/js-yaml/compare/3.13.1...3.14.0
469483
[3.13.1]: https://github.com/nodeca/js-yaml/compare/3.13.0...3.13.1
470484
[3.13.0]: https://github.com/nodeca/js-yaml/compare/3.12.2...3.13.0
471485
[3.12.2]: https://github.com/nodeca/js-yaml/compare/3.12.1...3.12.2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-yaml",
3-
"version": "3.13.1",
3+
"version": "3.14.0",
44
"description": "YAML 1.2 parser and serializer",
55
"keywords": [
66
"yaml",

0 commit comments

Comments
 (0)