Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Latest commit

 

History

History
164 lines (116 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

164 lines (116 loc) · 10.8 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Documentation

  • 944c09d docs: drop dependabot from README

Others

  • 317ded3 chore: enable twig re-throw errors method
  • 5f1a3e0 chore: upgrade dependencies
  • 6c2d904 chore: update my website link URL
  • b40fe5d chore: update the changelog

Fixed

  • 405dfc5 fix: splitter char for git log
  • 2f835e9 fix: import 'simple-git/promise' changes for 'simple-git'
  • 059a71f fix: remove unused pattern in prettier command

Improvements

Others

  • c0354bf chore: do not publish .gitattributes
  • 2c2fd35 chore: change base commit for changelog command
  • 3c3ab67 chore: use a local variable and not array access
  • 6a911bc ci: use different namings for v19 and v20
  • e42dad3 ci: bump actions/setup-node to v3
  • 4d2e103 ci: test on NodeJS 14/18/19/20
  • 04ad275 ci: rename a step
  • b6d8a07 chore: bump all dependencies
  • 1f1ab82 ci: drop dependabot
  • 9c39807 ci: bump actions/checkout and actions/cache to v3
  • e09871f chore: update dependencies
  • 1bb0c96 chore: update dependencies
  • 9349aab ci: Update actions/cache and actions/checkout to v2
  • 6b47583 chore: upgrade simple-git, jshint, nyc
  • 01257aa ci: upgrade sudo-bot/action-pull-request-merge to 1.1.1
  • b2e9b0b chore: upgrade twig, mocha, nyc
  • 6b4a71b chore: add a .gitattributes file
  • 7c0c809 chore: bump prettier and simple-git

Fixed

  • 4c225ac fix: tag that contains '-'

Others

Added

  • 4756a32 test: Add tests for an unknown convention
  • 7445445 test: add quick tests for conventional+legacy and allchanges conventions
  • b6b3c7f test: fix tests after convention split

Changed

  • 960f9ac updated: simple-git from 1.120.0 to 1.124.0 and mocha from 6.1.4 to 6.2.0
  • b241d92 updated: simple-git from 1.116.0 to 1.120.0
  • 7832fea updated: package.json and bump some package versions
  • d787600 updated: CHANGELOG.md

Fixed

  • 745ec03 fix: use stderr for errors

Features

  • 110ec8b feat: add command for "release before tag"
  • ee2559a feat: add --lastTagName support
  • e6b7f61 feat: #4 - adjust conventions
  • bc4b4c2 feat: #4 - support allchanges convention
  • 052ee5a feat: #4 - support conventional commit spec
  • 6ee1799 feat: Simplify the changelog generation process
  • 2ffb8bd feat: add count commits function and test
  • e5c6ee2 feat: Add disabled test for twig render error
  • 4347938 feat: Add tests for repo is not a git dir
  • fd08f91 feat: Check if file exists

Documentation

Others

Changed

  • ab2eecc updated: dependencies
  • 93fc814 updated: nyc from ^13.3.0 to ^14.0.0 (#2)
  • e9bfe6d updated: changelog

Removed

  • 36f2054 removed: package-lock.json

Added

  • 104341e added: CHANGELOG.md
  • be784af added: nbrCommits (number of commits)
  • 6190f69 added: changelog command
  • 617def1 added: prettier config
  • 1e3e144 added: synk and dependabot badges to README.md
  • 536ceb2 added: dependabot config
  • 9d42cb7 add: Example in README.md
  • 362e3e8 add: travis ci and jshintignore

Changed

  • b32b88e updated: package version to 1.1.0
  • 23fc04f updated: changelog for 1.0.1
  • eb5ed9e updated: changelog
  • db9ebfa update: jshint
  • c071427 update: snack-cli from 1.1.0 to 2.0.0
  • a877e2f updated: package-lock.json

Fixed

Improvements