Changelog entries are classified using the following labels (from keep-a-changelog):
added
: for new featureschanged
: for changes in existing functionalitydeprecated
: for once-stable features removed in upcoming releasesremoved
: for deprecated features removed in this releasefixed
: for any bug fixes
- Roadmap
- Add some bithound badges to README
- Add
APP_STYLE
configuration to README
- Setup eslint for tests & build script
- Increase mocha timeout to 5000ms
- Update eslint-config-standard to v6.0.0
- Correct README badge urls
- Correct
APP_CACHE
configuration in README
v0.2.0 - 2016-09-03
- Add
Styles
. Now you're free to customize. See #7 for more information
- Move
GitHub
andCache
into separated modules - Pass the whole user object to Promise result from
Badge.show
instead of badgesrc
- Refactor Badge & main modules. Move services into Badge
- Use
brightgreen
forhireable:yes
instead ofgreen
- Use hireable.me as the primary domain
- Support all versions of Node.js v4 instead of
>=4.2.0
- Drop
:repo
from/:user
route
v0.1.3 - 2016-08-27
- TravisCI
- Some tests
- Move
public
intosrc/assets
because badges are no longer served in public due to v0.1.1 - Change the build script due to the above reason
v0.1.2 - 2016-08-23
- Some improvements in README
- Built with Koa
- Sorry for the long domain
- Remove
CDN
from FAQ - Add
Cache expiration
to FAQ
- Normalize headers:
etag
toETag
v0.1.1 - 2016-08-19
- koa-send
- Cache-Control & ETag header
APP_URL
- Static
/public
- Documentation (README)
- GitHub's camo proxy caching problem by sending badges directly instead of redirection to
/public
- First release