Changelog
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
3.0.3
22 Dec 2022
🔧 Fixed
- ignore node_modules (a8987b9)
3.0.0
1 Dec 2022
💥 BREAKING CHANGES
- Minimum supported Node version is v14.18; we’re dropping v12 support
2.2.13
14 Nov 2022
🔧 Fixed
- update to the latest js-row-num API which now returns a plain object (231348d)
2.2.0
12 Aug 2022
✨ Features
- export types (11b5fb9)
2.1.0
11 Apr 2022
✨ Features
- export defaults and version (1107244)
2.0.3
2 Nov 2021
✨ Features
- migrate to ES Modules (c579dff)
💥 BREAKING CHANGES
- programs now are in ES Modules and won’t work with Common JS
require()
2.0.0
9 Sept 2021
✨ Features
- migrate to ES Modules (8c9d95d)
💥 BREAKING CHANGES
- programs now are in ES Modules and won’t work with Common JS
require()
1.9.0
24 May 2021
✨ Features
- config file based major bump blacklisting (e15f9bb)
1.8.15
11 Apr 2021
⏪ Reverts
- Revert “chore: setup refresh” (23cf206)
1.8.1
28 Jan 2021
🔧 Fixed
- add
testStats
to npmignore (f3c84e9)
1.7.0
28 Nov 2020
Accidental version bump during migration to SourceHut. Sorry about that.
1.6.7
20 Nov 2019
🔧 Fixed
- update to the latest meow v4 api — fixes aliases (5a0a098)
1.6.0
5 Oct 2019
✨ Features
- -t flag (a9432cf)
1.5.0
20 Jan 2019
- Various documentation and setup tweaks after we migrated to monorepo
- Setup refresh: updated dependencies and all config files using automated tools
1.3.0
26 Dec 2018
- Implement atomic file write (b9a3c2b)
- Improved messages when zero files found + promisified write function (83d2bee)
1.2.0
20 Sept 2018
- Properly set the message when there were zero files to update
- Promisified the atomic write function
1.1.0
18 Sept 2018
- Now file writing is done atomically, the write operation now cannot be interrupted or “partially” performed. Practically, this means, it will be not possible to accidentally damage the processed
.js
file there’s a clash between other programs (code editors, for example) reading it. I has happened to me in the past that.js
file accidentally gets written to be blank. No more! - Additionally, now we have a check implemented, is the freshly-read
.js
file not blank. If it’s blank, nothing is written.
1.0.0
12 Jul 2018
- First public release