Yams/CHANGELOG.md

2.0 KiB

Master

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

0.7.0

Breaking
  • Drop support for building with -swift-version 3.
    Norio Nomura
Enhancements
  • None.
Bug Fixes

0.6.0

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
  • 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

0.5.0

Breaking
Enhancements
  • None.
Bug Fixes
  • None.

0.4.1

0.4.0

0.3.7

0.3.6

0.3.5

0.3.4

0.3.3

0.3.2

0.3.1

0.3.0

0.2.0

0.1.5

0.1.4

0.1.3

0.1.2

0.1.1

0.1.0