Releases: skywarth/vite-github-pages-deployer
Releases · skywarth/vite-github-pages-deployer
v1.4.0
What's Changed
- Dependencies updated to latest version by @skywarth in #12
- add
main
branch to example in README by @gregsadetsky in #8
New Contributors
- @gregsadetsky made their first contribution in #8
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
public_base_path
parameter/input default value is resolved based on the existence of CNAME (for GitHub pages custom domain configuration) primarily, with a fallback repository name if CNAME is not found as last resort.- Backward compatible with previous versions and installations. It should work as is.
- Custom domain expansion proposition made by @gregsadetsky in #5
- Custom domain expansion developed by @skywarth in #7
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Node environment parameters introduced for
install
andbuild
phases. - Expanded and improved the README. Table of contents for fast navigation, new sections, common errors and solutions, and visual enhancements.
- TODO entries struck off the list
Full Changelog: v1.1.0...v1.2.0
🎆 Thanks to the stargazers and users of the action for their support.
v1.1.0
- Output deploy url for environment
- Input parameter for choosing desired package manager for installing and building
- Bugfixes
Project renamed: v1.0.1
- Project renamed
- README and action updated to reflect project name change.
- Added useful links to README
Initial Production Release: v1.0.0
- Expanded README
- Corrected input parameter issues regarding boolean. Boolean is not supported as of now: SO Post
v0.0.4-beta
Added optional inputs for flexibility
v0.0.3-beta
Full Changelog: v0.0.2-beta...v0.0.3-beta
v0.0.2-beta
Parameter for build_path and dump data
v0.0.1-beta
Beta release only intended for initial testing purposes, use at your own risk.