Yams

A Sweet and Swifty YAML parser.

MIT License

Stars
1.1K
Committers
34

Bot releases are hidden (Show)

Yams - 1.0.2

Published by jpsim over 5 years ago

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

Yams - 1.0.1

Published by jpsim about 6 years ago

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 to 1.
    Norio Nomura
    #131
Yams - 1.0.0

Published by jpsim over 6 years ago

Breaking
  • Rename ScalarRepresentableCustomizedForCodable to YAMLEncodable.
    Norio Nomura
Enhancements
Bug Fixes
  • None.