Skip to content

Releases: MartinKoch123/yaml

Release v1.6.0

19 Oct 12:04
6d36b63
Compare
Choose a tag to compare
  • improve array dumping
  • represent null as []

⚠️ Starting with 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

08 Sep 10:05
Compare
Choose a tag to compare

Fix crash when loading incompatible maps with ConvertToArray option .

Release v1.5.5

03 Oct 17:51
Compare
Choose a tag to compare

Support dumping int64, uint32 and uint64.

Release v1.5.4

20 Mar 17:40
Compare
Choose a tag to compare

fix help text of dumpFile

Release v1.5.3

05 Sep 19:08
bf2c954
Compare
Choose a tag to compare

file hints for yaml.dumpFile

Release v1.5.2

16 Jul 15:18
Compare
Choose a tag to compare

Fix bug occurring during flow style selection when the dumper options classes have a different order

Release v1.5.1

30 Apr 10:01
Compare
Choose a tag to compare

yaml.dumpFile: Fix wrong argument hint

Release v1.5.0

23 Mar 20:25
Compare
Choose a tag to compare

non-cell, 2D and 3D array support for yaml.dump

Release v1.4.2

15 Mar 17:54
Compare
Choose a tag to compare

fix premature line breaks for nulls

Release v1.4.1

10 Mar 17:04
Compare
Choose a tag to compare

fixed bug making it impossible to dump empty cells to create empty YAML sequences