Skip to content

Releases: steve-jansen/json-proxy

v0.9.0

26 May 10:57
Compare
Choose a tag to compare

Release candidate. The json-proxy has been stable for almost a year now, time to consider rev'ing to 1.0.

Added

  • Support for overriding the Host and Via request headers.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Updated dependencies
  • npm-shrinkwrap was out of date for v0.3.x
  • Minor improvements to test suites structure

v0.3.0

01 Aug 21:57
Compare
Choose a tag to compare

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.