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

5.0.19

24 Apr 2022

🔧 Fixed

5.0.0

9 Sept 2021

Features

💥 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

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.

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