Releases: patsplat/plist
Releases · patsplat/plist
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 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
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
- Only ship the required libs in the gem artifact (#48)
This version was released to rubygems on 2018-12-22.
3.3.0
dece870...v3.3.0
- Fix ASCII/UTF-8 error (#38).
- Fix Fixnum, Bignum deprecations in Ruby 2.4
- Fix unused variable
e
warning