Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 3764fd2

Browse files
committed
Move changelog to docs
1 parent 07cc6ed commit 3764fd2

17 files changed

Lines changed: 160 additions & 87 deletions

CHANGELOG.md

Lines changed: 0 additions & 86 deletions
This file was deleted.

docs/changelog/1/1.0.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# 1.0.0
2+
3+
> Released on `2017-04-01`
4+
5+
Initial release 🎉

docs/changelog/1/1.0.1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 1.0.1
2+
3+
> Released on `2017-04-01`
4+
5+
## Fixed
6+
7+
- Fixed removing all dots from the remote version string.

docs/changelog/1/1.1.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 1.1.0
2+
3+
> Released on `2017-08-30`
4+
5+
## Added
6+
7+
- Added an option to fetch latest release only (excluding pre-releases) or all releases (including pre-releases).

docs/changelog/1/1.2.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 1.2.0
2+
3+
> Released on `2018-01-02`
4+
5+
## Changed
6+
7+
- Now using [semver](https://github.com/npm/node-semver) instead of [semver-compare](https://github.com/substack/semver-compare/)

docs/changelog/1/_category_.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Version 1",
3+
"position": 3,
4+
"link": {
5+
"type": "generated-index",
6+
"title": "v1 Changelogs"
7+
}
8+
}

docs/changelog/2/2.0.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# 2.0.0
2+
3+
> Released on `2018-05-01`
4+
5+
## Added
6+
7+
- Support for GitHub's GraphQL API.
8+
9+
## Changed
10+
11+
- The `options` object changed and requires using a [personal access token](https://blog.github.com/2013-05-16-personal-api-tokens/). See [here](https://github.com/axelrindle/github-version-checker#the-options-object).
12+
- The `callback` structure changed. I decided to apply a node convention called **Error-First** in which a callback function's first parameter is the `error`. See [here](https://github.com/axelrindle/github-version-checker#the-callback-function-optional).

docs/changelog/2/2.0.1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 2.0.1
2+
3+
> Released on `2018-05-01`
4+
5+
Addendum to 2.0.0
6+
7+
Clean up 🥴

docs/changelog/2/2.1.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# 2.1.0
2+
3+
> Released on `2018-09-25`
4+
5+
6+
## Added
7+
8+
- Support GitHub's REST API again.

docs/changelog/2/2.1.1.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# 2.1.1
2+
3+
> Released on `2019-06-08`
4+
5+
## Added
6+
7+
- Added an option `reduceTraffic` to decide whether the traffic should be reduced using [axelrindle/gvc-json-reduce](https://github.com/axelrindle/gvc-json-reduce).
8+
9+
## Changed
10+
11+
- The codebase has been migrated to plain JavaScript.
12+
13+
## Security
14+
15+
- Bump coffeescript from 1.12.7 to 2.3.2 (#5).

0 commit comments

Comments
 (0)