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_STYLEconfiguration 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_CACHEconfiguration in README
v0.2.0 - 2016-09-03
- Add
Styles. Now you're free to customize. See #7 for more information
- Move
GitHubandCacheinto separated modules - Pass the whole user object to Promise result from
Badge.showinstead of badgesrc - Refactor Badge & main modules. Move services into Badge
- Use
brightgreenforhireable:yesinstead ofgreen - Use hireable.me as the primary domain
- Support all versions of Node.js v4 instead of
>=4.2.0
- Drop
:repofrom/:userroute
v0.1.3 - 2016-08-27
- TravisCI
- Some tests
- Move
publicintosrc/assetsbecause 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
CDNfrom FAQ - Add
Cache expirationto FAQ
- Normalize headers:
etagtoETag
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