Skip to content

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-jansen committed Aug 1, 2014
1 parent de9eb1c commit 47011d0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@
All notable changes to https://www.npmjs.org/package/json-proxy will be documented in this file.


## 0.3.0 - 2014-08-01

### Added
- this CHANGELOG, thanks to http://keepachangelog.com/
- forwarding rules now support URL rewriting via nginx style regex captures
- injected headers can now use a function that accepts the req object and
returns a simple string
- reuse the same unit test suites for proxying with and without a LAN HTTP proxy
- resolved codeclimate complexity warnings
- additional keywords in package.json for SEO with grunt plugins

### Deprecated
- Nothing.

### Removed
- Dropped support for parsing the v0.0.1 configuration format. This means
that top level configuration values must be inside a `server` or `proxy`
configuration block.

### Fixed
- Restored express as a package dependency for `npm install -g json-proxy`.
- Fixed checks for `undefined` and `null` introduced by jshint fixes.


## 0.2.0 - 2014-07-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "json-proxy",
"version": "0.2.0",
"version": "0.3.0",
"description": "Grunt plugin / CLI utility / Express middleware to proxy API requests to remote servers without CORS or JSONP.",
"keywords": [
"utility",
Expand Down

0 comments on commit 47011d0

Please sign in to comment.