Skip to content

Latest commit

 

History

History
84 lines (71 loc) · 10 KB

CHANGELOG.md

File metadata and controls

84 lines (71 loc) · 10 KB

Changelog

next

Added

  • ✨ Implements parse commit function (195b594)
  • ✨ add edge cases for commit parsing (cb35644)
  • ✨ implements changelog generation to json (44e401d)
  • ✨ Handle when no repository found (c912efd)
  • ✨ Generate changelog JSON file (86ca3ea)
  • ✨ Generate markdown first draft function (10c6d3e)
  • ✨ Convert changelog to markdown (b165f69)
  • ✨ Implement format option (#5) (9b7287d)
  • ✨ Generate changelog for the next release (#8) (2d783e4)
  • ✨ Use handlebars templating to generate markdown (#10) (141d160)
  • ✨ Group commits by changelog types (#11) (7b8b49b)
  • ✨ Support commit's URL and issues autolink in changelog (#16) (871f164)
  • ✨ Add tag's date on version (#22) (ab3d9c6)
  • ✨ Add logger (#21) (93887ca)
  • ✨ write process to generate incremental markdown file (f86030c)
  • ✨ write incremental markdown (2c148a6)
  • ✨ add incremental markdown (11b71e6)
  • ✨ order releases by reverse semver versions (2df2bbf)
  • ✨ add cli commands to manage init and update (0b20404)
  • ✨ Sort commits by emoji and date (#24) (08b2af3)
  • ✨ add checks if correct semver version (66c3baa)
  • ✨ Print emojis as unicode characters (#27) (f0a4d4e)
  • 🎉 intialize cli project (0b4f394)
  • 🎉 Intialize markdown project (a4a12bb)
  • ✅ fix tests (80425f9)
  • ✅ add tests when no commits available (90903c6)
  • ✅ add (bad) test for incremental writing (60a0340)
  • ✅ fix tests (c1aa9ce)

Changed

  • 💄 Update the documentation (#19) (2ae9819)
  • ♻️ remove babel to use native node 10 (#3) (6edd0c4)
  • ♻️ split functions to generate changelog (2df5b8e)
  • 🚚 move parse functions into parser.js (e29f239)
  • 🔧 Add package.json (34c8f53)
  • 🔧 Set up tests (656c8bb)
  • 🔧 Add lint (9faf008)
  • 🔧 Add build script (efbc04d)
  • 🔧 Fix main script in core module (7f091a3)

Removed

  • 🔥 remove parsing multiple commit (73207b7)
  • 🔥 remove useless default value (fedea13)
  • 🔥 clean code (241ff14)

Fixed

  • 🐛 Fix gitmoji mapping (#20) (9561914)
  • 🐛 set date for release except 'next' (a11ed49)
  • 🐛 don't generate an empty changelog if no new commit (0f648ef)
  • 🐛 reduce try/catch scope to print real errors (#26) (a0bc908)
  • 💚 Set up travis configuration (dda9b28)
  • 💚 Ignore node_modules in linter (802c0f7)

Miscellaneous

  • Merge remote-tracking branch 'origin/master' into feat/init-and-update (83c40a5)
  • 📝 Add README.md (c177349)
  • 📝 Update roadmap (02cec25)
  • 📝 Update setup and usage parts (42c5a65)
  • 📝 Update roadmap (eea3814)
  • 📝 update changelog (86ccd51)
  • 📝 update documentation (ab81a29)
  • 📝 update readme (759a384)
  • 📝 update readme (bc5b2d5)
  • 📝 update workflow (498d8f4)
  • 📝 add reference to package documentations (fa79f1d)
  • 📝 add changelog edition in workflow (2e68a78)
  • 👌 pair prog with Y (96df4a1)
  • 📦 Build dist file (acba6f7)
  • 📦 Fix build (a1526b3)
  • Initial commit (a60d98d)
  • Merge remote-tracking branch 'origin/master' into feat/init-and-update (1847cf1)