Skip to content

Releases: scriptex/create-pwa

Introduce target directory option

28 Dec 10:57
Compare
Choose a tag to compare

This release:

  1. Introduces a new CLI argument called output which specifies the output folder for all assets generated by create-pwa. This argument defaults to '' (empty string) which means the project root of the folder which contains the package.json file.
  2. Fixes an issue with duplicated file names for the launch screens listed in the service worker file.
  3. Updates all exported functions by adding a new argument - output which is the same as the CLI flag above. The only difference is that this argument is mandatory and does not have a default value.
  4. Updates Github actions to use Node v18

Fix the URL to the documentation

07 Nov 08:07
Compare
Choose a tag to compare
2.6.1

Fix the URL to the documentation

Updated package metadata

09 Sep 09:16
082351d
Compare
Choose a tag to compare

This release does not introduce any code changes.
It only updates the package.json metadata and the README.

Securuty updates

30 Aug 06:20
e06536c
Compare
Choose a tag to compare

This release updates all dependencies to their latest versions effectively removing all current security vulnerabilities.

Security updates

10 Jun 05:49
Compare
Choose a tag to compare
2.4.1

Security updates

Fix current working directory

19 Feb 11:56
Compare
Choose a tag to compare

Use process.cwd() instead of relying on environmental variables (process.env.PWD). #107
Thanks to @pkExec

Updated documentation

10 Feb 07:20
Compare
Choose a tag to compare
2.3.1

Update documentation

Security fixes

29 Apr 07:51
Compare
Choose a tag to compare

This release takes care of multiple security vulnerabilities.

Make components optional

30 Sep 10:49
db97f2d
Compare
Choose a tag to compare

This release makes it possible to omit any of the components by introducing a CLI flag for each of them.

Add ability to generate favicons for all browsers and platforms

05 Sep 12:02
68fb32f
Compare
Choose a tag to compare

This release makes it possible to create all kinds of favicons for all browser and platforms including: Windows, Mac OS, Linux browsers, iOS application icons, Android applications icons, PWA (progressive web app) icons.

This release also makes it possible to omit any of the arguments passed to the create-pwa script - via CLI or via the Node API.