Skip to content

3.0.0

Compare
Choose a tag to compare
@jpsim jpsim released this 18 Apr 04:05
53741ba
Breaking
  • Swift 4.1 or later is now required to build Yams.
    Norio Nomura
Enhancements
Bug Fixes
  • Fix Yams.dump when object contains a keyed null value.
    JP Simard
    #232

  • Fix a bug where YAMLEncoder would delay Dates by 1 second when encoding
    values with a nanosecond component greater than 999499997.
    Norio Nomura
    #192

  • Fix dangling pointer warning with Swift 5.2.
    JP Simard