Skip to content

Latest commit

 

History

History
115 lines (75 loc) · 5.95 KB

CHANGELOG.md

File metadata and controls

115 lines (75 loc) · 5.95 KB

v0.2.0

Features

  • cli:
    • read config from stdin #59
    • add --since option #54

Style Changes

  • avoid using :refer #58

Chores

  • update dependencies #57
  • update boot #55

Refactorings

  • clean up tag filtering #56

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:
    • add option to display changelog for only the last n tags #47
    • change from CLI parameters to config #36
  • config:
    • add new config options #39
    • Use Immuconf to load configuration and move user and repo into Config schema #12
  • 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

  • clarify what update? does #50
  • readme: add short description and a link to the message format #16

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:
    • move sequence realization to with-open #19
    • fix large file reading #18
  • 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

  • Add tests on invalid version tags #31
  • fix tests and add coverage #27
  • bundler: add tests #28

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:
    • simplify ul #11
    • convenience wrappers around header and partial fn application #8