Releases: kettanaito/page-with
Releases · kettanaito/page-with
v0.6.1
v0.6.0
v0.5.0
v0.4.2
v0.3.4
Features
- Prevents browser/server cleanup in DEBUG mode. Browser and server will remain running even when called
browser.cleanup().
v0.3.0
Breaking changes
wepbackis now a dependency and not a peer dependency.
v0.2.6
- Each page now has its own UUID that associated its information and generates a preview route on the server.
- Server has been rewritten internally.
v0.2.3
- Exports a
debugutility from thepageWithreturn payload.
const { debug } = await pageWith(...)
await debug()debugnow throws an exception when called without theDEBUGenvironmental variable being set.
v0.2.2
- Exports utility functions.
- Adds
debugbreakpoint utility.
v0.2.1
- Adds
request,consoleSpy,routesutilities.