Changelog

All notable changes to this project will be documented in this file.
See Conventional Commits opens in a new tab for commit guidelines.

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

3.0.0

9 Sept 2021

Features

💥 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 testStats to 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 … — now import { 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

  • algorithm improvements (e2b2471)
  • recognise nested rogue quote pairs inside attr values (7366a63)

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)