Skip to Content
  • Website
Codsen
  • Home
  • Open Source
  • Articles
  • About

backOpen Source→html-table-patcher→Changelog

Changelog

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

6.2.6

19 Sept 2026

🔧 Fixed

  • html-table-patcher: use consolidated lookahead entry (36e14a9)

6.2.4

6 Sept 2026

Performance Improvements

  • Recorded a 18.39% higher normalized benchmark score than v6.2.1 (734 → 869).

6.2.3

1 Sept 2026

🔧 Fixed

  • align range input and output types (1a13db6)

6.2.2

22 Aug 2026

Performance Improvements

  • optimise package hot paths and JSON editing (f3112bd)

6.2.1

19 Aug 2026

Performance Improvements

  • Recorded a 2.51% higher normalized benchmark score than v6.1.3 (716 → 734).

6.2.0

19 Aug 2026

🔧 Fixed

  • isolate table patch ranges per call (681715f)
  • make clean checkouts self-bootstrapping (ac8b550)
  • 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)

6.0.40

8 Oct 2025

Performance Improvements

  • Recorded a 6.66% higher normalized benchmark score than v5.0.24 (901 → 961).

6.0.0

1 Dec 2022

💥 BREAKING CHANGES

  • Minimum supported Node version is v14.18; we’re dropping v12 support

5.1.0

12 Aug 2022

✨ Features

  • export types (11b5fb9)

5.0.24

1 Aug 2022

Performance Improvements

  • Recorded a 2.39% higher normalized benchmark score than v5.0.23 (880 → 901).

5.0.23

26 Jul 2022

Performance Improvements

  • Recorded a 19.73% higher normalized benchmark score than v5.0.22 (735 → 880).

5.0.21

4 May 2022

Performance Improvements

  • Recorded a 192.41% higher normalized benchmark score than v5.0.18 (316 → 924).

5.0.19

24 Apr 2022

🔧 Fixed

  • tweak types (30225e9)

5.0.16

17 Apr 2022

Performance Improvements

  • Recorded a 19.75% higher normalized benchmark score than v5.0.15 (319 → 382).

5.0.13

21 Mar 2022

Performance Improvements

  • Recorded a 3.26% higher normalized benchmark score than v5.0.12 (429 → 443).

5.0.11

11 Jan 2022

Performance Improvements

  • Recorded a 16.14% higher normalized benchmark score than v5.0.10 (378 → 439).

5.0.9

24 Dec 2021

Performance Improvements

  • Recorded a 3.72% higher normalized benchmark score than v5.0.8 (403 → 418).

5.0.7

30 Nov 2021

Performance Improvements

  • Recorded a 13.25% higher normalized benchmark score than v5.0.5 (536 → 607).

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 npmignore (f3c84e9)

4.0.0

23 Jan 2021

✨ Features

  • rewrite in TS (1b15101)

There are no API changes but we’re bumping major just in case.

3.0.0

28 Nov 2020

Accidental version bump during migration to SourceHut. Sorry about that.

2.0.0

11 May 2020

✨ Features

Complete rewrite. But no changes to API. Still bumping major.

  • rewrite (ef39ee9)

We switched to all in-house components:

  • codsen-parser (npm/monorepo) — produces AST
  • ast-monkey-traverse-with-lookahead (npm/monorepo) — traverses that AST
  • ranges-push (npm/monorepo) — records what needs to be done in source code while traversing AST
  • ranges-apply (npm/monorepo) — performs all amends in string in one go when finished traversing AST

As a result, UMD bundle is half-the size (was 191KB minified, now 87KB)!

💥 BREAKING CHANGES

  • no changes in API

1.1.13

8 Aug 2019

🔧 Fixed

  • fix breaking unit test, colspan number should be string not number (ee381ee)

1.1.9

24 Jul 2019

🔧 Fixed

  • Add missing node globals, necessary for UMD build (b917068)
  • Rollup globals plugin was missing in builds which error’ed out the UMD builds (2f8ee25)

1.1.0

18 Jun 2019

✨ Features

  • Adds basic level of colspans (75308e6)
  • Complete recode using parsing (0e31c43)
  • GUI with wired up UMD tap (e1e0648)
  • Harden the API and tap the html-dom-parser as parser instead because former broke Rollup UMD b (f27ac6d)
  • opts.cssStylesContent (58b6a4f)
  • Precautions against children tables nested at deeper levels (ced7d36)
  • Tap’s styling (6487e7b)
  • Tighten the quotes detection clauses (a25774e)

0.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

0.3.0

26 Dec 2018
  • Comments skip (4afb7c4)
  • Improvements to tag recognition algorithm (d265d1e)

0.2.0

28 Oct 2018
  • Now HTML commented-out code between tags will not be wrapped with tags. If there’s just commented-out code between tags, nothing will be added. If there is mixed content, comments will be stripped-out and non-commented-out code will be wrapped with extra table cells.
  • Updated all dependencies
  • Restored unit test coverage tracking: reporting in terminal and coveralls.io
  • Restored unit test linting

0.1.0

12 Aug 2018
  • First public release
back 

Copyright

All rights reserved © Roy Revelt 2026
All our open source packages are under MIT licenceopens in a new tab

Activities

🐛 See a bug? Raise an issueopens in a new tab
💘 Check out the Indiewebopens in a new tab and Libera manifestoopens in a new tab