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,17 @@ 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.2.3] - 2026-08-01
9+
10+ ### Fixed
11+ - Prevent prototype fallback when resolving tags and mapping entries, #782 .
12+ - Resolve ` !!timestamp ` years 0000-0099 correctly, #775 .
13+ - Preserve implicit null mapping values before document markers and reject
14+ unpaired mapping event streams, #784 .
15+ - Preserve folded scalar values with tab-indented lines when round-tripping a
16+ parsed AST through ` present() ` ; ` dump() ` and loading are unaffected, #780 .
17+
18+
819## [ 5.2.2] - 2026-07-24
920
1021### Fixed
@@ -682,6 +693,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
682693- First public release
683694
684695
696+ [ 5.2.3 ] : https://github.com/nodeca/js-yaml/compare/5.2.2...5.2.3
685697[ 5.2.2 ] : https://github.com/nodeca/js-yaml/compare/5.2.1...5.2.2
686698[ 5.2.1 ] : https://github.com/nodeca/js-yaml/compare/5.2.0...5.2.1
687699[ 5.2.0 ] : https://github.com/nodeca/js-yaml/compare/5.1.0...5.2.0
You can’t perform that action at this time.
0 commit comments