Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.41 KB

changelog.md

File metadata and controls

45 lines (37 loc) · 1.41 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog and follows Semantic Versioning.

2.0.0 - 2020-11-24

Added

  • AppVeyor support.
  • Pull request target branch name.

Removed

  • CircleCI support.
  • Node.js 10 support.

1.3.0 - 2019-01-22

Added

  • Buildkite support.
  • ESM export output, so both require('get-ci-env') and import getCiEnv from 'get-ci-env' work!

1.2.0 - 2019-01-02

Added

  • GitLab CI support.

1.1.0 - 2018-10-24

Added

  • CI detection names to error message when missing a supported CI environment.
  • Codefresh support.

1.0.3 - 2018-10-01

Fixed

  • Travis CI branch name retrieval.

1.0.2 - 2018-04-17

Fixed

  • Detection of Travis CI environment.

1.0.1 - 2018-04-09

Fixed

  • CircleCI pull request number retrieval.