Sha256: d4d467f52fd70b452ec05b90edd867da29b65883b8e40d91ef4b1f0a416ff08a

Contents?: true

Size: 1.4 KB

Versions: 6

Compression:

Stored size: 1.4 KB

Contents

# Refinement Changes

## 0.3.1 (2019-08-09)

##### Bug Fixes

* Take into consideration product reference names when refinining.


## 0.3.0 (2019-08-09)

##### Bug Fixes

* Multiple YAML used keys paths for the same file will no longer cause the YAML
  to be parsed multiple times.  


## 0.2.2 (2019-04-08)

No changes.  


## 0.2.1 (2019-04-08)

##### Bug Fixes

* Record augmenting paths for pods that are not linked against any user targets.  


## 0.2.0 (2019-03-21)

##### Enhancements

* Allow filtering schemes for either `:building` or `:testing`,
  since tests can expand their arguments and environment variables based upon
  a build target, and removing the build target could thus break macro expansion
  without any benefit when `xcodebuild build-for-testing / test` is being run,
  since when building for testing or testing, having build entries is not harmful.  


## 0.1.3 (2019-03-20)

##### Bug Fixes

* Fix CLI invocation for repository parsing.  

## 0.1.2 (2019-03-15)

##### Bug Fixes

* Fix reading in current contents for a changed file in a changeset generated from a
  git diff.  

## 0.1.1 (2019-03-06)

##### Bug Fixes

* Use the merge base with the target revision to determine to prior contents of a file.
  This will allow YAML keypath dependencies to resolve correctly, versus reading from the
  current tip of the target branch.  

## 0.1.0 (2019-02-19)

##### Enhancements

* Initial implementation.  

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
refinement-0.6.1 CHANGELOG.md
refinement-0.6.0 CHANGELOG.md
refinement-0.5.0 CHANGELOG.md
refinement-0.4.1 CHANGELOG.md
refinement-0.4.0 CHANGELOG.md
refinement-0.3.1 CHANGELOG.md