Skip to content

Commit

Permalink
CHANGELOG for 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Jul 25, 2019
1 parent f0a62ff commit b956f27
Showing 1 changed file with 26 additions and 22 deletions.
48 changes: 26 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.10.1] - 2019-07-25

- Upgrade dependencies

## [1.10.0] - 2019-07-25

* Press "q" to exit
- Press "q" to exit

## [1.9.1] - 2019-04-01

* Fix small overlapping issue in rendering
- Fix small overlapping issue in rendering

## [1.9.0] - 2019-04-01

* WAY better rendering ! \o/
- WAY better rendering ! \o/

## [1.8.4] - 2019-03-30

* Fix issue if repository contains a dot in the url
* Add `ChangeLog.md` file to file list to check
- Fix issue if repository contains a dot in the url
- Add `ChangeLog.md` file to file list to check

## [1.8.3] - 2019-03-30

Expand All @@ -38,85 +42,85 @@ No changes

### Changed

* 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
- 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

## [1.7.0] - 2018-04-05

### Added

* added current version of changelog-view when calling cli with `--help` option
- added current version of changelog-view when calling cli with `--help` option

## [1.6.0] - 2018-04-05

### Added

* add `--verbose` option to display debug informations
- add `--verbose` option to display debug informations

## [1.5.1] - 2018-04-02

### Changed

* Update README.md file to match current version
- Update README.md file to match current version

## [1.5.0] - 2018-03-16

### Changed

* Use ink-tab 1.1.0, allow to navigate with tab and fixes an issue
- Use ink-tab 1.1.0, allow to navigate with tab and fixes an issue

## [1.4.2] - 2018-01-25

### Changed

* Fix issue when using npx changelog-view and postinstall script
- Fix issue when using npx changelog-view and postinstall script

## [1.4.1] - 2018-01-23

### Changed

* Fix issue when bundling
- Fix issue when bundling

## [1.4.0] - 2018-01-23 - YANKED

### Changed

* Changed the output format, it now uses [ink](https://github.com/vadimdemedes/ink) for rendering and [ink-tab](https://github.com/jdeniau/ink-tab) for browsing.
- Changed the output format, it now uses [ink](https://github.com/vadimdemedes/ink) for rendering and [ink-tab](https://github.com/jdeniau/ink-tab) for browsing.

## [1.3.2] - 2017-09-20

### Added

* Assume that repository like "foo/bar" is "https://github.com/foo/bar.git"
- Assume that repository like "foo/bar" is "https://github.com/foo/bar.git"

## [1.3.1] - 2017-09-20

### Added

* If README.md / HISTORY.md is empty, check the next solutions
* Better output if no changelog found since version
- If README.md / HISTORY.md is empty, check the next solutions
- Better output if no changelog found since version

## [1.3.0] - 2017-09-20

### Added

* Search in development package for PHP/Composer projects
- Search in development package for PHP/Composer projects

## [1.2.0] - 2017-09-15

### Added

* Detect package informations from `composer.lock` file (for PHP projects).
- Detect package informations from `composer.lock` file (for PHP projects).

## [1.1.0] - 2017-09-15

### Added

* Detect package informations from node_modules `package.json` file.
- Detect package informations from node_modules `package.json` file.

## [1.0.0] - 2017-09-15

### Added

* First official version of `changelog-view`
- First official version of `changelog-view`

0 comments on commit b956f27

Please sign in to comment.