cf9c03ab19b65640f6b959b886e885e136117156a112e67ed45b034d7220d91633ff2c998ad5da5d152302698ed3516b1c878d80cf5e74b9bd27ac6a7104ff 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # Changelog
  2. ## v1.6.0
  3. * feat: add Sail CI support
  4. * feat: add Buddy support
  5. * feat: add Bitrise support
  6. * feat: detect Jenkins PRs
  7. * feat: detect Drone PRs
  8. ## v1.5.1
  9. * fix: use full path to vendors.json
  10. ## v1.5.0
  11. * feat: add dsari detection ([#15](https://github.com/watson/ci-info/pull/15))
  12. * feat: add ci.isPR ([#16](https://github.com/watson/ci-info/pull/16))
  13. ## v1.4.0
  14. * feat: add Cirrus CI detection ([#13](https://github.com/watson/ci-info/pull/13))
  15. * feat: add Shippable CI detection ([#14](https://github.com/watson/ci-info/pull/14))
  16. ## v1.3.1
  17. * chore: reduce npm package size by not including `.github` folder content ([#11](https://github.com/watson/ci-info/pull/11))
  18. ## v1.3.0
  19. * feat: add support for Strider CD
  20. * chore: deprecate vendor constant `TDDIUM` in favor of `SOLANO`
  21. * docs: add missing vendor constant to docs
  22. ## v1.2.0
  23. * feat: detect solano-ci ([#9](https://github.com/watson/ci-info/pull/9))
  24. ## v1.1.3
  25. * fix: fix spelling of Hunson in `ci.name`
  26. ## v1.1.2
  27. * fix: no more false positive matches for Jenkins
  28. ## v1.1.1
  29. * docs: sort lists of CI servers in README.md
  30. * docs: add missing AWS CodeBuild to the docs
  31. ## v1.1.0
  32. * feat: add AWS CodeBuild to CI detection ([#2](https://github.com/watson/ci-info/pull/2))
  33. ## v1.0.1
  34. * chore: reduce npm package size by using an `.npmignore` file ([#3](https://github.com/watson/ci-info/pull/3))
  35. ## v1.0.0
  36. * Initial release