Commit b464cd2a authored by Hunter Loftis's avatar Hunter Loftis

Merge pull request #253 from heroku/update-changelog

changelog format
parents aef26985 fdbc24d4
# Node.js Buildpack Changelog
## Upcoming ## Upcoming
Defaults node environment to 'production'; bugfixes
- Fix runtime signature cache invalidation - Fix runtime signature cache invalidation
- Provide error messaging for un-downloadable binaries - Provide error messaging for un-downloadable binaries
- Default to NODE_ENV=production for both build and runtime - Default to NODE_ENV=production for both build and runtime
- https://github.com/heroku/heroku-buildpack-nodejs/issues/60
## v77 (2015-07-15)
Npm bootstrapping skipped when using iojs.
- Fixes https://github.com/heroku/heroku-buildpack-nodejs/issues/202
## v76 (2015-06-23)
Refactor to bring caching logic to the forefront.
## v77 - Fixes cachDirectories issues
- Addresses https://github.com/heroku/heroku-buildpack-nodejs/pull/231
- Addresses https://github.com/heroku/heroku-buildpack-nodejs/issues/226
- Simplifies detect (package.json required)
- Skip npm bootstrapping with iojs ## v75 (2015-04-24)
## v76 Updated build failure and help messaging.
- Fix caching issues ## v74 (2015-04-24)
- Use bin/release instead of generated Procfile
- Support OSX
- Simplify detect (package.json required)
## v74 / v75 (24/4/2015) Updated messaging.
- Update build failure messaging and help ## v73 (2015-04-24)
## v73 (24/4/2015) Disables cache restoration if node_modules already exists.
- Disable cache restoration if node_modules already exists (eg from being git submoduled or checked into git) ## v72 (2015-04-23)
## v72 (23/4/2015) Accepts `cacheDirectories` array in package.json to override default `node_modules` caching.
* Accept `cacheDirectories` array in package.json to override default `node_modules` caching - Documented at https://devcenter.heroku.com/articles/nodejs-support#cache-behavior
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment