Git Journal Versions Save

The Git Commit Message and Changelog Generation Framework :book:

1.3.1

7 years ago
  • Updated dependencies
  • Fixed clippy reports

1.3.0

7 years ago
  • Changed nom to newest version

1.2.0

7 years ago
  • [Changed] Cargo lockfile to newest version
  • [Improved] main error handling
  • [Improved] function name handling
  • [Changed] travis to don't do benchmarks any more
  • [Changed] Error handling to Box<Error> approach
  • [Fixed] parsing bug with empty commit message parts
  • [Improved] main error handling
  • [Fixed] patterns in functions without bodies
  • [Changed] try! to ?
  • [Changed] gitjournal completion for zsh to match naming convention

1.1.0

7 years ago
  • Added zsh completions
  • Updated dependencies

1.0.1

7 years ago
  • [Improved] overall logging facade
  • [Removed] syntax issues from toml documentation
  • [Fixed] "allowd" typo

1.0.0

7 years ago
  • [Fixed] bug when prefix is an empty string
  • [Improved] README.md for the category_delimiters feature

0.8.0

7 years ago
  • [Changed] Cargo.lock to newest version
  • [Added] "category_delimiters" configuration option which is per default ["[", "]"]
  • [Changed] summary parsing to remove dot at the end

0.7.0

7 years ago
  • [Added] wrapper chmod function for windows builds
  • [Added] appveyor yml file
  • [Added] osx to travis CI
  • [Improved] README format
  • [Improved] TL;DR to be a bit more concrete
  • [Fixed] bug for printing footers when section wasn't print at all
  • [Fixed] submodule usage on windows
  • [Fixed] failing unit test
  • [Changed] order of badges in readme

0.6.0

7 years ago
  • [Added] commit message tag verification feature
  • [Added] commit hash link support show_commit_hash
  • [Added] template generation support -g
  • [Improved] example image
  • [Improved] overall test coverage
  • [Changed] warning when no tags were found
  • [Changed] default template ouput in RFC0002

0.5.0

7 years ago
  • [Improved] internal source code quality by refactoring
  • [Changed] test template for new RFC0002 syntax
  • [Added] custom header/footer output to templating engine
  • [Added] sorting methods "name" and "date" for the output
  • [Added] multi threading support for the commit parsing
  • [Removed] unnecessary clones where they are not needed
  • [Added] gitter.im badge to Readme
  • [Improved] summary line parsing by allowing summary tags at the second line