1 | # Changelog
|
---|
2 |
|
---|
3 | ## v3.9.0
|
---|
4 |
|
---|
5 | - better support for Azure Pipelines ([#116](https://github.com/watson/ci-info/pull/116)), [5ea8d85](https://github.com/watson/ci-info/commit/5ea8d85)
|
---|
6 | - detect PullRequest in Azure Pipelines [5ea8d85](https://github.com/watson/ci-info/commit/5ea8d85)
|
---|
7 |
|
---|
8 | ## v3.8.0
|
---|
9 |
|
---|
10 | - support Harness CI [76a2867](https://github.com/watson/ci-info/commit/76a2867)
|
---|
11 |
|
---|
12 | ## v3.7.1
|
---|
13 |
|
---|
14 | - ignore ci detection when CI is set to `'false'` [24cc450](https://github.com/watson/ci-info/commit/24cc450)
|
---|
15 |
|
---|
16 | ## v3.7.0
|
---|
17 |
|
---|
18 | - support Sourcehut CI [85b96ea](https://github.com/watson/ci-info/commit/85b96ea)
|
---|
19 | - support ReleaseHub CI [409d886](https://github.com/watson/ci-info/commit/409d886)
|
---|
20 |
|
---|
21 | ## v3.6.2
|
---|
22 |
|
---|
23 | - fix VERCEL environment detection ([#98](https://github.com/watson/ci-info/pull/98))
|
---|
24 |
|
---|
25 | ## v3.6.1
|
---|
26 |
|
---|
27 | - fix error in typings [357b454](https://github.com/watson/ci-info/commit/357b454)
|
---|
28 |
|
---|
29 | ## v3.6.0
|
---|
30 |
|
---|
31 | This release attempts to bring parity with [@npmcli/ci-detect](https://github.com/npm/ci-detect). See [#95](https://github.com/watson/ci-info/pull/95) for more details.
|
---|
32 |
|
---|
33 | - support gerrit ([#95](https://github.com/watson/ci-info/pull/95))
|
---|
34 | - support google cloud build ([#95](https://github.com/watson/ci-info/pull/95))
|
---|
35 | - support heroku ([#95](https://github.com/watson/ci-info/pull/95))
|
---|
36 | - support anonymous CI's that exposes BUILD_ID and CI_NAME env vars ([#95](https://github.com/watson/ci-info/pull/95))
|
---|
37 | - support more vercel environments ([#95](https://github.com/watson/ci-info/pull/95))
|
---|
38 |
|
---|
39 | ## v3.5.0
|
---|
40 |
|
---|
41 | - support Woodpecker CI ([#90](https://github.com/watson/ci-info/pull/90))
|
---|
42 |
|
---|
43 | ## v3.4.0
|
---|
44 |
|
---|
45 | - partial support Appflow CI (only CI detection) ([#84](https://github.com/watson/ci-info/pull/84))
|
---|
46 | - support Codemagic CI ([#85](https://github.com/watson/ci-info/pull/85))
|
---|
47 | - support Xcode Server CI ([#86](https://github.com/watson/ci-info/pull/86))
|
---|
48 | - support Xcode Cloud CI ([#86](https://github.com/watson/ci-info/pull/86))
|
---|
49 |
|
---|
50 | ## v3.3.2
|
---|
51 |
|
---|
52 | - fix: export correct typings for `EAS`
|
---|
53 |
|
---|
54 | ## v3.3.1
|
---|
55 |
|
---|
56 | - fix: export `EAS_BUILD` constant in typings
|
---|
57 | - Add support for nodejs v18
|
---|
58 |
|
---|
59 | ## v3.3.0
|
---|
60 |
|
---|
61 | - support Expo Application Services ([#70](https://github.com/watson/ci-info/pull/70))
|
---|
62 |
|
---|
63 | ## v3.2.0
|
---|
64 |
|
---|
65 | - support LayerCI ([#68](https://github.com/watson/ci-info/pull/68))
|
---|
66 | - support Appcircle ([#69](https://github.com/watson/ci-info/pull/69))
|
---|
67 | - support Codefresh CI ([#65](https://github.com/watson/ci-info/pull/65))
|
---|
68 | - add support for nodejs v16
|
---|
69 |
|
---|
70 | ## v3.1.1
|
---|
71 |
|
---|
72 | Bug Fixes:
|
---|
73 |
|
---|
74 | - remove duplicate declaration in typings
|
---|
75 |
|
---|
76 | ## v3.1.0
|
---|
77 |
|
---|
78 | Features:
|
---|
79 |
|
---|
80 | - add typings
|
---|
81 |
|
---|
82 | ## v3.0.0
|
---|
83 |
|
---|
84 | Features:
|
---|
85 |
|
---|
86 | - Add support nodejs versions: 14, 15
|
---|
87 | - support Nevercode ([#30](https://github.com/watson/ci-info/pull/30))
|
---|
88 | - support Render CI ([#36](https://github.com/watson/ci-info/pull/36))
|
---|
89 | - support Now CI ([#37](https://github.com/watson/ci-info/pull/37))
|
---|
90 | - support GitLab PR ([#59](https://github.com/watson/ci-info/pull/59))
|
---|
91 | - support Screwdriver CD ([#60](https://github.com/watson/ci-info/pull/60))
|
---|
92 | - support Visual Studio App Center ([#61](https://github.com/watson/ci-info/pull/61))
|
---|
93 |
|
---|
94 | Bug Fixes:
|
---|
95 |
|
---|
96 | - update Netlify env constant ([#47](https://github.com/watson/ci-info/pull/47))
|
---|
97 |
|
---|
98 | Breaking changes:
|
---|
99 |
|
---|
100 | - Drop support for Node.js end-of-life versions: 6, 13
|
---|
101 | - replace `Zeit Now` with `Vercel` ([#55](https://github.com/watson/ci-info/pull/55))
|
---|
102 |
|
---|
103 | ## v2.0.0
|
---|
104 |
|
---|
105 | Breaking changes:
|
---|
106 |
|
---|
107 | - Drop support for Node.js end-of-life versions: 0.10, 0.12, 4, 5, 7, and 9
|
---|
108 | - Team Foundation Server will now be detected as Azure Pipelines. The constant `ci.TFS` no longer exists - use
|
---|
109 | `ci.AZURE_PIPELINES` instead
|
---|
110 | - Remove deprecated `ci.TDDIUM` constant - use `ci.SOLANDO` instead
|
---|
111 |
|
---|
112 | New features:
|
---|
113 |
|
---|
114 | - feat: support Azure Pipelines ([#23](https://github.com/watson/ci-info/pull/23))
|
---|
115 | - feat: support Netlify CI ([#26](https://github.com/watson/ci-info/pull/26))
|
---|
116 | - feat: support Bitbucket pipelines PR detection ([#27](https://github.com/watson/ci-info/pull/27))
|
---|
117 |
|
---|
118 | ## v1.6.0
|
---|
119 |
|
---|
120 | - feat: add Sail CI support
|
---|
121 | - feat: add Buddy support
|
---|
122 | - feat: add Bitrise support
|
---|
123 | - feat: detect Jenkins PRs
|
---|
124 | - feat: detect Drone PRs
|
---|
125 |
|
---|
126 | ## v1.5.1
|
---|
127 |
|
---|
128 | - fix: use full path to vendors.json
|
---|
129 |
|
---|
130 | ## v1.5.0
|
---|
131 |
|
---|
132 | - feat: add dsari detection ([#15](https://github.com/watson/ci-info/pull/15))
|
---|
133 | - feat: add ci.isPR ([#16](https://github.com/watson/ci-info/pull/16))
|
---|
134 |
|
---|
135 | ## v1.4.0
|
---|
136 |
|
---|
137 | - feat: add Cirrus CI detection ([#13](https://github.com/watson/ci-info/pull/13))
|
---|
138 | - feat: add Shippable CI detection ([#14](https://github.com/watson/ci-info/pull/14))
|
---|
139 |
|
---|
140 | ## v1.3.1
|
---|
141 |
|
---|
142 | - chore: reduce npm package size by not including `.github` folder content
|
---|
143 | ([#11](https://github.com/watson/ci-info/pull/11))
|
---|
144 |
|
---|
145 | ## v1.3.0
|
---|
146 |
|
---|
147 | - feat: add support for Strider CD
|
---|
148 | - chore: deprecate vendor constant `TDDIUM` in favor of `SOLANO`
|
---|
149 | - docs: add missing vendor constant to docs
|
---|
150 |
|
---|
151 | ## v1.2.0
|
---|
152 |
|
---|
153 | - feat: detect solano-ci ([#9](https://github.com/watson/ci-info/pull/9))
|
---|
154 |
|
---|
155 | ## v1.1.3
|
---|
156 |
|
---|
157 | - fix: fix spelling of Hunson in `ci.name`
|
---|
158 |
|
---|
159 | ## v1.1.2
|
---|
160 |
|
---|
161 | - fix: no more false positive matches for Jenkins
|
---|
162 |
|
---|
163 | ## v1.1.1
|
---|
164 |
|
---|
165 | - docs: sort lists of CI servers in README.md
|
---|
166 | - docs: add missing AWS CodeBuild to the docs
|
---|
167 |
|
---|
168 | ## v1.1.0
|
---|
169 |
|
---|
170 | - feat: add AWS CodeBuild to CI detection ([#2](https://github.com/watson/ci-info/pull/2))
|
---|
171 |
|
---|
172 | ## v1.0.1
|
---|
173 |
|
---|
174 | - chore: reduce npm package size by using an `.npmignore` file ([#3](https://github.com/watson/ci-info/pull/3))
|
---|
175 |
|
---|
176 | ## v1.0.0
|
---|
177 |
|
---|
178 | - Initial release
|
---|