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
- AppVeyor support.
- Pull request target branch name.
- CircleCI support.
- Node.js 10 support.
1.3.0 - 2019-01-22
- Buildkite support.
- ESM export output, so both
require('get-ci-env')
andimport getCiEnv from 'get-ci-env'
work!
1.2.0 - 2019-01-02
- GitLab CI support.
1.1.0 - 2018-10-24
- CI detection names to error message when missing a supported CI environment.
- Codefresh support.
1.0.3 - 2018-10-01
- Travis CI branch name retrieval.
1.0.2 - 2018-04-17
- Detection of Travis CI environment.
1.0.1 - 2018-04-09
- CircleCI pull request number retrieval.