Releases: DenverCoder1/custom-icon-badges
Releases · DenverCoder1/custom-icon-badges
v0.7.0
Features
- Check octicons library before database (#432) (3cd7bba)
BREAKING CHANGE:
If you are using Octicons without specifying logoColor
, the default color may have changed. To change the logo color, you can specify a logoColor
parameter in the url (eg. &logoColor=white
).
v0.6.4
Bug Fixes
- Use correct colors with logoColor aliases (#424) (418d68b)
v0.6.3
Bug Fixes
- allow hsl, rgb formats, consistency with shields.io (#423) (9a408ca)
v0.6.2
Bug Fixes
- avoid crashing if logo passed multiple times (#422) (1b2729c)
v0.6.1
Bug Fixes
- avoid crashing if logo passed multiple times (#422) (a3c8513)
v0.6.0
Features
- implement loading when submitting the form (499dae2)
v0.5.4
Bug Fixes
- Detect more possible error codes (4ed6adf)
- Removed client-side size verification (066925f)
v0.5.3
Bug Fixes
- Disallow slugs already in use by shields.io (9480d31)
- Return too big error if shields.io can't load the icon (47c0194)
- Set default content type when response header isn't defined (951aa6b)
v0.5.2
Bug Fixes
- Re-encode request params to allow symbols such as hash (8aa28cb)
v0.5.1
Bug Fixes
- Apply ratelimit to POST requests (7cce382)