Releases: darkmavis1980/px-converter
Releases · darkmavis1980/px-converter
v0.7.2
v0.7.0
Changes
- feat!: remove oclif dependencies
- feat!: changed workflows to only support node 18 and 20
- feat!: remove chai
- feat: set TS to target es2021 instead of es2019
- chore: update dependencies
v0.6.0
Changes
- feat: remove support for node 14
- feat: update release script
- chore: update dependencies
v0.5.2
Changes
- [bugfix] Update dependencies
v0.5.1
Changes
- Fixed issue where
commander
was missing as a dependency
v0.5.0
Changes
- [BREAKING] Removed oclif and replaced with commander
- [BREAKING] Replaced eslint rules
- [BREAKING] Replaced mocha with Jest
- [FEATURE] Replaced ux-cli library from
@oclif/core
to use build-in script instead - Moved dependencies to devDependencies
- Fixed TS Configuration
- Fixed various npm scripts to use new dependencies
v0.4.2
Maintenance update
v0.4.1
Changed node matrix for GitHub actions, now testing Node version 14, 16, and 18, as previously in list version 12 is now deprecated.
v0.4.0
Changes:
- Added hex to rgb conversion command
- Updated dependencies
- Fixed typo
v0.3.8
Changes:
- Fixed unit tests failing due to dependency
- Updated github actions