Skip to content

Releases: tobua/papua

v4.0.0

11 Apr 18:27
Compare
Choose a tag to compare

4.0.0 (2023-04-11)

Migration

For customized webpack.config.js files rename them to rspack.config.js. Some slight configuration adjustments might be necessary, check out the official Rspack documentation. While Rspack already works very smoothly and fast there might still be some compatibility issues with webpack plugins. The workbox-webpack-plugin for PWAs has been disabled for now until compatibility is ensured.

Jest as a test-runner has been deprecated in favor of vitest.

Bug Fixes

  • build: build configuration improvements (d32ba22)
  • build: migrate CopyPlugin (5bc6b72)
  • configuration: improve and test custom user configuration (a167dc1)
  • options: migrate reading package options (9dcb2c8)
  • typescript: patch compilation hook support for type checking (9822e08)
  • watch: implement watch functionality using Rspack (3a402b3)

Features

  • build: implement basic favicon support (4a6f1cc)
  • build: migrate and test publicPath to reference assets (3b50599)
  • build: migrate build and watch stats (6e8a336)
  • build: separate devServer configuration & image asset support (5505f60)
  • configuration: migrating more configuration and html code (77d9bc0)
  • configuration: multiple configurations and other migrations (d6abfe8)
  • eject: migrate and test eject script (a5750a3)
  • general: rewrite in Rspack, TypeScript and workspaces support (09d7cb3)
  • general: various remaining refactoring and migration tasks (67b0761)
  • lint: migrate and improve lint script and tests (7e42a86)
  • scripts: basic configuration tests and rspack compiler for build (5024a49)
  • scripts: implement DevServer for start script (ce57e2d)
  • serve: migrate and test serve script (84e828d)
  • typescript: generate tsconfig.json and migrate TypeScript tests (a035f57)

BREAKING CHANGES

  • general: switching from webpack to rspack (new interface and configuration)

v3.0.1

13 Dec 19:13
Compare
Choose a tag to compare

3.0.1 (2022-12-13)

Bug Fixes

  • template: improve website template and migrate cypress config (06f19d8)

v3.0.0

12 Dec 21:28
Compare
Choose a tag to compare

3.0.0 (2022-12-12)

Features

  • package: update project (0e9fd64)

BREAKING CHANGES

  • package: lots of major version upgrades, cypress requires migration

v2.1.0

12 Sep 19:08
Compare
Choose a tag to compare

2.1.0 (2022-09-12)

Features

  • package: update dependencies (df677fd)

v2.0.1

04 Jun 12:06
Compare
Choose a tag to compare

2.0.1 (2022-06-04)

Bug Fixes

  • test: import assertions incompatible with GitHub Actions node (60b0855)

v2.0.0

04 Jun 11:16
Compare
Choose a tag to compare

2.0.0 (2022-06-04)

Features

  • test: migrate Cypress to version 10 (b486cd2)

BREAKING CHANGES

  • test: if added optional dependency Cypress requires at least version 10

v1.1.5

31 May 14:33
Compare
Choose a tag to compare

1.1.5 (2022-05-31)

Bug Fixes

  • configuration: migrate breaking change in parse-gitignore (58a5b09)

v1.1.4

26 May 06:08
Compare
Choose a tag to compare

1.1.4 (2022-05-26)

Bug Fixes

  • package: update dependencies and add more generic module path check (1e93640)

v1.1.3

05 May 16:40
Compare
Choose a tag to compare

1.1.3 (2022-05-05)

Bug Fixes

  • windows: add file protocol to load user configuration on windows (70fdf8b)

v1.1.2

05 May 13:01
Compare
Choose a tag to compare

1.1.2 (2022-05-05)

Bug Fixes

  • windows: bin path reference includes file on Windows (e6db284)