File tree Expand file tree Collapse file tree 1 file changed +28
-13
lines changed
Expand file tree Collapse file tree 1 file changed +28
-13
lines changed Original file line number Diff line number Diff line change 1+ # Node.js Buildpack Changelog
2+
13## Upcoming
24
5+ Defaults node environment to 'production'; bugfixes
6+
37- Fix runtime signature cache invalidation
48- Provide error messaging for un-downloadable binaries
59- Default to NODE_ENV=production for both build and runtime
10+ - https://github.com/heroku/heroku-buildpack-nodejs/issues/60
11+
12+ ## v77 (2015-07-15)
13+
14+ Npm bootstrapping skipped when using iojs.
15+
16+ - Fixes https://github.com/heroku/heroku-buildpack-nodejs/issues/202
17+
18+ ## v76 (2015-06-23)
19+
20+ Refactor to bring caching logic to the forefront.
621
7- ## v77
22+ - Fixes cachDirectories issues
23+ - Addresses https://github.com/heroku/heroku-buildpack-nodejs/pull/231
24+ - Addresses https://github.com/heroku/heroku-buildpack-nodejs/issues/226
25+ - Simplifies detect (package.json required)
826
9- - Skip npm bootstrapping with iojs
27+ ## v75 (2015-04-24)
1028
11- ## v76
29+ Updated build failure and help messaging.
1230
13- - Fix caching issues
14- - Use bin/release instead of generated Procfile
15- - Support OSX
16- - Simplify detect (package.json required)
31+ ## v74 (2015-04-24)
1732
18- ## v74 / v75 (24/4/2015)
33+ Updated messaging.
1934
20- - Update build failure messaging and help
35+ ## v73 (2015-04-24)
2136
22- ## v73 (24/4/2015)
37+ Disables cache restoration if node_modules already exists.
2338
24- - Disable cache restoration if node_modules already exists (eg from being git submoduled or checked into git )
39+ ## v72 (2015-04-23 )
2540
26- ## v72 (23/4/2015)
41+ Accepts ` cacheDirectories ` array in package.json to override default ` node_modules ` caching.
2742
28- * Accept ` cacheDirectories ` array in package.json to override default ` node_modules ` caching
43+ - Documented at https://devcenter.heroku.com/articles/nodejs-support#cache-behavior
You can’t perform that action at this time.
0 commit comments