Skip to content

Latest commit

 

History

History
84 lines (51 loc) · 6.45 KB

CHANGELOG.md

File metadata and controls

84 lines (51 loc) · 6.45 KB

Changelog

4.1.2 (2024-03-04)

Bug Fixes

  • e237377 #243 Removed the unused doUnesc param in the unsafe function (#243) (@LoicE5)

Documentation

  • 31b3209 #239 Fix typo in bracketedArray option name in README.md (#239) (@futpib)
  • 24eb9a0 Reworked README (#235) (@PhoneDroid)
  • fc6ce28 #212 Fix typo in bracketedArray option name in README.md (#212) (@futpib)

Chores

  • 29caa7c #240 postinstall for dependabot template-oss PR (@lukekarrys)
  • eafd8f7 #240 bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
  • 5cb0c9f #238 postinstall for dependabot template-oss PR (@lukekarrys)
  • 4ad194e #238 bump @npmcli/template-oss from 4.21.0 to 4.21.1 (@dependabot[bot])
  • a138d1f #233 postinstall for dependabot template-oss PR (@lukekarrys)
  • e37a22e #233 bump @npmcli/template-oss from 4.19.0 to 4.21.0 (@dependabot[bot])
  • 2f57997 #215 postinstall for dependabot template-oss PR (@lukekarrys)
  • 526d5fe #215 bump @npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot])
  • 98de8c2 #214 postinstall for dependabot template-oss PR (@lukekarrys)
  • fd33f54 #214 bump @npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot])
  • 21abe16 #211 postinstall for dependabot template-oss PR (@lukekarrys)
  • f52bed5 #211 bump @npmcli/template-oss from 4.17.0 to 4.18.0 (@dependabot[bot])
  • da3b717 #210 postinstall for dependabot template-oss PR (@lukekarrys)
  • 9e9adf4 #210 bump @npmcli/template-oss from 4.15.1 to 4.17.0 (@dependabot[bot])

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