Skip to content

Releases: patsplat/plist

3.7.1

26 Dec 15:54
99a851c
Compare
Choose a tag to compare

Bug fixes

  • Remove runtime dependency on base64 gem to fix Ruby 3.3 warning (#63)

Housekeeping

  • Add Ruby 3.3 to CI and fix CI for Ruby < 2.3 (#64)

Full Changelog: v3.7.0...v3.7.1

3.7.0

21 Feb 23:15
84d6365
Compare
Choose a tag to compare

New features and important changes:

  • Allow Marshal.load to be disabled for Plist.parse_xml (#61)

Housekeeping:

  • Migrate from Travis CI to GitHub Actions; add Ruby 3.1 and 3.2 to CI matrix (#59)

Full Changelog: v3.6.0...v3.7.0

3.6.0

30 Dec 22:28
Compare
Choose a tag to compare

New features and important changes:

  • Do not indent multiline string values (#54)
  • Add Plist::UnimplementedElementError (#51)
  • Add support for text inside <![CDATA[ ... ]]> (#49)

Housekeeping:

  • Add Ruby 2.7 and 3.0 to CI (#55)
  • add docker-compose for development (#47)
  • Replace require with require_relative(#52)

3.5.0

03 Jul 15:09
Compare
Choose a tag to compare
  • Only ship the required libs in the gem artifact (#48)

This version was released to rubygems on 2018-12-22.

3.4.0

09 Dec 00:12
Compare
Choose a tag to compare

v3.3.0...v3.4.0

  • Support custom indent string (#44)

3.3.0

28 Apr 17:14
Compare
Choose a tag to compare

dece870...v3.3.0

  • Fix ASCII/UTF-8 error (#38).
  • Fix Fixnum, Bignum deprecations in Ruby 2.4
  • Fix unused variable e warning