Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
4.2.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Ursenbach committed Jul 3, 2018
1 parent dfd2658 commit fd6f349
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog
## [4.2.0] - 2018-07-03
### Added
* Adding `x-mill-path-template` for outputting the raw path template to the specification. Can be helpful if you want to utilize [RFC 6570](https://tools.ietf.org/html/rfc6570) templates in your specification usage. [#177](https://github.com/vimeo/mill/pull/177)
* A new `environment` attribute on `server` config entries. [#177](https://github.com/vimeo/mill/pull/177)
* New `--environment` flag on `./bin/mill compile` that lets you compile OpenAPI specifications for specifically configured server environments. [#177](https://github.com/vimeo/mill/pull/177)

### Changed
* Renaming `x-mill-deprecated` to `deprecated`. [#177](https://github.com/vimeo/mill/pull/177)
* Renaming `x-mill-vendortags` to `x-mill-vendor-tags`. [#177](https://github.com/vimeo/mill/pull/177)

## [4.1.0] - 2018-06-29
### Added
* A new `@api-operationid` annotation for setting unique operation IDs on resource actions. [#174](https://github.com/vimeo/mill/pull/174)
Expand Down

0 comments on commit fd6f349

Please sign in to comment.