.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / ci-info / CHANGELOG.md
1 # Changelog
2
3 ## v1.6.0
4
5 * feat: add Sail CI support
6 * feat: add Buddy support
7 * feat: add Bitrise support
8 * feat: detect Jenkins PRs
9 * feat: detect Drone PRs
10
11 ## v1.5.1
12
13 * fix: use full path to vendors.json
14
15 ## v1.5.0
16
17 * feat: add dsari detection ([#15](https://github.com/watson/ci-info/pull/15))
18 * feat: add ci.isPR ([#16](https://github.com/watson/ci-info/pull/16))
19
20 ## v1.4.0
21
22 * feat: add Cirrus CI detection ([#13](https://github.com/watson/ci-info/pull/13))
23 * feat: add Shippable CI detection ([#14](https://github.com/watson/ci-info/pull/14))
24
25 ## v1.3.1
26
27 * chore: reduce npm package size by not including `.github` folder content ([#11](https://github.com/watson/ci-info/pull/11))
28
29 ## v1.3.0
30
31 * feat: add support for Strider CD
32 * chore: deprecate vendor constant `TDDIUM` in favor of `SOLANO`
33 * docs: add missing vendor constant to docs
34
35 ## v1.2.0
36
37 * feat: detect solano-ci ([#9](https://github.com/watson/ci-info/pull/9))
38
39 ## v1.1.3
40
41 * fix: fix spelling of Hunson in `ci.name`
42
43 ## v1.1.2
44
45 * fix: no more false positive matches for Jenkins
46
47 ## v1.1.1
48
49 * docs: sort lists of CI servers in README.md
50 * docs: add missing AWS CodeBuild to the docs
51
52 ## v1.1.0
53
54 * feat: add AWS CodeBuild to CI detection ([#2](https://github.com/watson/ci-info/pull/2))
55
56 ## v1.0.1
57
58 * chore: reduce npm package size by using an `.npmignore` file ([#3](https://github.com/watson/ci-info/pull/3))
59
60 ## v1.0.0
61
62 * Initial release