Changelog
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
7.0.0
1 Dec 2022
💥 BREAKING CHANGES
- Minimum supported Node version is v14.18; we’re dropping v12 support
6.0.0
14 Nov 2022
✨ Features
- return both string and ranges (3932619)
💥 BREAKING CHANGES
- main function returns both string and ranges; output is not a plain object; no more opts.returnRangesOnly
5.2.0
12 Aug 2022
✨ Features
5.1.2
18 Apr 2022
🔧 Fixed
- tweak types (e215772)
5.1.0
11 Apr 2022
✨ Features
- export
defaults
andversion
(1107244)
5.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()
4.1.0
24 May 2021
✨ Features
- config file based major bump blacklisting (e15f9bb)
4.0.15
11 Apr 2021
⏪ Reverts
- Revert “chore: setup refresh” (23cf206)
4.0.1
28 Jan 2021
🔧 Fixed
- add
testStats
to npm ignore (f3c84e9)
4.0.0
23 Jan 2021
✨ Features
- rewrite in TS, start using named exports (e10c809)
💥 BREAKING CHANGES
- previously:
import fixRowNums from …
— nowimport { fixRowNums } from …
2.7.0
14 Dec 2019
🔧 Fixed
- fix the regression of letters in front of digits not causing a bailout (d141967)
- set up Tap as a test runner, write many more unit tests and fix all remaining issues (58e1471)
✨ Features
- fix the digit recognition when they’re given in quotes only or as num only (b787c1e)
2.6.0
9 Dec 2019
✨ Features
- expand the spectrum of patterns recognised under
opts.extractedLogContentsWereGiven
(5fc1fe3) opts.extractedLogContentsWereGiven
(de3a781)opts.overrideRowNum
(a81cc76)opts.returnRangesOnly
(c874453)
2.6.0
30 Nov 2019
opts.overrideRowNum
will stop the program from counting row numbers and will place that integer instead.
2.5.0
27 Nov 2019
✨ Features
- ignore new lines in front of a row numbers (e6d78d6)
2.4.0
5 Oct 2019
✨ Features
2.3.0
18 Jun 2019
✨ Features
- Remove
check-types-mini
dependency to make it more efficient (c36ce2f)
2.2.0
1 Jun 2019
✨ Features
- Lower the 4 digit padding threshold to 45K characters (e5f8ec7)
2.1.0
6 Apr 2019
✨ Features
- Bump padding to four if input is longer than 50K characters (6855b53)
1.3.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.1.0
26 Dec 2018
String.padStart
is ECMAScript 2017 which limits the Node versions we can support, so we replaced it (5a49a2e)
1.0.0
11 Jul 2017
- First public release