-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
83 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# Changelog | ||
|
||
_**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._ | ||
|
||
## [Unreleased][unreleased] | ||
|
||
## [2.1.0] - 2018-11-18 | ||
|
||
### Changed | ||
|
||
- Remove (need for) `os` filter in `package.json` | ||
- Update `nan` from `~2.10.0` to `~2.11.1` | ||
- Update `prebuild-install` from `~4.0.0` to `~5.2.1` | ||
- Update `prebuild` devDependency from `~7.6.0` to `~8.1.2` | ||
|
||
### Added | ||
|
||
- Add `standard` | ||
|
||
## [2.0.0] - 2018-05-19 | ||
|
||
### Added | ||
|
||
- Add prebuilds for Node 8, 9 and 10 | ||
|
||
### Removed | ||
|
||
- Drop Node 4, 5 and 7 | ||
|
||
## [2.0.0-beta1] - 2016-12-03 | ||
|
||
### Added | ||
|
||
- Add prebuilds for Node 4 - 7 | ||
- Add CLI | ||
|
||
### Fixed | ||
|
||
- Trim values | ||
- Ignore empty values and `0.0.0.0` versions | ||
|
||
### Removed | ||
|
||
- Drop Node < 4 support | ||
|
||
## [1.0.1] - 2016-03-27 | ||
|
||
### Fixed | ||
|
||
- Fix installation of prebuilds | ||
|
||
## 1.0.0 - 2016-03-27 | ||
|
||
:seedling: Initial release. | ||
|
||
[unreleased]: https://github.com/vweevers/win-version-info/compare/v3.0.0...HEAD | ||
|
||
[3.0.0]: https://github.com/vweevers/win-version-info/compare/v2.1.0...v3.0.0 | ||
|
||
[2.1.0]: https://github.com/vweevers/win-version-info/compare/v2.0.0...v2.1.0 | ||
|
||
[2.0.0]: https://github.com/vweevers/win-version-info/compare/v2.0.0-beta1...v2.0.0 | ||
|
||
[2.0.0-beta1]: https://github.com/vweevers/win-version-info/compare/v1.0.1...v2.0.0-beta1 | ||
|
||
[1.0.1]: https://github.com/vweevers/win-version-info/compare/v1.0.0...v1.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Upgrade Guide | ||
|
||
This document describes breaking changes and how to upgrade. For a complete list of changes including minor and patch releases, please refer to the [changelog](CHANGELOG.md). | ||
|
||
## v3 | ||
|
||
Dropped node 6. | ||
|
||
## v2 | ||
|
||
Dropped Node < 6. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters