Releases: andywer/puppet-run
Releases · andywer/puppet-run
v0.11.4
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
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
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
New patch release that only updates dependencies. Mainly to update @babel/parser
for support of newer JS/TS syntax.
v0.11.0
Just a small maintenance release, bumping some dependencies, including puppeteer-core
.
Chores
- Update dependencies (#36)
v0.10.1
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
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
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
New features
Thanks for this contribution, @ccapndave!
v0.3.0
New features
- Source map support (#6)
- Add
puppet.setOfflineMode()
(#5)
Chores
- Restructured samples (#3)