Skip to content

Releases: jdee/fastlane-plugin-patch

Release 0.5.0

09 Nov 01:11
Compare
Choose a tag to compare
Release 0.5.0 Pre-release
Pre-release

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

12 Oct 23:19
Compare
Choose a tag to compare
Release 0.4.1 Pre-release
Pre-release

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

07 Oct 03:34
Compare
Choose a tag to compare
Release 0.4.0 Pre-release
Pre-release

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

01 Sep 23:04
Compare
Choose a tag to compare
Release 0.3.0 Pre-release
Pre-release

Deprecateed the apply_patch and revert_patch actions in favor of a single patch action with an optional :revert parameter.

Release 0.2.0

12 Aug 00:47
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release

Added support for capture groups in the :text argument when using :replace mode.

Release 0.1.0

31 Jul 20:33
Compare
Choose a tag to compare
Release 0.1.0 Pre-release
Pre-release

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.