From 627ba652e99cb916c70e5fa3d74e9b37855ed82e Mon Sep 17 00:00:00 2001 From: shalvah Date: Sat, 23 May 2020 12:38:49 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.0-1.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 29 ++--------------------------- 2 files changed, 49 insertions(+), 27 deletions(-) create mode 100644 CHANGELOG.0-1.md diff --git a/CHANGELOG.0-1.md b/CHANGELOG.0-1.md new file mode 100644 index 00000000..fda9618a --- /dev/null +++ b/CHANGELOG.0-1.md @@ -0,0 +1,47 @@ +# Changelog (0.0.1 - 1.0.0) +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project aims to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## Unreleased +### Added + +### Changed + +### Fixed + +### Removed + +## 1.0.0 (Saturday, 23 May, 2020) +### Fixed +- Access correct config key for docs URL in `laravel` type. (https://github.com/knuckleswtf/scribe/pull/23) +- Add GetFromHeaderTag strategy to the default config. (https://github.com/knuckleswtf/scribe/commit/72902cbba9d10303cf2580cb4e96107317734fc0) +- Properly handle from-data in Postman collection (https://github.com/knuckleswtf/scribe/pull/13) + +## 1.0.0-beta4 (Thursday, 21 May, 2020) +### Fixed +- Update deps to fix installation problems + +## 1.0.0-beta3 (Tuesday, 19 May, 2020) +### Fixed +- Create missing folders when generating for `laravel` type (https://github.com/knuckleswtf/scribe/commit/1289d399e98c24f6b0f9cfe04a8defd6a47ac000) + +## 1.0.0-beta2 (Tuesday, 19 May, 2020) +### Added +- Support for multiline descriptions and examples in @xParam tags (https://github.com/knuckleswtf/scribe/commit/660ebcadc88be46b8c3f35b769ce4c320219f201) + +### Changed +- Show 'Empty response' for 204 responses (https://github.com/knuckleswtf/scribe/commit/f63536c76dbd286e6e3c9b63b1a4172bafa5a86f) + +### Fixed +- Allow Markdown to work in parameter descriptions from annotations (https://github.com/knuckleswtf/scribe/commit/72c54dc9bfd8e9f3b79c88f9e25161629d066ffd) +- Properly fetch pagination type for API Resources (https://github.com/knuckleswtf/scribe/commit/d442641b4be197838adf4bd01e0c0ebdbfb49af9) +- Properly parse examples for array parameters in @xParam tags (https://github.com/knuckleswtf/scribe/commit/b89c35755fec3006975221041e61e7107b4346bb) +- Set paths properly when generating for `laravel` type (https://github.com/knuckleswtf/scribe/commit/ee7efd4efb1a55b9b245277a9fef53cc33d04130) + +### Removed + + + + + diff --git a/CHANGELOG.md b/CHANGELOG.md index d9722c62..b7e3b71b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,30 +12,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Removed -## 1.0.0-beta4 (Thursday, 21 May, 2020) -### Fixed -- Update deps to fix installation problems - -## 1.0.0-beta3 (Tuesday, 19 May, 2020) -### Fixed -- Create missing folders when generating for `laravel` type (https://github.com/knuckleswtf/scribe/commit/1289d399e98c24f6b0f9cfe04a8defd6a47ac000) - -## 1.0.0-beta2 (Tuesday, 19 May, 2020) -### Added -- Support for multiline descriptions and examples in @xParam tags (https://github.com/knuckleswtf/scribe/commit/660ebcadc88be46b8c3f35b769ce4c320219f201) - -### Changed -- Show 'Empty response' for 204 responses (https://github.com/knuckleswtf/scribe/commit/f63536c76dbd286e6e3c9b63b1a4172bafa5a86f) - -### Fixed -- Allow Markdown to work in parameter descriptions from annotations (https://github.com/knuckleswtf/scribe/commit/72c54dc9bfd8e9f3b79c88f9e25161629d066ffd) -- Properly fetch pagination type for API Resources (https://github.com/knuckleswtf/scribe/commit/d442641b4be197838adf4bd01e0c0ebdbfb49af9) -- Properly parse examples for array parameters in @xParam tags (https://github.com/knuckleswtf/scribe/commit/b89c35755fec3006975221041e61e7107b4346bb) -- Set paths properly when generating for `laravel` type (https://github.com/knuckleswtf/scribe/commit/ee7efd4efb1a55b9b245277a9fef53cc33d04130) - -### Removed - - - - - +## 1.0.0 (Saturday, 23 May, 2020) +See [what's new](https://scribe.readthedocs.io/en/latest/whats-new.html) and the [migration guide](https://scribe.readthedocs.io/en/latest/migrating.html).