Releases: MaartenJongeneel/readyaml
Release v1.1.3
Bug fix that all characters after '#' are treated as comments. In fact this should be after ' #' instead (leading white space).
Release v1.1.2
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
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
New functionality of inline-blocks.
Release v1.0.1
Updates regarding some comments in the code and in the README.md file.
First release
First release of the yaml parcer in Matlab.