Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-nodejs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-nodejs
Commits
b464cd2a
Commit
b464cd2a
authored
Jul 23, 2015
by
Hunter Loftis
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #253 from heroku/update-changelog
changelog format
parents
aef26985
fdbc24d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
13 deletions
+28
-13
CHANGELOG.md
CHANGELOG.md
+28
-13
No files found.
CHANGELOG.md
View file @
b464cd2a
# 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment