Skip to content

Releases: zonyitoo/rust-ini

v0.21.0

13 Mar 14:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.20.0...v0.21.0

v0.20.0

13 Mar 14:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.19.0...v0.20.0

v0.19.0

04 May 19:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.18.0...v0.19.0

v0.18.0

21 Feb 14:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.18.0

v0.17.0

28 Mar 17:00
Compare
Choose a tag to compare
  • Updated cfg-if to v1.0

v0.16.1

22 Jan 02:38
Compare
Choose a tag to compare
  • #79 Support files with UTF-8 BOM

v0.16.0

30 Sep 16:47
Compare
Choose a tag to compare
  • #75 Properly handles invalid unicode code point instead of panicking on unwrap()
  • #74 Updated dependent crate ordered-multimap to v0.3

v0.15.3

16 Jun 15:09
Compare
Choose a tag to compare
  • #67 Add a helper function with_general_section for working with general sections

v0.15.2

18 Feb 01:56
Compare
Choose a tag to compare

BUG Fixed

  • #64 EscapePolicy::Basic should only escape control characters
    • '\\' | '\x00'..='\x1f' | '\x7f'

v0.15.1

12 Feb 16:45
Compare
Choose a tag to compare

Fixed BUGs

  1. #63 Properties::insert should replace instead of append with specified key
    • Use append for appending values with the same key