Skip to content

Releases: ungoldman/sitedown

v5.1.3

20 Jan 23:10

Choose a tag to compare

Maintenance update. Resolves security warnings for underlying dependency.

Dependency updates

  • deps: serve@14.1.2
  • fix: rm rimraf, use fs.rm
  • deps: mkdirp@^2.1.2

Dev dependency updates

  • chore(deps-dev): bump gh-release from 6.0.4 to 7.0.0 (#50)
  • chore(deps-dev): bump npm-run-all2 from 5.0.2 to 6.0.0 (#49)
  • chore(deps-dev): bump gh-pages from 3.2.3 to 4.0.0 (#48)

v5.1.2

08 May 01:06

Choose a tag to compare

Fix

  • fix uncaught error when no callback is provided for watch

v5.1.1

07 May 00:55

Choose a tag to compare

Fix

  • resolve bin path problem for dev mode

v5.1.0

07 May 00:41

Choose a tag to compare

Features

  • add dev option to start local development server
  • add assets option to copy any asset files to build

v5.0.3

21 Apr 20:03

Choose a tag to compare

Fixes

  • ignore documentation artifacts (page.png, docs/) when publishing

v5.0.2

21 Apr 19:33

Choose a tag to compare

Fixes

  • explicitly set minimum node version to 14 in engines field of package.json

Minimum node version was already 14 since v5.0.0. This patch makes it more obvious to downstream module consumers.

v5.0.1

14 Mar 00:33

Choose a tag to compare

Fixes

  • deps: standard@16
  • Bump highlight.js from 10.7.3 to 11.5.0 (#40)
  • Bump event-stream from 3.3.4 to 4.0.1 (#43)
  • ci: target latest Node LTS only (16)
  • ci: rm automerge (broken)
  • Bump gh-release from 4.0.4 to 6.0.1 (#42)
  • use github actions status badge
  • ownership transfer fixes & updates (#39)

v5.0.0

10 Dec 15:49
204b971

Choose a tag to compare

Breaking

  • Update all dependencies to their latest version.
  • Only test on Node 14 and 15. Older versions may work, bymmv.
  • Older versions of Node are no longer supported.

v4.0.0

15 Jan 21:54
8cfb70d

Choose a tag to compare

Breaking

  • Add correct hljs css class to code blocks to fully support hljs theme backgrounds. Since this could change how your site looks if you are using hljs, this is a breaking change. Use the --no-hljs-class flag to disable this css class.

v3.3.2

27 Nov 01:38

Choose a tag to compare

Fixes

  • Pin event-stream to eliminate malicious package threat (#32)