Skip to content

Releases: dotcore64/gulp-html2pug

v7.0.1

01 Nov 19:03
d09ae61

Choose a tag to compare

fix: vinyl-contents-tostring compatible with node 24

v7.0.0

01 Nov 17:37
a5e268a

Choose a tag to compare

BREAKING: require node 20
add node 24

v6.0.0

01 May 08:41
8bdbe12

Choose a tag to compare

BREAKING: require node 18
add node 22

v5.1.1

01 Feb 07:07
e4760e6

Choose a tag to compare

fix build badge

v5.1.0

02 Oct 15:53
fe2f4f7

Choose a tag to compare

Upgrade to vinyl v3

v5.0.0

30 May 13:33
0da37a0

Choose a tag to compare

  • Require Node.js >= 14
  • ESM only module

v4.1.1

04 Nov 11:51
9f6260f

Choose a tag to compare

Fix cjs module path

v4.1.0

04 Nov 04:00
7082329

Choose a tag to compare

Make this module esm-first

v4.0.0

31 Oct 13:30
2b452e2

Choose a tag to compare

  1. Upgrade dependencies
  2. Drop node@10 support
  3. Migrate to github actions

v3.0.3

03 May 20:39

Choose a tag to compare

Solves stream Vinyl contents not stringifying due to cloneable-readable behavior.
mcollina/cloneable-readable#27