Skip to content

nirre7/ignite-bowser-diff-purge

Repository files navigation

Ignite-bowser diff PURGE

ignite-bowser based customized version of rn-diff-purge, all credit should go to the authors of that great tool!

What?

This repository exposes an untouched Ignite Bowser based app generated with the ignite-cli npx ignite new IgniteDiffApp -b ignite-bowser --detox. Each new Ignite Bowser release causes a new project to be created, removing the old one, and getting a diff between them. This way, the diff is always clean, always in sync with the changes of the init template.

Diff table

From->To D I F F S = = F U N
5.4.1 X - - - - - - - - - - - - - - - - - - -
5.4.0 ->5.4.1 X - - - - - - - - - - - - - - - - - -
5.3.0 ->5.4.1 ->5.4.0 X - - - - - - - - - - - - - - - - -
5.2.1 ->5.4.1 ->5.4.0 ->5.3.0 X - - - - - - - - - - - - - - - -
5.2.0 ->5.4.1 ->5.4.0 ->5.3.0 ->5.2.1 X - - - - - - - - - - - - - - -
5.1.3 ->5.4.1 ->5.4.0 ->5.3.0 ->5.2.1 ->5.2.0 X - - - - - - - - - - - - - -
5.1.2 ->5.4.1 ->5.4.0 ->5.3.0 ->5.2.1 ->5.2.0 ->5.1.3 X - - - - - - - - - - - - -
5.1.1 ->5.4.1 ->5.4.0 ->5.3.0 ->5.2.1 ->5.2.0 ->5.1.3 ->5.1.2 X - - - - - - - - - - - -
5.1.0 ->5.4.1 ->5.4.0 ->5.3.0 ->5.2.1 ->5.2.0 ->5.1.3 ->5.1.2 ->5.1.1 X - - - - - - - - - - -
5.0.3 ->5.4.1 ->5.4.0 ->5.3.0 ->5.2.1 ->5.2.0 ->5.1.3 ->5.1.2 ->5.1.1 ->5.1.0 X - - - - - - - - - -
5.0.2 ->5.4.1 ->5.4.0 ->5.3.0 ->5.2.1 ->5.2.0 ->5.1.3 ->5.1.2 ->5.1.1 ->5.1.0 ->5.0.3 X - - - - - - - - -
5.0.1 ->5.4.1 ->5.4.0 ->5.3.0 ->5.2.1 ->5.2.0 ->5.1.3 ->5.1.2 ->5.1.1 ->5.1.0 ->5.0.3 ->5.0.2 X - - - - - - - -
5.0.0 ->5.4.1 ->5.4.0 ->5.3.0 ->5.2.1 ->5.2.0 ->5.1.3 ->5.1.2 ->5.1.1 ->5.1.0 ->5.0.3 ->5.0.2 ->5.0.1 X - - - - - - -
4.14.3 ->5.4.1 ->5.4.0 ->5.3.0 ->5.2.1 ->5.2.0 ->5.1.3 ->5.1.2 ->5.1.1 ->5.1.0 ->5.0.3 ->5.0.2 ->5.0.1 ->5.0.0 X - - - - - -
4.14.2 ->5.4.1 ->5.4.0 ->5.3.0 ->5.2.1 ->5.2.0 ->5.1.3 ->5.1.2 ->5.1.1 ->5.1.0 ->5.0.3 ->5.0.2 ->5.0.1 ->5.0.0 ->4.14.3 X - - - - -
4.14.1 ->5.4.1 ->5.4.0 ->5.3.0 ->5.2.1 ->5.2.0 ->5.1.3 ->5.1.2 ->5.1.1 ->5.1.0 ->5.0.3 ->5.0.2 ->5.0.1 ->5.0.0 ->4.14.3 ->4.14.2 X - - - -
4.14.0 ->5.4.1 ->5.4.0 ->5.3.0 ->5.2.1 ->5.2.0 ->5.1.3 ->5.1.2 ->5.1.1 ->5.1.0 ->5.0.3 ->5.0.2 ->5.0.1 ->5.0.0 ->4.14.3 ->4.14.2 ->4.14.1 X - - -
4.13.0 ->5.4.1 ->5.4.0 ->5.3.0 ->5.2.1 ->5.2.0 ->5.1.3 ->5.1.2 ->5.1.1 ->5.1.0 ->5.0.3 ->5.0.2 ->5.0.1 ->5.0.0 ->4.14.3 ->4.14.2 ->4.14.1 ->4.14.0 X - -
4.12.0 ->5.4.1 ->5.4.0 ->5.3.0 ->5.2.1 ->5.2.0 ->5.1.3 ->5.1.2 ->5.1.1 ->5.1.0 ->5.0.3 ->5.0.2 ->5.0.1 ->5.0.0 ->4.14.3 ->4.14.2 ->4.14.1 ->4.14.0 ->4.13.0 X -
4.11.4 ->5.4.1 ->5.4.0 ->5.3.0 ->5.2.1 ->5.2.0 ->5.1.3 ->5.1.2 ->5.1.1 ->5.1.0 ->5.0.3 ->5.0.2 ->5.0.1 ->5.0.0 ->4.14.3 ->4.14.2 ->4.14.1 ->4.14.0 ->4.13.0 ->4.12.0 X

To see the full table containing all releases click HERE

Notes

  • When upgrading to Ignite-Bowser >=4.6.0 there are some breaking changes in React Native please read this blog post and the release changelog for more information
  • Versions 3.1.0, 3.1.1, 3.1.2 and 3.20 was not created with Detox tests since that broke the build.

How did you do this?

I used the great rn-diff-purge tool with some minor tweaks. All credit to the creator(s) and maintainers of rn-diff-purge