Releases: jdee/fastlane-plugin-patch
Release 0.5.0
The plugin is now nothing but a thin wrapper around the pattern_patch gem, simply passing parameters to the methods there.
Complete unit testing for the action.
Release 0.4.1
Factored most of the helper code out into a new utility gem, pattern_patch, which can be reused in non-Fastlane contexts.
Release 0.4.0
Support capture groups in all modes. :prepend patches using capture groups cannot currently be reverted. Reversion is supported with :append patches using capture groups.
Release 0.3.0
Deprecateed the apply_patch and revert_patch actions in favor of a single patch action with an optional :revert parameter.
Release 0.2.0
Added support for capture groups in the :text argument when using :replace mode.
Release 0.1.0
This is a very preliminary release of a Fastlane plugin to apply and revert patches, particularly to source code. It introduces two actions: apply_patch and revert_patch. A patch is defined by arguments or a YAML file. See the README for details.