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

19 Aug 2026

🔧 Fixed

  • isolate table patch ranges per call (681715f)
  • make clean checkouts self-bootstrapping (ac8b550)
  • resolve review findings REV-004 through REV-007 (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)

⏪ Reverts

  • Revert “Merge pull request #128 from codsen/release/npm-32198404552–1″ (5baeeaa), closes #128
  • Revert “Merge pull request #127 from codsen/release/npm-32194020886–1″ (5f1e94d), closes #127

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

24 Apr 2022

🔧 Fixed

  • tweak types (30225e9)

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