Changelog
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
4.2.5
9 Sept 2026
🔧 Fixed
- is-html-attribute-closing: recognize Unicode attribute boundaries (8b58d67)
4.2.4
6 Sept 2026
Performance Improvements
- Recorded a 21.93% higher normalized benchmark score than v4.2.1 (349,506 → 426,159).
4.2.2
22 Aug 2026
Performance Improvements
- optimise package hot paths and JSON editing (f3112bd)
4.2.0
19 Aug 2026
🔧 Fixed
- declare the development logging guard (f09ba2b)
- resolve various review findings (b60e9ee)
- retire direct publish aliases (f98e31e)
✨ Features
- add codsen-glob and migrate glob consumers (5595a2b)
- refresh the tooling and generate with the latest dependencies (781f802)
4.1.3
15 Jan 2026
Performance Improvements
- Recorded a 16.45% higher normalized benchmark score than v4.0.33 (300,012 → 349,355).
4.0.0
1 Dec 2022
💥 BREAKING CHANGES
- Minimum supported Node version is v14.18; we’re dropping v12 support
3.1.0
12 Aug 2022
✨ Features
- export types (11b5fb9)
3.0.16
4 May 2022
Performance Improvements
- Recorded a 241.56% higher normalized benchmark score than v3.0.15 (118,069 → 403,276).
3.0.13
10 Apr 2022
Performance Improvements
- Recorded a 8.75% higher normalized benchmark score than v3.0.12 (164,252 → 178,631).
3.0.10
24 Dec 2021
Performance Improvements
- Recorded a 14.81% higher normalized benchmark score than v3.0.9 (213,337 → 244,925).
3.0.9
24 Dec 2021
Performance Improvements
- Recorded a 10.16% higher normalized benchmark score than v3.0.8 (193,662 → 213,337).
3.0.7
30 Nov 2021
Performance Improvements
- Recorded a 4.64% higher normalized benchmark score than v3.0.5 (316,753 → 331,452).
3.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()
2.3.0
24 May 2021
✨ Features
- config file based major bump blacklisting (e15f9bb)
2.2.6
11 Apr 2021
⏪ Reverts
- Revert “chore: setup refresh” (23cf206)
2.2.0
23 Mar 2021
✨ Features
- improved recognition of HTML inline style attribute patterns (5c104d3)
2.1.0
7 Feb 2021
✨ Features
- improved ERB templating tag recognition (ecb3272)
2.0.1
28 Jan 2021
🔧 Fixed
- add
testStatsto npmignore (f3c84e9)
2.0.0
23 Jan 2021
✨ Features
- rewrite in TS, start using named exports (6a8cf5a)
💥 BREAKING CHANGES
- previously, you’d consume like:
import isAttrClosing from ...— nowimport { isAttrClosing } from ...
1.5.0
11 Dec 2020
🔧 Fixed
- correctly interpret equal chars inside urls (71f8dcf)
✨ Features
- improve the safeguards against legit equal characters (d1b34fa)
1.4.0
28 Nov 2020
Accidental version bump during migration to SourceHut. Sorry about that.
1.3.0
12 Oct 2020
✨ Features
1.2.0
17 May 2020
✨ Features
- insurance against the Killer Triplet (21c64a2)
1.1.0
13 Apr 2020
✨ Features
- initial scaffolding (5968866)
- improve the mismatching quote recognition (967bd66)
- improvements to mismatching HTML attribute quote pair recognition (050dbe0)
- recognise missing tag closing brackets (2639868)
- recognise repeated (even spaced) equal signs in front of attributes (a1fa244)
- starting index is not on a quote; attribute is missing opening quote (795d3a8)