web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
2.0 KiB

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