Releases: MartinKoch123/yaml
Releases · MartinKoch123/yaml
Release v1.6.0
- improve array dumping
- represent
null
as[]
v1.6.0
YAML 1D sequences will be loaded as MATLAB column vectors instead of row vectors. This might break MATLAB code using an older version of yaml
.
Release v1.5.6
Fix crash when loading incompatible maps with ConvertToArray
option .
Release v1.5.5
Support dumping int64
, uint32
and uint64
.
Release v1.5.4
fix help text of dumpFile
Release v1.5.3
file hints for yaml.dumpFile
Release v1.5.2
Fix bug occurring during flow style selection when the dumper options classes have a different order
Release v1.5.1
yaml.dumpFile
: Fix wrong argument hint
Release v1.5.0
non-cell, 2D and 3D array support for yaml.dump
Release v1.4.2
fix premature line breaks for nulls
Release v1.4.1
fixed bug making it impossible to dump empty cells to create empty YAML sequences