All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by auto-changelog
.
- Fix: Throws error if tag does not contains "version" property
#272
- Add support for GitLab's new style routes
#267
- fix: gitlab subgroups
#232
- Add Template for handling commits with Conventional Commits format
#217
- upgrade parse-github-url v1.0.3
#289
- tests: fix parseReleases
#265
- feat: combine multiple commit-lists to one if heading is undefined
#236
- Add a Plugin system
#237
- add support for including commit pattern
#258
- Revert GitLab's new style routes
b087f51
- Remove email from package.json
0991f17
3 February 2022
- Logical handling of --starting-version
#227
- Trim commit subject
#225
- feat(commits.js): added niceDate format of commits
#206
- Logical handling of --starting-version (#227)
#221
- Add ending-version option
#209
- Do not sort tags when sorting via --append-git-tag
#197
#210
- Bump packages
9d271fc
- yarn upgrade
c227823
- --ending-version fixes
dbd36d5
23 May 2021
- feat: add support for minor/preminor versions for custom templates
#185
- Feat: add sortCommits by subject and subject-desc
#186
- Remove --sort=-creatordate from git tag logic
#196
- Add --append-git-tag
#190
- Add --hide-empty-releases
#189
- Add --starting-date
#181
- Support absolute paths for --handlebars-setup
#180
- Fix unreleased version diff
#174
- Fix v prefix logic
#33
- Fix getSubject edge case
#179
#184
- Apply ignoreCommitPattern earlier in the parsing logic
#195
#187
- Add minor boolean to test data
a80e311
- Remove unused sortTags syntax
1b29530
- Remove lodash.uniqby
26e7d9c
18 September 2020
3 July 2020
14 June 2020
- Add --hide-credit option
#166
- Add --unreleased-only option
#165
- Fix --starting-version
#164
- Add ability to prepend to an existing changelog
#156
- Use tag date rather than first commit date
#162
- Add CONTRIBUTING.md
#141
- Add merge and fix support to commit-list helper
#146
10 April 2020
- Refactor codebase
#144
- Breaking change: Remove the need for core-js and building with babel
2383380
- Breaking change: Refactor git data fetching logic
09325ac
- Improve progress output
a2ba4ac
2 April 2020
25 March 2020
29 October 2019
- fix parsing of --issue-url and -i options
#138
- Use noEscape option rather than triple brackets everywhere
#131
#133
4 September 2019
- Encode < and > in commit messages
#129
- Update test data generation
c2c9bd8
- Refactor release parsing
b1ab27e
- Add HTML characters to test data
b4eb7d7
31 August 2019
- Add --commit-url, --merge-url and --compare-url options
#93
- Bump packages
84a1bda
- Update readme
a04c0ff
- Lint fixes
7d3c25a
13 August 2019
8 July 2019
- Add regenerator-runtime dependency
#125
7 July 2019
- Update babel/rimraf/nyc
#122
- HTTPS links to external sites
#120
- Add support for alternate date sorting
#113
- fix for handlebars-setup arg
#110
- Add --append-git-log option
#118
#117
- Update test data
bb3a347
- Add commit object to merge data
2a8de35
- Fix commander argument syntax
01739fe
16 April 2019
- Support partial semver tag sorting
#94
- Update --package option to accept file path
#106
- Tidy up getOptions
0168216
- Tidy up readJson util
36bfd9e
- Space out error logs
2bc35ce
11 April 2019
- Change behaviour of ignoreCommitPattern to see tags on ignored commits
#102
- Bump packages
b371147
- Remove greenkeeper
b0841c8
18 March 2019
- Add main entry to package.json
#87
- Update mocha to the latest version 🚀
#88
- Add --merge-pattern option
#86
- yarn upgrade
#91
- Add --handlebars-setup option
#96
#89
#90
- Add --sort-commits option
#95
#97
14 January 2019
- Add --stdout option
#83
- Fix sortReleases for non-semver tags
#81
- Add backtick characters to test data
ab73c8a
4 January 2019
- Clarify includeBranch config array in readme
#75
- Remove package-lock.json from repo
512205b
- Sort and slice commits for latest release
7d7f377
- Fix breaking commit sorting
73c05a1
18 November 2018
13 November 2018
10 November 2018
8 November 2018
- Add support for azure devops and visualstudio.com
#72
- Bump packages
#56
#60
#61
- Add --tag-pattern option
#70
- Add support for .auto-changelog config
#66
- Add --release-summary option
#69
- Add tests for
.auto-changelog
feature17b0926
- Add tests for sortReleases
9d80b9d
- Fix quote style
5c18eda
8 October 2018
- Fix Bitbucket compare links.
#65
- Update markdownlint-cli to the latest version 🚀
#54
- Update markdownlint-cli to the latest version 🚀
#51
- Add author to fixes and merges
#58
- Remove unsupported node versions from travis builds
df63917
- Add timeout to URL fetching test
d635a06
- Add node 6.0 to travis builds
088077e
23 July 2018
- Add support for external templates
#49
#50
- Bump nyc
#46
- Add README.md to lint checks
5aab29f
- Tweak readme headings
9f08899
- Remove git from engines
bac0248
28 June 2018
- Fix releases sorting when unreleased enabled
#45
- Fix unreleased section sorting
#48
- Add markdown linting
#47
- Use async fs utils instead of fs-extra
#42
- Update git log format to support earlier git versions
#43
- Fix changelog spacing
5e8ffe5
- Use %B for supported git versions
1b9c3d7
- Enable partial line coverage with codecov
e0d24de
31 May 2018
- Use async fs utils instead of fs-extra
#42
- Update git log format to support earlier git versions
#43
23 May 2018
- Add replaceText package option
77d73ee
17 May 2018
- Add --breaking-pattern option
#41
- Add --include-branch option
#38
- Fix duplicate test data commit hashes
7f448ce
16 May 2018
- Feat: match template helper
#40
- Add commit-list template helper
#36
#39
- Use UTC dates by default
#37
- Move helper tests to separate files
71388c2
- Remove unused imports from template tests
5ca7c61
15 March 2018
- Added support for old git versions
#35
27 February 2018
- Correctly prefix package version
#33
22 February 2018
21 February 2018
- Add tag prefix to compare URLs
#30
20 February 2018
- Support for gitlab subgroups and self-hosted instances
#28
- Update standard to the latest version 🚀
#29
30 January 2018
- Support commits with no message
#27
18 January 2018
- Update mocha to the latest version 🚀
#26
- Add support for generating logs without a git remote
#23
- Update niceDate tests to avoid timezone issues
#24
#25
- Add --tag-prefix option
#22
- Change use of "origin" to "remote"
7c9c175
- Add --ignore-commit-pattern option
8cbe121
- Add merge commit to test data
4462118
21 December 2017
- Update fs-extra to the latest version 🚀
#19
- Add --starting-commit option
#21
- Add --issue-pattern option
#18
- Add --latest-version option
#17
- Override package options with command line options
20e3962
- Update tests
2a74da4
5 December 2017
- Fix error when using --unreleased flag
#16
4 December 2017
- Filter out merge commits
#14
- Add commit to test data to trigger sorting
9aa7ed4
- Add tests
02613a3
- Add commit with matching PR message to test data
e9a43b2
1 December 2017
- Add issue-url option to override issue URLs
#13
- Add major release to test data
e14f753
- Update readme
aaa69d0
- Slightly larger heading for major releases
d618f01
9 November 2017
- Support modifying commit limit with --commit-limit
#12
- Move test origins to separate file
f8b98b5
- Add origin tests
f50dced
- Add run tests
a6ae95e
7 November 2017
31 October 2017
27 October 2017
27 October 2017
- Update dependencies to enable Greenkeeper 🌴
#10
- Refactor codebase
dab29fb
- Add greenkeeper-lockfile support
126c6fb
- Tweak readme badges
bf73f55
23 October 2017
6 October 2017
- Add babel-polyfill
#8
5 October 2017
- Add code coverage
786af11
- Use async/await instead of promises
dff4653
- Remove need for array.find polyfill
78a1cb8
24 September 2017
14 September 2017
- Prevent duplicate commits being listed
#3
9 September 2016
- Improve origin URL parsing
#2
#5
- Remove semicolons
2ff61e2
- More robust log separators
adc1dcc
- Improve error handling
96b7666
11 January 2016
- Add semicolons after class properties
07b2de5
- Remove unique issue filter
11acb7e
- Add support for minimumChangeCount in templates
612d80b
2 January 2016
- Add a commit-only release to test data
99927a9
- Update templating logic
12c0624
- More sensible formatDate
db92947
2 January 2016
- Replace toLocaleString usage with months array
0008264
2 January 2016
31 December 2015
31 December 2015
- Add option for specifying output file
#1
- Add support for --package
772fbb9
- Update badges
d17791f
- Remove todo list from readme
4446226
31 December 2015
- First commit
436b409