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.
- Upgrade all dependencies
- Upgrade dependencies
- Press "q" to exit
- Fix small overlapping issue in rendering
- WAY better rendering ! \o/
- Fix issue if repository contains a dot in the url
- Add
ChangeLog.md
file to file list to check
Fix build process not working with npx anymore
Use ink and ink-tab 2
No changes
- Upgrade lots of dependencies, but mainly ink-tab to 1.2 (and ink to 0.5)
- Fix an issue when no changelog was found
- Verbose mode is more verbose no help debbuging
- added current version of changelog-view when calling cli with
--help
option
- add
--verbose
option to display debug informations
- Update README.md file to match current version
- Use ink-tab 1.1.0, allow to navigate with tab and fixes an issue
- Fix issue when using npx changelog-view and postinstall script
- Fix issue when bundling
- Assume that repository like "foo/bar" is "https://github.com/foo/bar.git"
- If README.md / HISTORY.md is empty, check the next solutions
- Better output if no changelog found since version
- Search in development package for PHP/Composer projects
- Detect package informations from
composer.lock
file (for PHP projects).
- Detect package informations from node_modules
package.json
file.
- First official version of
changelog-view