Releases: patsplat/plist
Releases · patsplat/plist
3.7.2
3.7.1
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
New features and important changes:
- Allow
Marshal.load
to be disabled forPlist.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
3.5.0
3.4.0
- Support custom indent string (#44)
3.3.0
- Fix ASCII/UTF-8 error (#38).
- Fix Fixnum, Bignum deprecations in Ruby 2.4
- Fix unused variable
e
warning