|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [0.0.11](https://github.com/TinderApp/Nodes/releases/tag/0.0.11) |
| 4 | + |
| 5 | +### Added |
| 6 | + |
| 7 | +- Add Transform\ |
| 8 | + [Christopher Fuller](https://github.com/tinder-cfuller) |
| 9 | + [[#141](https://github.com/TinderApp/Nodes/pull/141)] |
| 10 | + |
| 11 | +- Publish debugging information\ |
| 12 | + [Christopher Fuller](https://github.com/tinder-cfuller) |
| 13 | + [[#147](https://github.com/TinderApp/Nodes/pull/147)] |
| 14 | + |
| 15 | +- Add debugging property\ |
| 16 | + [Christopher Fuller](https://github.com/tinder-cfuller) |
| 17 | + [[#148](https://github.com/TinderApp/Nodes/pull/148)] |
| 18 | + |
| 19 | +### Improved |
| 20 | + |
| 21 | +- Initialize WithViewState with initial view state\ |
| 22 | + [Christopher Fuller](https://github.com/tinder-cfuller) |
| 23 | + [[#142](https://github.com/TinderApp/Nodes/pull/142)] |
| 24 | + |
| 25 | +- Ignore comments when sorting imports\ |
| 26 | + [Christopher Fuller](https://github.com/tinder-cfuller) |
| 27 | + [[#144](https://github.com/TinderApp/Nodes/pull/144)] |
| 28 | + |
| 29 | +- Add override method to Plugin\ |
| 30 | + [Christopher Fuller](https://github.com/tinder-cfuller) |
| 31 | + [[#145](https://github.com/TinderApp/Nodes/pull/145)] |
| 32 | + |
| 33 | +- Pass state to Plugin List creation order\ |
| 34 | + [Christopher Fuller](https://github.com/tinder-cfuller) |
| 35 | + [[#146](https://github.com/TinderApp/Nodes/pull/146)] |
| 36 | + |
| 37 | +- Add additional quick start instructions to README\ |
| 38 | + [Christopher Fuller](https://github.com/tinder-cfuller) |
| 39 | + [[#149](https://github.com/TinderApp/Nodes/pull/149)] |
| 40 | + |
| 41 | +- Use scope factory in quick start DI helpers\ |
| 42 | + [Christopher Fuller](https://github.com/tinder-cfuller) |
| 43 | + [[#150](https://github.com/TinderApp/Nodes/pull/150)] |
| 44 | + |
| 45 | +- Improve quick start DI helpers\ |
| 46 | + [Christopher Fuller](https://github.com/tinder-cfuller) |
| 47 | + [[#151](https://github.com/TinderApp/Nodes/pull/151)] |
| 48 | + |
| 49 | +- Improve AppleScript in quick start project\ |
| 50 | + [Christopher Fuller](https://github.com/tinder-cfuller) |
| 51 | + [[#152](https://github.com/TinderApp/Nodes/pull/152)] |
| 52 | + |
| 53 | +- Allow AppBuilder to be injected into AppDelegate in quick start project\ |
| 54 | + [Christopher Fuller](https://github.com/tinder-cfuller) |
| 55 | + [[#153](https://github.com/TinderApp/Nodes/pull/153)] |
| 56 | + |
| 57 | +- Reorder quick start DI helpers methods\ |
| 58 | + [Christopher Fuller](https://github.com/tinder-cfuller) |
| 59 | + [[#154](https://github.com/TinderApp/Nodes/pull/154)] |
| 60 | + |
| 61 | +- Limit test only implementation in quick start project to DEBUG\ |
| 62 | + [Christopher Fuller](https://github.com/tinder-cfuller) |
| 63 | + [[#155](https://github.com/TinderApp/Nodes/pull/155)] |
| 64 | + |
| 65 | +### Removed |
| 66 | + |
| 67 | +- Remove templates sub-directories\ |
| 68 | + [Christopher Fuller](https://github.com/tinder-cfuller) |
| 69 | + [[#143](https://github.com/TinderApp/Nodes/pull/143)] |
| 70 | + |
| 71 | +### Fixed |
| 72 | + |
| 73 | +- None |
| 74 | + |
| 75 | +--- |
| 76 | + |
3 | 77 | ## [0.0.10](https://github.com/TinderApp/Nodes/releases/tag/0.0.10)
|
4 | 78 |
|
5 | 79 | ### Added
|
|
0 commit comments