Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.3.1 (2020-09-08)
Bug Fixes
- attach: end comments for the first item in block mapping/sequence (#276) (92568ad)
1.3.0 (2020-08-01)
Features
- treat "<<" as normal key but allow duplication (#274) (2fda6ef)
1.2.1 (2020-05-24)
Bug Fixes
- no false positive for document head end marker position (#272) (4da66cb)
1.2.0 (2020-05-23)
Bug Fixes
- attach: end comments in flow collections (#270) (1346a27)
Chores
- deps: update dependency
yaml
to 1.10.0 (#269) (2cf5008)
1.1.1 (2019-10-09)
Bug Fixes
- deps: update dependency
tslib
to 1.10.0 (#227) (6f88029)
1.1.0 (2019-10-08)
Features
- update
yaml
to 1.7.1 and move it to dependencies
(#225) (df6412b)
1.0.1 (2019-10-08)
Chores
yaml@1.2.0+
is not supported in yaml-unist-parser@1.0.x
(207589e)
1.0.0 (2018-11-15)
Bug Fixes
Chores
BREAKING CHANGES
Bug Fixes
- enable merge (
<<
) parsing so that multiple <<
won't be marked as duplicate keys (#74) (7a5b482)
Features
- transform AST from
yaml
AST+CST (#82) (2045635)
mappingKey
and mappingValue
are now always presented in mappingItem
comment
s aren't presented in children
anymore (moved to *Comments?
fields)
- attach
trailingComment
on document
(... #comment
)
- attach
trailingComment
on documentHead
(--- #comment
)
comment
between blockValue
indicator and its value is now placed in indicatorComment
BREAKING CHANGES
- remove some unnecessary
leadingComments
/trailingComments
fields
- rename
trailingComments
with trailingComment
as it's only possible to be 0 or 1
- replace
shorthandTag
/verbatimTag
/nonSpecificTag
with tag
Bug Fixes
- attach: end comments in nested mapping (#70) (efc71fa)
Bug Fixes
- attach: no crash at mappingKey with null and comment (#55) (df3face)
- peerDeps: require yaml@^1.0.0-rc.7 (#61) (6532413)
Features