All notable changes to the Bulk HSL Converter will be documented in this file.
- Try to fix GH action.
- Updated GH action versions.
- Updated dependencies, removed all
eslint
/prettier
dependencies. - Changed to use
normalize.css
imported as package instead of static file.
- Reverted GH action version (was not working 🤷♂️).
- Updated dependencies.
- Add support for hex colors with an alpha channel (hexa, #rrggbbaa). It will return hsla for the hexa codes used.
- Modify regex and other code to test for length 4 and 8.
- Result
textarea
changes border color to output colors. - Added GitHub link svg in top right corner.
- Adapt readme and
index.pug
for hexa values. button
variable changed toconvert
.- Add
eslint
andprettier
config.
- Updated dependencies (Parcel to v2 + its plugins) to fix all build problems.
- Changed package.json script to migrate to Parcel v2.
- Added parcel in package.json to try to fix github build error.
- Auto updated dependencies in GitHub.
- Updated GitHub action for the new working file structure in rubenvar.github.io.
- Updated text in readme and
index.pug
.
- Added a GitHub Action so the app builds in GitHub on push. The build files also get copied to another repo (my GitHub page), where the app is published and usable.
Replace Gulp with Parcel for dev
and build
processes.
Initial release.