Skip to content

Releases: MaartenJongeneel/readyaml

Release v1.1.3

03 Feb 15:36
Compare
Choose a tag to compare

Bug fix that all characters after '#' are treated as comments. In fact this should be after ' #' instead (leading white space).

Release v1.1.2

24 Oct 08:01
Compare
Choose a tag to compare

Bug fix where values that are numerical arrays of dimension 1xN are now stored as doubles of dimension 1xN instead of cell arrays of dimension 1xN.

Release v1.1.1

18 Oct 22:07
Compare
Choose a tag to compare

All non-numeric values are now stored as chars, allowing for any type of character inside the value. Numeric values are stored as double. Removed functionality of storing chars and strings into cells (this was previously done to allow for compatibility with HDF5 format, but was deemed to not properly represent the yaml representation).

Release v1.1.0

12 Oct 21:03
Compare
Choose a tag to compare

New functionality of inline-blocks.

Release v1.0.1

12 Oct 13:38
Compare
Choose a tag to compare

Updates regarding some comments in the code and in the README.md file.

First release

09 Oct 22:31
Compare
Choose a tag to compare

First release of the yaml parcer in Matlab.