forked from cloudfoundry/nodejs-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
140 lines (97 loc) · 4.01 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
v1.3.0 Apr 17, 2015
====================
* Deprecated many node versions, only currently support (https://www.pivotaltracker.com/story/show/90697200)
- 0.8.27
- 0.8.28
- 0.9.11
- 0.9.12
- 0.10.37
- 0.10.38
- 0.11.15
- 0.11.16
- 0.12.1
- 0.12.2
* Document Contribution guidelines (https://www.pivotaltracker.com/story/show/92459188)
* Added cache-busting for stack switching (https://www.pivotaltracker.com/story/show/91630606)
* Merge upstream changes from Heroku up to SHA 40214da800dadf60b9a746514ea55140f5863380 (https://www.pivotaltracker.com/story/show/90537740
v1.2.2 Mar 26, 2015
====================
* Default to latest stable verion 0.12.0 in cached mode
(https://www.pivotaltracker.com/story/show/89792504)
v1.2.1 Mar 24, 2015
====================
* Add support for node binary version 0.12.0
(https://www.pivotaltracker.com/story/show/89792504)
* Add support for node binary version 0.10.38
(https://www.pivotaltracker.com/story/show/90724656)
v1.2.0 Mar 17, 2015
====================
* Support cflinuxfs2 stack.
(https://www.pivotaltracker.com/story/show/88174344)
* Removed versions 0.8.6, 0.10.14, and 0.11.4
(https://www.pivotaltracker.com/story/show/90294404)
(https://www.pivotaltracker.com/story/show/90366324)
* Reference git repos by https in cf.Gemfile
(https://www.pivotaltracker.com/story/show/90365848)
* Add checksum to `manifest.yml` for all binaries.
(https://www.pivotaltracker.com/story/show/89503124)
v1.1.1 Dec 22, 2014
====================
* Repairs regression in NodeJS version metadata.
(https://www.pivotaltracker.com/story/show/84963472)
(https://www.pivotaltracker.com/story/show/85025278)
v1.1.0 Dec 10, 2014
====================
* Merge upstream changes
(https://www.pivotaltracker.com/story/show/83960086)
* Prune devDependencies from cache
(https://github.com/heroku/heroku-buildpack-nodejs/pull/115)
* Introduce new offline dependency packaging system
(https://www.pivotaltracker.com/story/show/82513994)
(https://www.pivotaltracker.com/story/show/83886038)
* Introduce new runtime dependency translation system
(https://www.pivotaltracker.com/story/show/82513994)
(https://www.pivotaltracker.com/story/show/83483872)
(https://www.pivotaltracker.com/story/show/83504664)
* Update the README with Machete instructions
(https://www.pivotaltracker.com/story/show/82692644)
v1.0.4 Sep 30, 2014
====================
* Resolve broken buildpack version output.
(https://www.pivotaltracker.com/story/show/79781536)
(https://www.pivotaltracker.com/n/projects/966314/stories/79702506)
v1.0.3 Sep 29, 2014
====================
* Merge upstream change:
* Resolve issue with bower failing to build against commit hashes
(https://github.com/heroku/heroku-buildpack-nodejs/issues/99)
(https://github.com/heroku/heroku-buildpack-nodejs/pull/121)
v1.0.2 Sep 22, 2014
====================
* Support for new semver JSON response format
* Update buildpack-packager
(https://www.pivotaltracker.com/story/show/79126294)
(https://www.pivotaltracker.com/story/show/77627098)
* Update Machete
* Merge upstream changes
* broken link to CONTRIBUTING.md
* npm reverted to a backwards compatible cert
v1.0.1 Jul 22, 2014
====================
* Improve documentation and make the README CF specific.
(https://www.pivotaltracker.com/story/show/69192654)
(https://www.pivotaltracker.com/story/show/73157816)
* Switch to new Cloud Foundry offline dependency framework
(https://www.pivotaltracker.com/story/show/73384192)
* Improve version imprinting
(https://www.pivotaltracker.com/story/show/73384192)
* Use Ruby 2.1.1 for packaging
* Add test app without vendored dependencies
* Use Procfile instead of startup command for test apps
* Fix: Offline mode should not attempt to use public networks
(https://www.pivotaltracker.com/story/show/73420832)
* Fix: NomNom attempts to reach out to a public network
v1.0.0 May 19, 2014
===================
* Modify [the Heroku Nodejs buildpack](https://github.com/heroku/heroku-buildpack-nodejs) to
support offline mode.