Releases: nikkifurls/pwagenerator
Releases · nikkifurls/pwagenerator
v2.0.4
v2.0.3
What's Changed
- Updates class filenames in
inc
fromclass-{classname}.php
toClassname.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
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
What's Changed
- Adds table of contents to
README.md
(thank you @MaksimenkoYR!) - Updates
tsconfig.json
to useesnext
/es6
- Updates
index.ts
to only display a notification with the query value if the query parameter isnotification
- 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
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.