1# Changelog 2 3## v2.0.0 4 5Breaking changes: 6 7* Drop support for Node.js end-of-life versions: 0.10, 0.12, 4, 5, 7, 8 and 9 9* Team Foundation Server will now be detected as Azure Pipelines. The 10 constant `ci.TFS` no longer exists - use `ci.AZURE_PIPELINES` instead 11* Remove deprecated `ci.TDDIUM` constant - use `ci.SOLANDO` instead 12 13New features: 14 15* feat: support Azure Pipelines ([#23](https://github.com/watson/ci-info/pull/23)) 16* feat: support Netlify CI ([#26](https://github.com/watson/ci-info/pull/26)) 17* feat: support Bitbucket pipelines PR detection ([#27](https://github.com/watson/ci-info/pull/27)) 18 19## v1.6.0 20 21* feat: add Sail CI support 22* feat: add Buddy support 23* feat: add Bitrise support 24* feat: detect Jenkins PRs 25* feat: detect Drone PRs 26 27## v1.5.1 28 29* fix: use full path to vendors.json 30 31## v1.5.0 32 33* feat: add dsari detection ([#15](https://github.com/watson/ci-info/pull/15)) 34* feat: add ci.isPR ([#16](https://github.com/watson/ci-info/pull/16)) 35 36## v1.4.0 37 38* feat: add Cirrus CI detection ([#13](https://github.com/watson/ci-info/pull/13)) 39* feat: add Shippable CI detection ([#14](https://github.com/watson/ci-info/pull/14)) 40 41## v1.3.1 42 43* chore: reduce npm package size by not including `.github` folder content ([#11](https://github.com/watson/ci-info/pull/11)) 44 45## v1.3.0 46 47* feat: add support for Strider CD 48* chore: deprecate vendor constant `TDDIUM` in favor of `SOLANO` 49* docs: add missing vendor constant to docs 50 51## v1.2.0 52 53* feat: detect solano-ci ([#9](https://github.com/watson/ci-info/pull/9)) 54 55## v1.1.3 56 57* fix: fix spelling of Hunson in `ci.name` 58 59## v1.1.2 60 61* fix: no more false positive matches for Jenkins 62 63## v1.1.1 64 65* docs: sort lists of CI servers in README.md 66* docs: add missing AWS CodeBuild to the docs 67 68## v1.1.0 69 70* feat: add AWS CodeBuild to CI detection ([#2](https://github.com/watson/ci-info/pull/2)) 71 72## v1.0.1 73 74* chore: reduce npm package size by using an `.npmignore` file ([#3](https://github.com/watson/ci-info/pull/3)) 75 76## v1.0.0 77 78* Initial release 79