Skip to content

Releases: kettanaito/page-with

v0.6.1

30 Mar 20:36

Choose a tag to compare

v0.6.1 (2023-03-30)

Bug Fixes

v0.6.0

09 Sep 09:42

Choose a tag to compare

v0.5.0

30 Oct 11:32

Choose a tag to compare

v0.4.2

23 Aug 11:36

Choose a tag to compare

Features

  • Exports the spyOnConsole utility function to append console spies to any given Page (#3).

v0.3.4

29 Mar 12:52

Choose a tag to compare

Features

  • Prevents browser/server cleanup in DEBUG mode. Browser and server will remain running even when called browser.cleanup().

v0.3.0

05 Mar 12:05

Choose a tag to compare

Breaking changes

  • wepback is now a dependency and not a peer dependency.

v0.2.6

19 Feb 16:35

Choose a tag to compare

  • 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

15 Feb 09:25

Choose a tag to compare

  • Exports a debug utility from the pageWith return payload.
const { debug } = await pageWith(...)

await debug()
  • debug now throws an exception when called without the DEBUG environmental variable being set.

v0.2.2

11 Feb 10:26

Choose a tag to compare

  • Exports utility functions.
  • Adds debug breakpoint utility.

v0.2.1

10 Feb 16:08

Choose a tag to compare

  • Adds request, consoleSpy, routes utilities.