Skip to content

Commit

Permalink
chore(release): 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ersimont committed Jun 26, 2019
1 parent 6da82c3 commit 9f6ae36
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 21 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.4.1](https://github.com/simontonsoftware/s-ng-utils/compare/v0.4.0...v0.4.1) (2019-06-26)

### Bug Fixes

- remove accidental dependency on `s-ng-dev-utils` ([6da82c3](https://github.com/simontonsoftware/s-ng-utils/commit/6da82c3))

## [0.4.0](https://github.com/simontonsoftware/s-ng-utils/compare/v0.3.1...v0.4.0) (2019-05-30)

### Features
Expand Down
20 changes: 10 additions & 10 deletions docs/typedoc/classes/formcontrolsuperclass.html
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ <h3>emit<wbr>Outgoing<wbr>Value</h3>
<div class="tsd-signature tsd-kind-icon">emit<wbr>Outgoing<wbr>Value<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">function</span><span class="tsd-signature-symbol"> =&nbsp;noop</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L58">lib/form-control-superclass.ts:58</a></li>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L57">lib/form-control-superclass.ts:57</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -1111,7 +1111,7 @@ <h3>is<wbr>Disabled</h3>
<div class="tsd-signature tsd-kind-icon">is<wbr>Disabled<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> =&nbsp;false</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L64">lib/form-control-superclass.ts:64</a></li>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L63">lib/form-control-superclass.ts:63</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -1142,7 +1142,7 @@ <h3>on<wbr>Touched</h3>
<div class="tsd-signature tsd-kind-icon">on<wbr>Touched<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">noop</span><span class="tsd-signature-symbol"> =&nbsp;noop</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L61">lib/form-control-superclass.ts:61</a></li>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L60">lib/form-control-superclass.ts:60</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -1205,7 +1205,7 @@ <h3><span class="tsd-flag ts-flagAbstract">Abstract</span> handle<wbr>Incoming<w
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L67">lib/form-control-superclass.ts:67</a></li>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L66">lib/form-control-superclass.ts:66</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -1254,13 +1254,13 @@ <h3>ng<wbr>OnDestroy</h3>
<a name="registeronchange" class="tsd-anchor"></a>
<h3>register<wbr>OnChange</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">register<wbr>OnChange<span class="tsd-signature-symbol">(</span>fn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Function1</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
<li class="tsd-signature tsd-kind-icon">register<wbr>OnChange<span class="tsd-signature-symbol">(</span>fn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">function</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L76">lib/form-control-superclass.ts:76</a></li>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L75">lib/form-control-superclass.ts:75</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -1275,13 +1275,13 @@ <h3>register<wbr>OnChange</h3>
<a name="registerontouched" class="tsd-anchor"></a>
<h3>register<wbr>OnTouched</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">register<wbr>OnTouched<span class="tsd-signature-symbol">(</span>fn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Function0</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
<li class="tsd-signature tsd-kind-icon">register<wbr>OnTouched<span class="tsd-signature-symbol">(</span>fn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">VoidFunction</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L81">lib/form-control-superclass.ts:81</a></li>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L80">lib/form-control-superclass.ts:80</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -1302,7 +1302,7 @@ <h3>set<wbr>Disabled<wbr>State</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L86">lib/form-control-superclass.ts:86</a></li>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L85">lib/form-control-superclass.ts:85</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -1357,7 +1357,7 @@ <h3>write<wbr>Value</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L70">lib/form-control-superclass.ts:70</a></li>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L69">lib/form-control-superclass.ts:69</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
16 changes: 8 additions & 8 deletions docs/typedoc/classes/wrappedformcontrolsuperclass.html
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ <h3>emit<wbr>Outgoing<wbr>Value</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="formcontrolsuperclass.html">FormControlSuperclass</a>.<a href="formcontrolsuperclass.html#emitoutgoingvalue">emitOutgoingValue</a></p>
<ul>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L58">lib/form-control-superclass.ts:58</a></li>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L57">lib/form-control-superclass.ts:57</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -1147,7 +1147,7 @@ <h3>is<wbr>Disabled</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="formcontrolsuperclass.html">FormControlSuperclass</a>.<a href="formcontrolsuperclass.html#isdisabled">isDisabled</a></p>
<ul>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L64">lib/form-control-superclass.ts:64</a></li>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L63">lib/form-control-superclass.ts:63</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -1179,7 +1179,7 @@ <h3>on<wbr>Touched</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="formcontrolsuperclass.html">FormControlSuperclass</a>.<a href="formcontrolsuperclass.html#ontouched">onTouched</a></p>
<ul>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L61">lib/form-control-superclass.ts:61</a></li>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L60">lib/form-control-superclass.ts:60</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -1334,14 +1334,14 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> outer<wbr>ToInner</
<a name="registeronchange" class="tsd-anchor"></a>
<h3>register<wbr>OnChange</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">register<wbr>OnChange<span class="tsd-signature-symbol">(</span>fn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Function1</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">OuterType</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
<li class="tsd-signature tsd-kind-icon">register<wbr>OnChange<span class="tsd-signature-symbol">(</span>fn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">function</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="formcontrolsuperclass.html">FormControlSuperclass</a>.<a href="formcontrolsuperclass.html#registeronchange">registerOnChange</a></p>
<ul>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L76">lib/form-control-superclass.ts:76</a></li>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L75">lib/form-control-superclass.ts:75</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -1356,14 +1356,14 @@ <h3>register<wbr>OnChange</h3>
<a name="registerontouched" class="tsd-anchor"></a>
<h3>register<wbr>OnTouched</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">register<wbr>OnTouched<span class="tsd-signature-symbol">(</span>fn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Function0</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
<li class="tsd-signature tsd-kind-icon">register<wbr>OnTouched<span class="tsd-signature-symbol">(</span>fn<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">VoidFunction</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="formcontrolsuperclass.html">FormControlSuperclass</a>.<a href="formcontrolsuperclass.html#registerontouched">registerOnTouched</a></p>
<ul>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L81">lib/form-control-superclass.ts:81</a></li>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L80">lib/form-control-superclass.ts:80</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -1441,7 +1441,7 @@ <h3>write<wbr>Value</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="formcontrolsuperclass.html">FormControlSuperclass</a>.<a href="formcontrolsuperclass.html#writevalue">writeValue</a></p>
<ul>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L70">lib/form-control-superclass.ts:70</a></li>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L69">lib/form-control-superclass.ts:69</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
2 changes: 1 addition & 1 deletion docs/typedoc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ <h3>provide<wbr>Value<wbr>Accessor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L17">lib/form-control-superclass.ts:17</a></li>
<li>Defined in <a href="https://github.com/simontonsoftware/s-ng-utils/blob/master/projects/s-ng-utils/src/lib/form-control-superclass.ts#L16">lib/form-control-superclass.ts:16</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "s-ng-utils-platform",
"version": "0.4.0",
"version": "0.4.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/s-ng-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "s-ng-utils",
"version": "0.4.0",
"version": "0.4.1",
"author": "Simonton Software",
"repository": "simontonsoftware/s-ng-utils",
"license": "MIT",
Expand Down

0 comments on commit 9f6ae36

Please sign in to comment.