Skip to content

Commit 2cef47b

Browse files
author
Vitaly Puzrin
committed
4.1.0 released
1 parent 810b149 commit 2cef47b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ 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-
## [4.1.0] - WIP
9+
## [4.1.0] - 2021-04-15
1010
### Added
1111
- Types are now exported as `yaml.types.XXX`.
12-
- Every type now has options object with original arguments kept as they were
12+
- Every type now has `options` property with original arguments kept as they were
1313
(see `yaml.types.int.options` as an example).
1414

1515
### Changed
16-
- Schema.extend now keeps old type order in case of conflicts
16+
- `Schema.extend()` now keeps old type order in case of conflicts
1717
(e.g. Schema.extend([ a, b, c ]).extend([ b, a, d ]) is now ordered as `abcd` instead of `cbad`).
1818

1919

@@ -542,6 +542,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
542542
- First public release
543543

544544

545+
[4.1.0]: https://github.com/nodeca/js-yaml/compare/4.0.0...4.1.0
545546
[4.0.0]: https://github.com/nodeca/js-yaml/compare/3.14.0...4.0.0
546547
[3.14.0]: https://github.com/nodeca/js-yaml/compare/3.13.1...3.14.0
547548
[3.13.1]: https://github.com/nodeca/js-yaml/compare/3.13.0...3.13.1

package.json

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

0 commit comments

Comments
 (0)