Skip to content

Commit 14a5af3

Browse files
author
Ilya Radchenko
committed
v1.9.0
The biggest change in this release is that Strider expects to be run with Node.js version greater or equal to 4.2. Range: b211c45...fd0cd66 - Expect Node >= 4.2 - Update dependencies - Fix tests - Fix config merge behavior - Fix express deprecations - Order plugins alphabetically - Convert more routes to express router syntax - Don't create default config for runner plugins - Fix duplicate job listings - Jade to Pug deprecation fix - Improved logging, use `DEBUG=strider*` env - Dashboard & Build Page UI refresh ([#988](#988))
1 parent fd0cd66 commit 14a5af3

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog / Past releases
22

3+
## 1.9.0 - 2016-09-07
4+
5+
The biggest change in this release is that Strider expects to be run with Node.js version greater
6+
or equal to 4.2.
7+
8+
Range: https://github.com/Strider-CD/strider/compare/b211c45...fd0cd66
9+
10+
- Expect Node >= 4.2
11+
- Update dependencies
12+
- Fix tests
13+
- Fix config merge behavior
14+
- Fix express deprecations
15+
- Order plugins alphabetically
16+
- Convert more routes to express router syntax
17+
- Don't create default config for runner plugins
18+
- Fix duplicate job listings
19+
- Jade to Pug deprecation fix
20+
- Improved logging, use `DEBUG=strider*` env
21+
- Dashboard & Build Page UI refresh ([#988](https://github.com/Strider-CD/strider/pull/988))
22+
323
## 1.8.0 - 2016-07-20
424

525
Range: https://github.com/Strider-CD/strider/compare/4ed868a6be4411507c6c1b75b2ae6fd242d08f58...f5051ab79fda22043773b19ac2713d8b10ab0f32

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strider",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"bin": {
55
"strider": "bin/strider"
66
},

0 commit comments

Comments
 (0)