Skip to content

Commit

Permalink
Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djtarazona committed May 18, 2019
1 parent bb53910 commit 3c6f09e
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 32 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@ 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).

## [0.10.0] - 2019-05-19
### Changed
- Switched to using [yaml] for validating and parsing YAML ([#243], [#267])

### Added
- Support for rule custom documentation URLs ([#228], [#266])
- Support piping on all commands ([#270], [#320])

### Fixed
- An invalid property declaration in the `openapi-tags-alphabetical` rule [[#269]]
- Loading of external configuration files ([#294])

### Improved
- Verbosity handling. All verbose messages are sent to `stderr` to ensure pipes work. Verbosity level `1` is normal output. ([#235], [#265], [#270], [#294])

[yaml]: https://github.com/eemeli/yaml
[#228]: https://github.com/wework/speccy/issues/228
[#235]: https://github.com/wework/speccy/issues/235
[#243]: https://github.com/wework/speccy/issues/243
[#265]: https://github.com/wework/speccy/pull/265
[#266]: https://github.com/wework/speccy/pull/266
[#267]: https://github.com/wework/speccy/pull/267
[#269]: https://github.com/wework/speccy/pull/269
[#270]: https://github.com/wework/speccy/pull/270
[#294]: https://github.com/wework/speccy/pull/294
[#320]: https://github.com/wework/speccy/pull/320

## [0.9.0] - 2019-01-18
### Breaking
- The `lib/linter.js` module has been entirely removed, and oas-linter is now used directly ([#248])
Expand Down
43 changes: 12 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "speccy",
"version": "0.9.0",
"version": "0.10.0",
"description": "An OpenAPI v3.0 development workflow assistant",
"homepage": "https://speccy.io/",
"bin": {
Expand Down

0 comments on commit 3c6f09e

Please sign in to comment.