circleci v0.2.0 Release Notes
Release Date: 2018-03-10 // about 5 years ago-
Backwards incomptabile changes:
- Switched
FeatureFlags
to astruct
frommap[string]bool
as it was found that not all feature flags arebool
s (https://github.com/jszwedko/go-circleci/issues/8) which resulted in non-bool values being inaccessible. Known feature flags are encoded as struct fields with a.Raw()
method to access the underlyingmap[string]interface{}
to access unknown feature flags.
- Switched