Releases: opentable/spur-web
Releases · opentable/spur-web
v1.0.0
- Updating dependencies: lodash, superagent, bluebird, joi
- Deprecating support for node 0.10 and 0.12
- Verification for node 4 and 6
- Remove winston dependency
- Fixed issues caused by updates
More details: https://github.com/opentable/spur-common/milestone/1?closed=1
Note: No signatures have changed. This is breaking change for changes in dependencies.
v0.4.1
- Removing coffee-script and porting the fixture code to es6
v0.4.0
- Ported code from coffee-script to es6
- Ported tests from coffee-script to es6
- Retained coffee-script tests to verify the ported code works with the old tests
v0.3.0
- Update express-winston to 2.0.0
- Making the winston tests less brittle due to the user-agent changing
- Updating the base packages so tests wont fail.
- NPM registry configuration
- Travis CI configuration
v0.1.7
- Updating to common repo configurations
- Adding node version 4.2 for unit testing
- Whitespace and linting changes
- Adding package keywords and updating the description
- Updating the documentation
- Updating package versions
- Updating injectable dependencies
- Fixing the 1.9.1 version of coffee script
v0.1.6
- Switching from logger.log to logger.info in order to allow the control of what messages are logged to our logging storage.
v0.1.5
- Fixing the error middleware so that the logic is allowed to continue
- Extracting the mock controller and adding error test
v0.1.4
- Filtering 404 errors from being logged in the console. Winston already handles them and adding the stack doesn't add anything
- Minor coffee syntax clean up
- Switching the order of the calls and also logging the current url
v0.1.3
- Adding configuration that allows the customization of the options provided to express-winston
v0.1.2
- Consolidating the error log into one log request to reduce the noise for instances of the logger that log to a database or other storage.