Skip to content

Releases: DenverCoder1/custom-icon-badges

v0.7.0

26 May 02:12
Compare
Choose a tag to compare

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

20 May 23:57
Compare
Choose a tag to compare

Bug Fixes

  • Use correct colors with logoColor aliases (#424) (418d68b)

v0.6.3

20 May 21:46
Compare
Choose a tag to compare

Bug Fixes

  • allow hsl, rgb formats, consistency with shields.io (#423) (9a408ca)

v0.6.2

20 May 20:50
Compare
Choose a tag to compare

Bug Fixes

  • avoid crashing if logo passed multiple times (#422) (1b2729c)

v0.6.1

20 May 20:46
Compare
Choose a tag to compare

Bug Fixes

  • avoid crashing if logo passed multiple times (#422) (a3c8513)

v0.6.0

02 Oct 17:39
Compare
Choose a tag to compare

Features

  • implement loading when submitting the form (499dae2)

v0.5.4

28 Aug 23:12
Compare
Choose a tag to compare

Bug Fixes

  • Detect more possible error codes (4ed6adf)
  • Removed client-side size verification (066925f)

v0.5.3

18 Aug 22:26
Compare
Choose a tag to compare

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

12 Aug 12:59
Compare
Choose a tag to compare

Bug Fixes

  • Re-encode request params to allow symbols such as hash (8aa28cb)

v0.5.1

10 Aug 17:50
Compare
Choose a tag to compare

Bug Fixes

  • Apply ratelimit to POST requests (7cce382)