File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
You can’t perform that action at this time.
0 commit comments