You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.