Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 2.92 KB

CHANGELOG.md

File metadata and controls

55 lines (29 loc) · 2.92 KB

Changelog

4.1.1 (2023-05-16)

Bug Fixes

  • 090f64e #208 check process on browser (#208) (@Creskendoll)

4.1.0 (2023-04-13)

Features

  • 622106a #205 add "align" and "sort" options (#205) (@rquadling)
  • dc64a1a #204 add bracketedArray option (#204) (@wraithgar)
  • 6a3cb38 #199 add platform option to force line endings (#199) (@wraithgar, Francois-Xavier Kowalski)
  • b363ae6 #198 add newline option (#198) (@wraithgar, Francois-Xavier Kowalski)

Bug Fixes

  • ad4b5d8 #200 Refactored section split logic (#200) (@wraithgar, @platinumazure)
  • 5b5c9b7 #123 residual space after section causes bad parsing (#123) (@Nautigsam)
  • fa2c17e #201 ignore all whitespace lines (#201) (@wraithgar)

4.0.0 (2023-03-08)

⚠️ BREAKING CHANGES

  • ini is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • 6b70a48 #176 postinstall for dependabot template-oss PR (@lukekarrys)

3.0.1 (2022-08-22)

Bug Fixes

3.0.0 (2022-04-05)

⚠ BREAKING CHANGES

  • this drops support for node 10 and non-LTS versions of node 12 and node 14

Bug Fixes

  • replace deprecated String.prototype.substr() (#155) (e3a5d18)

Dependencies