circleci v0.2.0 Release Notes

Release Date: 2018-03-10 // about 6 years ago
  • Backwards incomptabile changes:

    • Switched FeatureFlags to a struct from map[string]bool as it was found that not all feature flags are bools (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 underlying map[string]interface{} to access unknown feature flags.