Skip to content

Latest commit

 

History

History
162 lines (88 loc) · 5.52 KB

CHANGELOG.md

File metadata and controls

162 lines (88 loc) · 5.52 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

v2.1.2

compare changes

🩹 Fixes

  • Stringify strings to avoid being cast to numbers (#123)
  • parse: Handle empty values (#86)

🏡 Chore

❤️ Contributors

v2.1.1

compare changes

🏡 Chore

  • Update badge link (#76)
  • Update dev dependencies (88f6b2a)
  • Update destr to v2 (7c846b6)

❤️ Contributors

v2.1.0

compare changes

🚀 Enhancements

🏡 Chore

❤️ Contributors

  • Pooya Parsa (@pi0)

v2.0.1

compare changes

🩹 Fixes

💅 Refactors

🏡 Chore

❤️ Contributors

2.0.0 (2022-11-15)

1.2.3 (2022-11-15)

1.2.2 (2022-04-07)

Bug Fixes

  • avoid optional chaining for node 12.x compatibility (a4349ab)

1.2.1 (2022-04-07)

Bug Fixes

  • use XDG_CONFIG_HOME for writeUser and updateUser (5c1f7a9)

1.2.0 (2020-11-25)

Features

  • support XDG_CONFIG_HOME (closes #1) (2792d9b)

1.1.0 (2020-11-09)

Features

  • support array push syntax (6d1ff0d)

1.0.0 (2020-06-16)

0.0.7 (2020-05-28)

Bug Fixes

  • set sideEffects field in package.json to allow tree-shaking (c8fc9cc)

0.0.6 (2020-05-28)

0.0.5 (2020-05-28)

0.0.4 (2020-05-28)

0.0.3 (2020-05-28)

Features

  • update() and improvements (69539be)

0.0.2 (2020-05-27)

Features

  • support directly passing name as options (e493cdf)

Bug Fixes

  • allow more characters for key (9557009)
  • pass encoding to writeFileSync (59c937a)

0.0.1 (2020-05-27)