Skip to content

Releases: andywer/puppet-run

v0.11.4

29 Mar 18:41
40a7eb0
Compare
Choose a tag to compare

Replaces the original envify dependency with a fork that works with modern day JavaScript.

Features / Fixes

  • Replace envify with @goto-bus-stop/envify (#41, by @aminya)

v0.11.3

27 Oct 08:10
5d1ee5a
Compare
Choose a tag to compare

Tiny release, making sure temporary files are cleaned up properly.

Thanks for the PR, @aminya!

Bug fixes

  • Set force: true in del (#40)

v0.11.2

16 Sep 16:32
7fdf1b9
Compare
Choose a tag to compare

Tiny maintenance release, switching one dependency and updating a couple of others.

Thanks for contributing, @aminya!

Bug fixes

  • Use del instead of rimraf (#39)

v0.11.1

21 May 03:52
76173d5
Compare
Choose a tag to compare

New patch release that only updates dependencies. Mainly to update @babel/parser for support of newer JS/TS syntax.

v0.11.0

30 Apr 06:32
bd4b2f6
Compare
Choose a tag to compare

Just a small maintenance release, bumping some dependencies, including puppeteer-core.

Chores

  • Update dependencies (#36)

v0.10.1

30 Apr 06:31
1b0269b
Compare
Choose a tag to compare

Just a small patch release. An important one, though, in case you are using the --serve option.

Bug fixes

  • Fix serve-only files also being run (#35)

v0.10.0

08 Sep 13:07
3b17af2
Compare
Choose a tag to compare

This release is a rather big leap for puppet-run, but the version number is still kept below v1.0.

The switch from the modern Parcel bundler to good old Browserify might look odd, but Browserify does everything we need and is much smaller – package installation size went down from 71.6 MB to 17.9 MB.

Features

  • Use browserify instead of parcel for bundling (#4)
  • Allow serving whole directories using --serve
  • Support multiple entrypoints
  • Bundle and serve source files that are not entrypoints using --bundle
  • Print failed requests

v0.5.0

08 May 04:18
de5bbaf
Compare
Choose a tag to compare

This version ships some minor improvements, primarily done to support web workers out of the box (see #12).

Features

  • Dropped the --secure-origin flag; page will be run in secure context by default (#12)

Chore

  • Updated dependencies (#13)

v0.4.0

09 Jan 18:38
fd1e879
Compare
Choose a tag to compare

New features

Thanks for this contribution, @ccapndave!

v0.3.0

06 Dec 20:02
66984d2
Compare
Choose a tag to compare

New features

  • Source map support (#6)
  • Add puppet.setOfflineMode() (#5)

Chores

  • Restructured samples (#3)