v0.1.0: Initial Release
What's Changed
- Initial setup by @artem-y in #1
- Add hex color finder by @artem-y in #2
- Prevent recognizing numeric values as hexes by @artem-y in #3
- Add asset collector by @artem-y in #4
- Connect to command line by @artem-y in #5
- Handle multiple appearances by @artem-y in #6
- Find colors with RGB integers by @artem-y in #7
- Add basic color hex argument validation by @artem-y in #8
- Allow lowercase hex input by @artem-y in #9
- Fix tests invoked from command line by @artem-y in #10
- Clean up and prepare basic readme by @artem-y in #11
- Support floating point color component values by @artem-y in #12
- Move out asssertion helpers by @artem-y in #13
- Refactor RGB conversion logic and slightly improve performance by @artem-y in #14
- Improve readability by @artem-y in #15
- Update usage section in README by @artem-y in #16
- Exclude .vscode settings from git by @artem-y in #17
New Contributors
Full Changelog: https://github.com/artem-y/hexcode/commits/v0.1.0