Skip to content

nirre7/ignite-expo-diff-purge

Repository files navigation

Ignite with Expo diff PURGE

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

For Ignite without Expo please click HERE

What?

This repository exposes an untouched Ignite Expo based app generated with the ignite-cli nnpx ignite-cli new IgniteDiffApp --expo. Each new Ignite 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
7.8.4 X - - - - - - - - - - - - - - - - - - -
7.8.3 ->7.8.4 X - - - - - - - - - - - - - - - - - -
7.8.2 ->7.8.4 ->7.8.3 X - - - - - - - - - - - - - - - - -
7.8.1 ->7.8.4 ->7.8.3 ->7.8.2 X - - - - - - - - - - - - - - - -
7.8.0 ->7.8.4 ->7.8.3 ->7.8.2 ->7.8.1 X - - - - - - - - - - - - - - -
7.7.2 ->7.8.4 ->7.8.3 ->7.8.2 ->7.8.1 ->7.8.0 X - - - - - - - - - - - - - -
7.7.1 ->7.8.4 ->7.8.3 ->7.8.2 ->7.8.1 ->7.8.0 ->7.7.2 X - - - - - - - - - - - - -
7.7.0 ->7.8.4 ->7.8.3 ->7.8.2 ->7.8.1 ->7.8.0 ->7.7.2 ->7.7.1 X - - - - - - - - - - - -
7.6.0 ->7.8.4 ->7.8.3 ->7.8.2 ->7.8.1 ->7.8.0 ->7.7.2 ->7.7.1 ->7.7.0 X - - - - - - - - - - -
7.5.0 ->7.8.4 ->7.8.3 ->7.8.2 ->7.8.1 ->7.8.0 ->7.7.2 ->7.7.1 ->7.7.0 ->7.6.0 X - - - - - - - - - -
7.4.2 ->7.8.4 ->7.8.3 ->7.8.2 ->7.8.1 ->7.8.0 ->7.7.2 ->7.7.1 ->7.7.0 ->7.6.0 ->7.5.0 X - - - - - - - - -
7.3.0 ->7.8.4 ->7.8.3 ->7.8.2 ->7.8.1 ->7.8.0 ->7.7.2 ->7.7.1 ->7.7.0 ->7.6.0 ->7.5.0 ->7.4.2 X - - - - - - - -
7.2.0 ->7.8.4 ->7.8.3 ->7.8.2 ->7.8.1 ->7.8.0 ->7.7.2 ->7.7.1 ->7.7.0 ->7.6.0 ->7.5.0 ->7.4.2 ->7.3.0 X - - - - - - -
7.1.1 ->7.8.4 ->7.8.3 ->7.8.2 ->7.8.1 ->7.8.0 ->7.7.2 ->7.7.1 ->7.7.0 ->7.6.0 ->7.5.0 ->7.4.2 ->7.3.0 ->7.2.0 X - - - - - -
7.1.0 ->7.8.4 ->7.8.3 ->7.8.2 ->7.8.1 ->7.8.0 ->7.7.2 ->7.7.1 ->7.7.0 ->7.6.0 ->7.5.0 ->7.4.2 ->7.3.0 ->7.2.0 ->7.1.1 X - - - - -
7.0.8 ->7.8.4 ->7.8.3 ->7.8.2 ->7.8.1 ->7.8.0 ->7.7.2 ->7.7.1 ->7.7.0 ->7.6.0 ->7.5.0 ->7.4.2 ->7.3.0 ->7.2.0 ->7.1.1 ->7.1.0 X - - - -
7.0.7 ->7.8.4 ->7.8.3 ->7.8.2 ->7.8.1 ->7.8.0 ->7.7.2 ->7.7.1 ->7.7.0 ->7.6.0 ->7.5.0 ->7.4.2 ->7.3.0 ->7.2.0 ->7.1.1 ->7.1.0 ->7.0.8 X - - -
7.0.6 ->7.8.4 ->7.8.3 ->7.8.2 ->7.8.1 ->7.8.0 ->7.7.2 ->7.7.1 ->7.7.0 ->7.6.0 ->7.5.0 ->7.4.2 ->7.3.0 ->7.2.0 ->7.1.1 ->7.1.0 ->7.0.8 ->7.0.7 X - -
7.0.5 ->7.8.4 ->7.8.3 ->7.8.2 ->7.8.1 ->7.8.0 ->7.7.2 ->7.7.1 ->7.7.0 ->7.6.0 ->7.5.0 ->7.4.2 ->7.3.0 ->7.2.0 ->7.1.1 ->7.1.0 ->7.0.8 ->7.0.7 ->7.0.6 X -
7.0.4 ->7.8.4 ->7.8.3 ->7.8.2 ->7.8.1 ->7.8.0 ->7.7.2 ->7.7.1 ->7.7.0 ->7.6.0 ->7.5.0 ->7.4.2 ->7.3.0 ->7.2.0 ->7.1.1 ->7.1.0 ->7.0.8 ->7.0.7 ->7.0.6 ->7.0.5 X

To see the full table containing all releases click HERE

Notes

  • The diffs start with the latest version of ignite-bowser, 5.4.1 all versions after this version is based on the updated ignite-cli which has an integrated boilerplate
  • For Ignite Bowser diffs please click HERE

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