Releases: dart-lang/yaml_edit
Releases · dart-lang/yaml_edit
package:yaml_edit v2.2.1
package:yaml_edit v2.2.0
- Fix inconsistent line endings when inserting maps into a document using
\r\n
. (#65) AliasError
is changed toAliasException
and exposed in the public API. All node-mutating methods onYamlEditor
, i.e.update()
,appendToList()
,prependToList()
,insertIntoList()
,spliceList()
,remove()
will now throw an exception instead of an error when encountering an alias on the path to modify. This allows catching and handling when this is happening.