Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Latest commit

 

History

History
204 lines (103 loc) · 3.96 KB

CHANGES.md

File metadata and controls

204 lines (103 loc) · 3.96 KB

2016-08-10, Version 1.2.0

  • Update README.md (Rand McKinney)

  • update copyright notices and license (Ryan Graham)

  • Add deprecation notice (Raymond Feng)

  • Refer to licenses with a link (Sam Roberts)

  • JSON formatting fixes (Chris Campbell)

2015-09-21, Version 1.1.2

  • Update README (Raymond Feng)

  • Use strongloop conventions for licensing (Sam Roberts)

2015-09-08, Version 1.1.1

  • Clone mapping entries during transpile (Raymond Feng)

  • Fix for #41 (Raymond Feng)

2015-08-28, Version 1.1.0

  • Add ability to transpile policy configs to middleware (Raymond Feng)

2015-06-25, Version 1.0.10

  • Add options for proxy and oauth2 http headers (Raymond Feng)

2015-06-24, Version 1.0.9

  • Upgrade deps (Raymond Feng)

  • Remove unused file (Raymond Feng)

2015-06-18, Version 1.0.8

  • Upgrade to loopback-component-oauth2 2.3.0 (Raymond Feng)

2015-06-12, Version 1.0.7

  • Bring up with mysql (Raymond Feng)

2015-06-11, Version 1.0.6

  • Add error handling to the rate limiting script (Raymond Feng)

  • Add information about license (Raymond Feng)

2015-06-09, Version 1.0.5

  • Fix the script to set up db (Raymond Feng)

2015-06-09, Version 1.0.4

  • Add rate limiting key to http headers (Raymond Feng)

2015-06-08, Version 1.0.3

  • Add blip (Raymond Feng)

2015-06-08, Version 1.0.2

  • Fix the feature name (Raymond Feng)

2015-06-08, Version 1.0.1

  • Fix license check (Raymond Feng)

  • Print the correct listening ports in server.js (Simon Ho)

2015-06-03, Version 1.0.0

  • Update README.md (Rand McKinney)

  • Proxy /protected endpoint (Simon Ho)

  • Fix jshint errors (Simon Ho)

  • Update deps (Raymond Feng)

  • Fill out login form automatically (Simon Ho)

  • Cleanup (Simon Ho)

  • Add start script to package.json (Simon Ho)

  • Move .png files into docs dir (Simon Ho)

2015-05-26, Version 1.0.0-rc1

  • Remove the client app to favor strong-gateway-demo (Raymond Feng)

  • Add cors, refactor sample data creation (Raymond Feng)

  • Update deps (Raymond Feng)

2015-05-16, Version 1.0.0-beta4

  • Add more tests for revoke (Raymond Feng)

2015-05-16, Version 1.0.0-beta3

  • Fix tests and add revoke (Raymond Feng)

  • Update developers-guide.md (Rand McKinney)

  • Use 'gateway' as the product (Raymond Feng)

  • Add info for configuring persistence (Raymond Feng)

  • Move setup-db (Raymond Feng)

  • Update the rate-limiting test script (Raymond Feng)

  • Typo (Rand McKinney)

  • Add more info for mac token (Raymond Feng)

  • Fix image URLs (Rand McKinney)

  • Add more descriptions to scopes/redirect-uris etc (Raymond Feng)

  • Add missing devDependency: jshint (Miroslav Bajtoš)

  • Add strong-express-metrics (Miroslav Bajtoš)

  • Revert "Spike: strong-metrics" (Miroslav Bajtoš)

  • Refine the docs (Raymond Feng)

  • Fix double quotes (Raymond Feng)

  • Refactor the guides and diagrams (Raymond Feng)

  • Add more diagrams (Raymond Feng)

  • Add more license checks (Raymond Feng)

  • Disable legacy explorer (Raymond Feng)

  • Add developers guide (Raymond Feng)

  • Update deps (Raymond Feng)

  • Fix the script (Raymond Feng)

  • Make sure unique keys are used during test (Raymond Feng)

  • Use findOrCreate to populate the sample data (Raymond Feng)

  • Add strongloop license checking (Raymond Feng)

2015-03-16, Version 1.0.0-beta2

  • Tidy up the scope definition (Raymond Feng)

  • Fix the deprecated hook (Raymond Feng)

2015-03-13, Version 1.0.0-beta1

  • First release!