Yams v0.6.0 Release Notes

Release Date: 2018-03-07 // about 6 years ago
  • ๐Ÿ’ฅ Breaking
    • Some APIs have changed related to ScalarConstructible.
      • Change parameter type of ScalarConstructible.construct(from:) from Node to Node.Scalar
      • Change Constructor:
      • Split Map into ScalarMap, MappingMap and SequenceMap
      • Split defaultMap into defaultScalarMap, defaultMappingMap and defaultSequenceMap
      • Change init(_:) to init(_:_:_:)

    Norio Nomura #105

    โœจ Enhancements
    ๐Ÿ› Bug Fixes
    • 0๏ธโƒฃ subscript(string:) fails to lookup value if Node has non default Resolver.
      Norio Nomura #100

    • โœ‚ Removed asserts in Constructor that were stopping the YAMLDecoder from returning correct errors.
      David Hart #94