Releases: ekataglobal/github-changelog
Releases · ekataglobal/github-changelog
v0.2.0
v0.1.0
Chores
- update to use semver #53
- remove old coveralls.sh #49
- fix linting issues #46
- optimize requires everywhere #43
- update dependencies #38
- move BOOT_EMIT_TARGET to boot.properties #45
- add tests for github/get-pulls and refactor a bit #23
- upgrade dependencies #22
- fix kibit issues #21
- shorten down the namespace #20
- boot: add properties file to use 1.8.0 Clojure and update Travis config #34
- ci: adjust travis config for boot #32
Features
- make tag prefix configurable #52
- exclude reverted pull requests #51
- switch from tentacles to our own implementation #13
- cli:
- config:
- deps: move from leiningen to boot, remove dev folder, remove schema #30
- schemas: add sha1 generator and use generators #25
- dependencies: add Bundler dependencies parser #17
- markdown format: add issue link and type translation #10, closes #9
- formatters: translate changeset types #9
Documentations
Bug Fixes
- scope grouping (multi-level lists) #29
- sort the fetched keys by the version #4
- github: fetch pages only if there are more than one #15
- boot: fix uberjar generation #35
- formatters/markdown: increase highlight level #48
- bundler:
- formatters: fix scopeless formatting #44
- cli: properly working CLI #14
- markdown: fix formatting #37
- issues: remove trailing slash for JIRA URL #42
Style Changes
- fix indenting #33
Tests
Refactorings
- cleanups #26
- github/gen-pages #24
- use the fact that (str nil) => "" #7
- remove unnecessary usage of threading macros, use shorthand Java interop #6
- use threading macro to make code read more naturally #5
- use subs(tring) instead of seq operations and inline if #3
- only do network IO when accessed #2
- extend repo fn with 2-arity version #1
- markdown: