Recent Releases of https://github.com/patsplat/plist
https://github.com/patsplat/plist - 3.7.2
Bug fixes
- Fix frozen string literal warnings on Ruby 3.4 (https://github.com/patsplat/plist/pull/65)
Housekeeping
- Add Ruby 3.4 to CI (https://github.com/patsplat/plist/pull/66)
- Pin test-unit gem to ensure CI works on Ruby 1.9 (https://github.com/patsplat/plist/pull/67)
Full Changelog: https://github.com/patsplat/plist/compare/v3.7.1...v3.7.2
- Ruby
Published by mattbrictson about 1 year ago
https://github.com/patsplat/plist - 3.7.1
Bug fixes
- Remove runtime dependency on
base64gem to fix Ruby 3.3 warning (https://github.com/patsplat/plist/pull/63)
Housekeeping
- Add Ruby 3.3 to CI and fix CI for Ruby < 2.3 (https://github.com/patsplat/plist/pull/64)
Full Changelog: https://github.com/patsplat/plist/compare/v3.7.0...v3.7.1
- Ruby
Published by mattbrictson about 2 years ago
https://github.com/patsplat/plist - 3.7.0
New features and important changes:
- Allow
Marshal.loadto be disabled forPlist.parse_xml(https://github.com/patsplat/plist/pull/61)
Housekeeping:
- Migrate from Travis CI to GitHub Actions; add Ruby 3.1 and 3.2 to CI matrix (https://github.com/patsplat/plist/pull/59)
Full Changelog: https://github.com/patsplat/plist/compare/v3.6.0...v3.7.0
- Ruby
Published by mattbrictson about 3 years ago
https://github.com/patsplat/plist - 3.6.0
New features and important changes:
- Do not indent multiline string values (https://github.com/patsplat/plist/pull/54)
- Add
Plist::UnimplementedElementError(https://github.com/patsplat/plist/pull/51) - Add support for text inside
<![CDATA[ ... ]]>(https://github.com/patsplat/plist/pull/49)
Housekeeping:
- Add Ruby 2.7 and 3.0 to CI (https://github.com/patsplat/plist/pull/55)
- add docker-compose for development (https://github.com/patsplat/plist/pull/47)
- Replace
requirewithrequire_relative(https://github.com/patsplat/plist/pull/52)
- Ruby
Published by mattbrictson about 5 years ago
https://github.com/patsplat/plist - 3.5.0
- Only ship the required libs in the gem artifact (https://github.com/patsplat/plist/pull/48)
This version was released to rubygems on 2018-12-22.
- Ruby
Published by mattbrictson over 6 years ago
https://github.com/patsplat/plist - 3.4.0
https://github.com/patsplat/plist/compare/v3.3.0...v3.4.0
- Support custom indent string (https://github.com/patsplat/plist/pull/44)
- Ruby
Published by mattbrictson about 8 years ago
https://github.com/patsplat/plist - 3.3.0
https://github.com/patsplat/plist/compare/dece870...v3.3.0
- Fix ASCII/UTF-8 error (https://github.com/patsplat/plist/pull/38).
- Fix Fixnum, Bignum deprecations in Ruby 2.4
- Fix unused variable
ewarning
- Ruby
Published by mattbrictson almost 9 years ago