Skip to content

Releases: nikkifurls/pwagenerator

v2.0.4

01 Jan 00:28
7a9117f
Compare
Choose a tag to compare

What's Changed

  • Use object destructuring for arguments by @jaas666 in #11

New Contributors

Full Changelog: v2.0.3...v2.0.4

v2.0.3

23 Nov 15:44
Compare
Choose a tag to compare

What's Changed

  • Updates class filenames in inc from class-{classname}.php to Classname.php
  • Adds phpcs package, ruleset, and composer script, and cleans up code according to errors and warnings

Full Changelog: v2.0.2...v2.0.3

v2.0.2

02 Oct 19:33
Compare
Choose a tag to compare

What's Changed

  • Adds phpstan package and composer script
  • Cleans up code and adds types according to phpstan suggestions

Full Changelog: v2.0.1...v2.0.2

v2.0.1

12 Aug 14:32
Compare
Choose a tag to compare

What's Changed

  • Adds table of contents to README.md (thank you @MaksimenkoYR!)
  • Updates tsconfig.json to use esnext/es6
  • Updates index.ts to only display a notification with the query value if the query parameter is notification
  • Updates build logic to create package.json dynamically instead of copying it into project directory

New Contributors

  • @MaksimenkoYR made their first contribution in #6

Full Changelog: v2.0.0...v2.0.1

v2.0.0

11 Aug 22:41
Compare
Choose a tag to compare

Cleans up and re-organizes the project, improving README.md, adding a sample project to projects.json, organizing files into directories, separating functionality into classes, converting JavaScript to TypeScript, and more.

Temporarily removes admin page and API functionality as it was not yet a complete feature.