Skip to content

Commit 2aa24a6

Browse files
committed
Changelog update
1 parent eec6902 commit 2aa24a6

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
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

8+
## [5.3.0] - Unreleased
9+
10+
This release focuses on reworking the documentation and making small
11+
architectural improvements before moving forward.
12+
13+
### Added
14+
- Added completely new documentation.
15+
- Exported `DUMP_SCHEMA`, the default schema used by the dumper.
16+
- Added `YAMLException.throwAt()` for throwing an error at a source position.
17+
18+
### Changed
19+
- Changed flat constant exports to grouped exports: `EVENT_ID`, `SCALAR_STYLE`,
20+
`COLLECTION_STYLE`, and `CHOMPING_MODE`, along with their value types. The old
21+
exports are still preserved, but deprecated.
22+
- Made `identify` mandatory for custom tag definitions. Use
23+
`identify: () => false` for load-only tags.
24+
25+
### Deprecated
26+
- Deprecated flat constant exports. Use grouped ones instead.
27+
28+
829
## [5.2.3] - 2026-08-01
930

1031
### Fixed
@@ -693,6 +714,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
693714
- First public release
694715

695716

717+
[5.3.0]: https://github.com/nodeca/js-yaml/compare/5.2.3...5.3.0
696718
[5.2.3]: https://github.com/nodeca/js-yaml/compare/5.2.2...5.2.3
697719
[5.2.2]: https://github.com/nodeca/js-yaml/compare/5.2.1...5.2.2
698720
[5.2.1]: https://github.com/nodeca/js-yaml/compare/5.2.0...5.2.1

0 commit comments

Comments
 (0)