Releases: jpsim/Yams
Releases · jpsim/Yams
2.0.0
Breaking
- Change
byteOffset
tooffset
inYamlError.reader
.
Norio Nomura
Enhancements
- Add
encoding
option toParser
asParser.Encoding
type to specify
which encoding to pass to libYAML. Along with that change, addencoding
options toload()
,load_all()
,compose()
,compose_all()
and
YAMLDecoder
. The default encoding will be determined at run time based on
the String type's native encoding.
Norio Nomura
Bug Fixes
- None.
1.0.2
Breaking
- None.
Enhancements
- Update LibYAML sources to latest versions as of January 6 2018.
JP Simard
Bug Fixes
-
Fix some test failures with the latest Swift 5 snapshot on Apple platforms.
Norio Nomura
#143 -
Preserve nanoseconds in dates when using swift-corelibs-foundation with
Swift 5.
Norio Nomura
#146 -
Fix null/~/NULL/Null were parsed as strings, not nil by
YAMLDecoder
.
Norio Nomura
#157
1.0.1
Breaking
- None.
Enhancements
- Improve support for compiling with Swift 4.2 or later.
Norio Nomura
Bug Fixes
- Fix issues with unset
DYLIB_COMPATIBILITY_VERSION
and
DYLIB_CURRENT_VERSION
. Now both values are set to1
.
Norio Nomura
#131
1.0.0
Breaking
- Rename
ScalarRepresentableCustomizedForCodable
toYAMLEncodable
.
Norio Nomura
Enhancements
- API documentation now available at jpsim.com/Yams.
JP Simard
Bug Fixes
- None.