Commit 3b7a0c3
committed
feat(*): Typescript Port (#33)
* Adds .idea (intellij IDE) to .gitignore
* Ports the library to TypeScript, and adds (basic) generic support
* Examples now work with Typed Stores, and Angular 2 Beta 1
* Upgraded tsd to typings
* Updates/prunes dependencies adds postinstall for typings to the example
* Purge typings
* Fixes typings postinstall when used as a dependency
* Updates typings and excludes tmp from tsconfig
* Fix reflect-metadata issue
* Fix counter and dev tools
* Remove lib folder
* Update counter to load ng2-redux from src
* Update webpack config
* Ports the library to TypeScript, and adds (basic) generic support
* Update peer dependencies
* Lock down versions
* Adds redux-logger typings/dependency
* Tests are now TypeScript
* Remove old service code from provider.ts
* Left ng-redux.ts as own file
* Fix exports from src/index.ts
* Remove extra 'reflect-metadata' from counter example
* chore(tests) Add typings for mocha and chai
* add chai to dev dep
* update node version for tests
* Observable Store and official redux typings
* Remove js version of connector spec
* Add ability to provide a custom compare function to .select
* Fix path to index.d.ts
* Update contributors on package.json
* Cleanup example
* Update readme with .select details
* Change provider to use NgRedux class directly
* Add alias for @Inject('ngRedux')
To prevent breaking changes from people using @Inject('ngRedux'), setup
an alias so that code using this style of injection will still work.
* refactor(connector) Merge ng-redux and connector
Refactored connector so all of the ng-redux.ts functionality was moved
into it, then renamed it.
* Updated tests, and cleaned up the provide factory.
* Fix type issue for action creator
* chore(readme) Update bootstrap
* No longer need to register NgRedux directly as a provider
* docs(ngRedux): Add docs to public api methods (#35)
* chore(package): Update repo details (#36)
* chore(ci): Setup circleci (#37)
* chore(ci): Setup circleci
* chore(ci): Change badge to be circleci (#38)
* Chore ci changes (#39)
* chore(ci): remove .travis.yml
* chore(ci): Change node version
* Chore/example project cleanup (#52)
* chore(example): use npm package instead of source.
* Prefer the chrome extension dev tools in README (#50)
This is because they don't require a dependency on React.
Also showed an example of enabling Angular 2 to refresh after events fired by the dev tools.
* Dependency cleanup, minor corrections to example devtools. (#55)
* Core changelog (#53)
* add changelog1 parent d017800 commit 3b7a0c3
File tree
47 files changed
+1021
-2436
lines changed- examples/counter
- actions
- components
- containers
- dist
- reducers
- store
- typings
- _custom
- redux
- src
- ___tests___
- components
- utils
- components
- utils
- test
- components
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+1021
-2436
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
48 | 77 | | |
49 | 78 | | |
| 79 | + | |
50 | 80 | | |
51 | 81 | | |
52 | | - | |
| 82 | + | |
53 | 83 | | |
54 | 84 | | |
55 | 85 | | |
| |||
71 | 101 | | |
72 | 102 | | |
73 | 103 | | |
| 104 | + | |
74 | 105 | | |
75 | 106 | | |
76 | 107 | | |
| |||
98 | 129 | | |
99 | 130 | | |
100 | 131 | | |
101 | | - | |
102 | 132 | | |
103 | 133 | | |
104 | 134 | | |
105 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
106 | 161 | | |
107 | 162 | | |
108 | 163 | | |
| |||
115 | 170 | | |
116 | 171 | | |
117 | 172 | | |
118 | | - | |
119 | 173 | | |
120 | 174 | | |
121 | | - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
122 | 181 | | |
123 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | | - | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | | - | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 5 | | |
13 | 6 | | |
14 | 7 | | |
| |||
19 | 12 | | |
20 | 13 | | |
21 | 14 | | |
22 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments