Skip to content

Commit

Permalink
🏠 (amiddy) - Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldcomanici committed May 18, 2020
1 parent 19067f8 commit ca7ea29
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
18 changes: 2 additions & 16 deletions packages/amiddy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
# Changelog

> **Tags:**
> - :boom: [Breaking Change]
> - :rocket: [New Feature]
> - :lollipop: [Enhancement]
> - :bug: [Bug Fix]
> - :memo: [Documentation]
> - :house: [Internal]
> - :nail_care: [Polish]

## v-next

## v2.0.0 - 2020-05-18
* :memo: Upgrade guide from v1 to v2, see [v1->v2.md](docs/upgrade/v1->v2.md)
* :boom: Ability to set custom response headers for every request
* :rocket: Ability to save response for a proxy-request made to a dependency
Expand All @@ -36,34 +28,28 @@
* :house: Update dependencies
* :lollipop: Set default attrs & opts for selfsigned that are based on latest security guidelines


## v1.3.1
* :house: Update dependencies
* :house: Remove fossa notification with webhook
* :house: Add postinstall script


## v1.3.0
* :house: Update dependencies


## v1.2.0
* :rocket: `name` property contains domain name and is a fallback if `ip` is not set (applies to every dependency).
* :lollipop: Add more default values for the configuration & improve error reporting if the conf is not valid
* :lollipop: Allow all possible options for proxy (excluding ssl)
* :memo: Update documentation
* :house: Update dependencies


## v1.1.0
* :lollipop: Ability to show complete url when logging requests
* :house: Update dependencies


## v1.0.1
* :lollipop: Improve colors that are used when logging
* :house: Update dependencies


## v1.0.0
* :house: First release, contains base functionality that allows starting a server that acts as a middleware for your application
7 changes: 7 additions & 0 deletions packages/amiddy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
Middleware package that makes development much simpler.


## Key features
1. proxy any dependency based on pattern matcher (fallback to source)
2. mock dependency responses
3. record dependency response


## Installation
```sh
npm install --save-dev amiddy
Expand All @@ -60,6 +66,7 @@ Or if you are using [yarn](https://yarnpkg.com/en/)
yarn add --dev amiddy
```


## Usage
Add new script in `package.json`. Example:
```
Expand Down
2 changes: 1 addition & 1 deletion packages/amiddy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"url": "https://github.com/darkyndy/oia/issues"
},
"homepage": "https://github.com/darkyndy/oia/tree/master/packages/amiddy",
"version": "1.3.3",
"version": "2.0.0",
"snyk": true
}

0 comments on commit ca7ea29

Please sign in to comment.