|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [2.0.0](https://github.com/kevinoid/swagger-spec-validator/tree/2.0.0) (2018-04-19) |
4 |
| -[Full Changelog](https://github.com/kevinoid/swagger-spec-validator/compare/v1.0.1...2.0.0) |
| 3 | +## [v3.0.0](https://github.com/kevinoid/swagger-spec-validator/tree/v3.0.0) (2018-06-29) |
| 4 | +[Full Changelog](https://github.com/kevinoid/swagger-spec-validator/compare/v2.0.0...v3.0.0) |
| 5 | + |
| 6 | +- **BREAKING** Drop support for Node < 6. |
| 7 | +- Dependency version updates. |
| 8 | +- Drop unnecessary dependencies. |
| 9 | +- Code style improvements. |
| 10 | + |
| 11 | +## [v2.0.0](https://github.com/kevinoid/swagger-spec-validator/tree/v2.0.0) (2018-04-19) |
| 12 | +[Full Changelog](https://github.com/kevinoid/swagger-spec-validator/compare/v1.0.1...v2.0.0) |
5 | 13 |
|
6 | 14 | - **Major:** Drop support for Node v0.12. Require Node v4 or later.
|
7 | 15 | - Replace DigiCert intermediate+root certificates with GoDaddy, which is now
|
8 | 16 | the CA for https://online.swagger.io/
|
9 | 17 | ([\#38](https://github.com/kevinoid/swagger-spec-validator/issues/38))
|
10 | 18 | - Update dependency versions. Drop unnecessary dependencies.
|
11 | 19 |
|
12 |
| -## [1.0.1](https://github.com/kevinoid/swagger-spec-validator/tree/1.0.1) (2017-05-07) |
13 |
| -[Full Changelog](https://github.com/kevinoid/swagger-spec-validator/compare/1.0.0...1.0.1) |
| 20 | +## [v1.0.1](https://github.com/kevinoid/swagger-spec-validator/tree/v1.0.1) (2017-05-07) |
| 21 | +[Full Changelog](https://github.com/kevinoid/swagger-spec-validator/compare/v1.0.0...v1.0.1) |
14 | 22 |
|
15 | 23 | - Include DigiCert Global Root CA in package to fix SSL validation on Debian.
|
16 | 24 |
|
17 |
| -## [1.0.0](https://github.com/kevinoid/swagger-spec-validator/tree/1.0.0) (2017-03-16) |
18 |
| -[Full Changelog](https://github.com/kevinoid/swagger-spec-validator/compare/0.1.2...1.0.0) |
| 25 | +## [v1.0.0](https://github.com/kevinoid/swagger-spec-validator/tree/v1.0.0) (2017-03-16) |
| 26 | +[Full Changelog](https://github.com/kevinoid/swagger-spec-validator/compare/v0.1.2...v1.0.0) |
19 | 27 |
|
20 | 28 | - **No API Changes** Change to v1.0.0 is only a declaration of stability.
|
21 | 29 | - Dev dependency version updates.
|
22 | 30 |
|
23 |
| -## [0.1.2](https://github.com/kevinoid/swagger-spec-validator/tree/0.1.2) (2017-03-03) |
24 |
| -[Full Changelog](https://github.com/kevinoid/swagger-spec-validator/compare/v0.1.2...0.1.2) |
| 31 | +## [v0.1.2](https://github.com/kevinoid/swagger-spec-validator/tree/v0.1.2) (2017-03-03) |
| 32 | +[Full Changelog](https://github.com/kevinoid/swagger-spec-validator/compare/v0.1.2...v0.1.2) |
25 | 33 |
|
26 | 34 | ## [v0.1.2](https://github.com/kevinoid/swagger-spec-validator/tree/v0.1.2) (2017-03-03)
|
27 | 35 | [Full Changelog](https://github.com/kevinoid/swagger-spec-validator/compare/v0.1.1...v0.1.2)
|
|
0 commit comments