Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
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.

CHANGELOG.md 3.0KB

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