Skip to content

Commit

Permalink
6.4.5 Release Prep (angular-redux#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethDavenport authored Jun 9, 2017
1 parent ea3687d commit c79261b
Show file tree
Hide file tree
Showing 14 changed files with 488 additions and 530 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 6.4.5

* Fix a boundary condition where `MockNgRedux` could get instantiated
twice under certain conditions.
* Adjust exposed interfaces of `MockNgRedux` and `NgRedux` to make them
structurally compatible (both assignable to the `NgRedux` type) (issue #419)
* Update to TypeScript 2.3.4

# 6.4.4

* Improve packaging of `testing` submodule for people working in strict mode (thanks @ialibhay)!
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/search.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/classes/devtoolsextension.html
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@
<li class=" tsd-kind-class">
<a href="mockdevtoolsextension.html" class="tsd-kind-icon">Mock<wbr>Dev<wbr>Tools<wbr>Extension</a>
</li>
<li class=" tsd-kind-class tsd-has-type-parameter">
<li class=" tsd-kind-class">
<a href="mockngredux.html" class="tsd-kind-icon">Mock<wbr>NgRedux</a>
</li>
<li class=" tsd-kind-class tsd-has-type-parameter">
Expand Down Expand Up @@ -1008,7 +1008,7 @@ <h3>enhancer</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/61070b2/src/components/dev-tools.ts#L26">src/components/dev-tools.ts:26</a></li>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/0584dc5/src/components/dev-tools.ts#L26">src/components/dev-tools.ts:26</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -1038,7 +1038,7 @@ <h3>is<wbr>Enabled</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/61070b2/src/components/dev-tools.ts#L51">src/components/dev-tools.ts:51</a></li>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/0584dc5/src/components/dev-tools.ts#L51">src/components/dev-tools.ts:51</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
6 changes: 3 additions & 3 deletions docs/classes/mockdevtoolsextension.html
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@
</li>
</ul>
</li>
<li class=" tsd-kind-class tsd-has-type-parameter">
<li class=" tsd-kind-class">
<a href="mockngredux.html" class="tsd-kind-icon">Mock<wbr>NgRedux</a>
</li>
<li class=" tsd-kind-class tsd-has-type-parameter">
Expand Down Expand Up @@ -1025,14 +1025,14 @@ <h4>Type declaration</h4>
<ul class="tsd-parameters">
<li class="tsd-parameter-siganture">
<ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported">
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Object</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Object</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">Object</span></h5>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">Object</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
Expand Down
392 changes: 141 additions & 251 deletions docs/classes/mockngredux.html

Large diffs are not rendered by default.

538 changes: 299 additions & 239 deletions docs/classes/ngredux.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/classes/ngreduxmodule.html
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@
<li class=" tsd-kind-class">
<a href="mockdevtoolsextension.html" class="tsd-kind-icon">Mock<wbr>Dev<wbr>Tools<wbr>Extension</a>
</li>
<li class=" tsd-kind-class tsd-has-type-parameter">
<li class=" tsd-kind-class">
<a href="mockngredux.html" class="tsd-kind-icon">Mock<wbr>NgRedux</a>
</li>
<li class=" tsd-kind-class tsd-has-type-parameter">
Expand Down
2 changes: 1 addition & 1 deletion docs/classes/ngreduxtestingmodule.html
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@
<li class=" tsd-kind-class">
<a href="mockdevtoolsextension.html" class="tsd-kind-icon">Mock<wbr>Dev<wbr>Tools<wbr>Extension</a>
</li>
<li class=" tsd-kind-class tsd-has-type-parameter">
<li class=" tsd-kind-class">
<a href="mockngredux.html" class="tsd-kind-icon">Mock<wbr>NgRedux</a>
</li>
<li class=" tsd-kind-class tsd-has-type-parameter">
Expand Down
22 changes: 11 additions & 11 deletions docs/globals.html
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@
<li class=" tsd-kind-class">
<a href="classes/mockdevtoolsextension.html" class="tsd-kind-icon">Mock<wbr>Dev<wbr>Tools<wbr>Extension</a>
</li>
<li class=" tsd-kind-class tsd-has-type-parameter">
<li class=" tsd-kind-class">
<a href="classes/mockngredux.html" class="tsd-kind-icon">Mock<wbr>NgRedux</a>
</li>
<li class=" tsd-kind-class tsd-has-type-parameter">
Expand Down Expand Up @@ -1050,7 +1050,7 @@ <h3>Classes</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-class"><a href="classes/devtoolsextension.html" class="tsd-kind-icon">Dev<wbr>Tools<wbr>Extension</a></li>
<li class="tsd-kind-class"><a href="classes/mockdevtoolsextension.html" class="tsd-kind-icon">Mock<wbr>Dev<wbr>Tools<wbr>Extension</a></li>
<li class="tsd-kind-class tsd-has-type-parameter"><a href="classes/mockngredux.html" class="tsd-kind-icon">Mock<wbr>NgRedux</a></li>
<li class="tsd-kind-class"><a href="classes/mockngredux.html" class="tsd-kind-icon">Mock<wbr>NgRedux</a></li>
<li class="tsd-kind-class tsd-has-type-parameter"><a href="classes/ngredux.html" class="tsd-kind-icon">Ng<wbr>Redux</a></li>
<li class="tsd-kind-class"><a href="classes/ngreduxmodule.html" class="tsd-kind-icon">Ng<wbr>Redux<wbr>Module</a></li>
<li class="tsd-kind-class"><a href="classes/ngreduxtestingmodule.html" class="tsd-kind-icon">Ng<wbr>Redux<wbr>Testing<wbr>Module</a></li>
Expand Down Expand Up @@ -1092,7 +1092,7 @@ <h3>Comparator</h3>
<div class="tsd-signature tsd-kind-icon">Comparator<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/61070b2/src/components/observable-store.ts#L5">src/components/observable-store.ts:5</a></li>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/0584dc5/src/components/selectors.ts#L4">src/components/selectors.ts:4</a></li>
</ul>
</aside>
<div class="tsd-type-declaration">
Expand Down Expand Up @@ -1126,7 +1126,7 @@ <h3>Function<wbr>Selector</h3>
<div class="tsd-signature tsd-kind-icon">Function<wbr>Selector<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/61070b2/src/components/selectors.ts#L5">src/components/selectors.ts:5</a></li>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/0584dc5/src/components/selectors.ts#L8">src/components/selectors.ts:8</a></li>
</ul>
</aside>
<div class="tsd-type-declaration">
Expand Down Expand Up @@ -1157,7 +1157,7 @@ <h3>Path<wbr>Selector</h3>
<div class="tsd-signature tsd-kind-icon">Path<wbr>Selector<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/61070b2/src/components/selectors.ts#L4">src/components/selectors.ts:4</a></li>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/0584dc5/src/components/selectors.ts#L7">src/components/selectors.ts:7</a></li>
</ul>
</aside>
</section>
Expand All @@ -1167,7 +1167,7 @@ <h3>Property<wbr>Selector</h3>
<div class="tsd-signature tsd-kind-icon">Property<wbr>Selector<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">symbol</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/61070b2/src/components/selectors.ts#L3">src/components/selectors.ts:3</a></li>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/0584dc5/src/components/selectors.ts#L6">src/components/selectors.ts:6</a></li>
</ul>
</aside>
</section>
Expand All @@ -1177,7 +1177,7 @@ <h3>Selector</h3>
<div class="tsd-signature tsd-kind-icon">Selector<span class="tsd-signature-symbol">:</span> <a href="globals.html#propertyselector" class="tsd-signature-type">PropertySelector</a><span class="tsd-signature-symbol"> | </span><a href="globals.html#pathselector" class="tsd-signature-type">PathSelector</a><span class="tsd-signature-symbol"> | </span><a href="globals.html#functionselector" class="tsd-signature-type">FunctionSelector</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">RootState</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">S</span><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/61070b2/src/components/selectors.ts#L6">src/components/selectors.ts:6</a></li>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/0584dc5/src/components/selectors.ts#L9">src/components/selectors.ts:9</a></li>
</ul>
</aside>
</section>
Expand All @@ -1187,7 +1187,7 @@ <h3>Transformer</h3>
<div class="tsd-signature tsd-kind-icon">Transformer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/61070b2/src/decorators/select.ts#L45">src/decorators/select.ts:45</a></li>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/0584dc5/src/components/selectors.ts#L5">src/components/selectors.ts:5</a></li>
</ul>
</aside>
<div class="tsd-type-declaration">
Expand Down Expand Up @@ -1225,7 +1225,7 @@ <h3>dispatch</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/61070b2/src/decorators/dispatch.ts#L9">src/decorators/dispatch.ts:9</a></li>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/0584dc5/src/decorators/dispatch.ts#L9">src/decorators/dispatch.ts:9</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -1252,7 +1252,7 @@ <h3>select</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/61070b2/src/decorators/select.ts#L18">src/decorators/select.ts:18</a></li>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/0584dc5/src/decorators/select.ts#L18">src/decorators/select.ts:18</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -1298,7 +1298,7 @@ <h3>select$</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/61070b2/src/decorators/select.ts#L56">src/decorators/select.ts:56</a></li>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/0584dc5/src/decorators/select.ts#L57">src/decorators/select.ts:57</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
22 changes: 11 additions & 11 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@
<li class=" tsd-kind-class">
<a href="classes/mockdevtoolsextension.html" class="tsd-kind-icon">Mock<wbr>Dev<wbr>Tools<wbr>Extension</a>
</li>
<li class=" tsd-kind-class tsd-has-type-parameter">
<li class=" tsd-kind-class">
<a href="classes/mockngredux.html" class="tsd-kind-icon">Mock<wbr>NgRedux</a>
</li>
<li class=" tsd-kind-class tsd-has-type-parameter">
Expand Down Expand Up @@ -1051,7 +1051,7 @@ <h3>Classes</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-class"><a href="classes/devtoolsextension.html" class="tsd-kind-icon">Dev<wbr>Tools<wbr>Extension</a></li>
<li class="tsd-kind-class"><a href="classes/mockdevtoolsextension.html" class="tsd-kind-icon">Mock<wbr>Dev<wbr>Tools<wbr>Extension</a></li>
<li class="tsd-kind-class tsd-has-type-parameter"><a href="classes/mockngredux.html" class="tsd-kind-icon">Mock<wbr>NgRedux</a></li>
<li class="tsd-kind-class"><a href="classes/mockngredux.html" class="tsd-kind-icon">Mock<wbr>NgRedux</a></li>
<li class="tsd-kind-class tsd-has-type-parameter"><a href="classes/ngredux.html" class="tsd-kind-icon">Ng<wbr>Redux</a></li>
<li class="tsd-kind-class"><a href="classes/ngreduxmodule.html" class="tsd-kind-icon">Ng<wbr>Redux<wbr>Module</a></li>
<li class="tsd-kind-class"><a href="classes/ngreduxtestingmodule.html" class="tsd-kind-icon">Ng<wbr>Redux<wbr>Testing<wbr>Module</a></li>
Expand Down Expand Up @@ -1093,7 +1093,7 @@ <h3>Comparator</h3>
<div class="tsd-signature tsd-kind-icon">Comparator<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/61070b2/src/components/observable-store.ts#L5">src/components/observable-store.ts:5</a></li>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/0584dc5/src/components/selectors.ts#L4">src/components/selectors.ts:4</a></li>
</ul>
</aside>
<div class="tsd-type-declaration">
Expand Down Expand Up @@ -1127,7 +1127,7 @@ <h3>Function<wbr>Selector</h3>
<div class="tsd-signature tsd-kind-icon">Function<wbr>Selector<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/61070b2/src/components/selectors.ts#L5">src/components/selectors.ts:5</a></li>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/0584dc5/src/components/selectors.ts#L8">src/components/selectors.ts:8</a></li>
</ul>
</aside>
<div class="tsd-type-declaration">
Expand Down Expand Up @@ -1158,7 +1158,7 @@ <h3>Path<wbr>Selector</h3>
<div class="tsd-signature tsd-kind-icon">Path<wbr>Selector<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/61070b2/src/components/selectors.ts#L4">src/components/selectors.ts:4</a></li>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/0584dc5/src/components/selectors.ts#L7">src/components/selectors.ts:7</a></li>
</ul>
</aside>
</section>
Expand All @@ -1168,7 +1168,7 @@ <h3>Property<wbr>Selector</h3>
<div class="tsd-signature tsd-kind-icon">Property<wbr>Selector<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">symbol</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/61070b2/src/components/selectors.ts#L3">src/components/selectors.ts:3</a></li>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/0584dc5/src/components/selectors.ts#L6">src/components/selectors.ts:6</a></li>
</ul>
</aside>
</section>
Expand All @@ -1178,7 +1178,7 @@ <h3>Selector</h3>
<div class="tsd-signature tsd-kind-icon">Selector<span class="tsd-signature-symbol">:</span> <a href="globals.html#propertyselector" class="tsd-signature-type">PropertySelector</a><span class="tsd-signature-symbol"> | </span><a href="globals.html#pathselector" class="tsd-signature-type">PathSelector</a><span class="tsd-signature-symbol"> | </span><a href="globals.html#functionselector" class="tsd-signature-type">FunctionSelector</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">RootState</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">S</span><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/61070b2/src/components/selectors.ts#L6">src/components/selectors.ts:6</a></li>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/0584dc5/src/components/selectors.ts#L9">src/components/selectors.ts:9</a></li>
</ul>
</aside>
</section>
Expand All @@ -1188,7 +1188,7 @@ <h3>Transformer</h3>
<div class="tsd-signature tsd-kind-icon">Transformer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/61070b2/src/decorators/select.ts#L45">src/decorators/select.ts:45</a></li>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/0584dc5/src/components/selectors.ts#L5">src/components/selectors.ts:5</a></li>
</ul>
</aside>
<div class="tsd-type-declaration">
Expand Down Expand Up @@ -1226,7 +1226,7 @@ <h3>dispatch</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/61070b2/src/decorators/dispatch.ts#L9">src/decorators/dispatch.ts:9</a></li>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/0584dc5/src/decorators/dispatch.ts#L9">src/decorators/dispatch.ts:9</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -1253,7 +1253,7 @@ <h3>select</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/61070b2/src/decorators/select.ts#L18">src/decorators/select.ts:18</a></li>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/0584dc5/src/decorators/select.ts#L18">src/decorators/select.ts:18</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -1299,7 +1299,7 @@ <h3>select$</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/61070b2/src/decorators/select.ts#L56">src/decorators/select.ts:56</a></li>
<li>Defined in <a href="https://github.com/SethDavenport/ng2-redux/blob/0584dc5/src/decorators/select.ts#L57">src/decorators/select.ts:57</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
Loading

0 comments on commit c79261b

Please sign in to comment.