Skip to content

Releases: jdee/fastlane-plugin-patch

Release 0.5.0

Release 0.5.0 Pre-release
Pre-release

Choose a tag to compare

@jdee jdee released this 09 Nov 01:11

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

Release 0.4.1 Pre-release
Pre-release

Choose a tag to compare

@jdee jdee released this 12 Oct 23:19

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

Release 0.4.0 Pre-release
Pre-release

Choose a tag to compare

@jdee jdee released this 07 Oct 03:34

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

Release 0.3.0 Pre-release
Pre-release

Choose a tag to compare

@jdee jdee released this 01 Sep 23:04

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

Release 0.2.0

Release 0.2.0 Pre-release
Pre-release

Choose a tag to compare

@jdee jdee released this 12 Aug 00:47

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

Release 0.1.0

Release 0.1.0 Pre-release
Pre-release

Choose a tag to compare

@jdee jdee released this 31 Jul 20:33

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.