Skip to content

Commit 8b37998

Browse files
v0.0.11 (#156)
1 parent d7cb618 commit 8b37998

File tree

2 files changed

+75
-1
lines changed

2 files changed

+75
-1
lines changed

CHANGELOG.md

+74
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,79 @@
11
# Changelog
22

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+
377
## [0.0.10](https://github.com/TinderApp/Nodes/releases/tag/0.0.10)
478

579
### Added

Nodes.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Nodes'
3-
s.version = '0.0.10'
3+
s.version = '0.0.11'
44
s.summary = 'Nodes Architecture Framework - Native Mobile Application Engineering at Scale'
55
s.homepage = 'https://github.com/TinderApp/Nodes'
66
s.license = ''

0 commit comments

Comments
 (0)