Skip to content

Commit

Permalink
Remove ls debug stubs that were harming Windows users (sloppy). Add i…
Browse files Browse the repository at this point in the history
…s_a/2 alias.
  • Loading branch information
StoneCypher committed Jul 26, 2021
1 parent 0559b8c commit 0ed4232
Show file tree
Hide file tree
Showing 10 changed files with 48 additions and 20 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [Unreleased](https://github.com/StoneCypher/is_a_ts/compare/v0.11.0...HEAD)
#### [Unreleased](https://github.com/StoneCypher/is_a_ts/compare/v0.12.0...HEAD)

- npmignore fixes #29; prerelease [`#29`](https://github.com/StoneCypher/is_a_ts/issues/29)

#### [v0.12.0](https://github.com/StoneCypher/is_a_ts/compare/v0.11.0...v0.12.0)

> 25 July 2021
- npmignore; prerelease [`382097e`](https://github.com/StoneCypher/is_a_ts/commit/382097e63b57e9f8ee022791ee74262676b22c2b)
- Restore coverage. Fix testing in pipeline; restore node ci version. [`209c7c6`](https://github.com/StoneCypher/is_a_ts/commit/209c7c6b825c9fe0312ee98ce6117728b3ff6ef4)
- Clean was running after test, removing coverage after running it instead of before [`ee06876`](https://github.com/StoneCypher/is_a_ts/commit/ee0687689843266d76f49ac58f885fa4c61ec1ad)
- Temporarily disable stochastic tests for CI [`51f5e7c`](https://github.com/StoneCypher/is_a_ts/commit/51f5e7c4095f811a239792918f85afdbc62ffc34)
Expand Down
2 changes: 1 addition & 1 deletion dist/index.cjs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.esm.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/docs/assets/js/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions docs/docs/interfaces/is_a.typeMap.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h3>boolean</h3>
<div class="tsd-signature tsd-kind-icon">boolean<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/StoneCypher/is_a_ts/blob/ee06876/src/ts/is_a.ts#L5">is_a.ts:5</a></li>
<li>Defined in <a href="https://github.com/StoneCypher/is_a_ts/blob/0559b8c/src/ts/is_a.ts#L5">is_a.ts:5</a></li>
</ul>
</aside>
</section>
Expand All @@ -109,7 +109,7 @@ <h3>number</h3>
<div class="tsd-signature tsd-kind-icon">number<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/StoneCypher/is_a_ts/blob/ee06876/src/ts/is_a.ts#L4">is_a.ts:4</a></li>
<li>Defined in <a href="https://github.com/StoneCypher/is_a_ts/blob/0559b8c/src/ts/is_a.ts#L4">is_a.ts:4</a></li>
</ul>
</aside>
</section>
Expand All @@ -119,7 +119,7 @@ <h3>string</h3>
<div class="tsd-signature tsd-kind-icon">string<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/StoneCypher/is_a_ts/blob/ee06876/src/ts/is_a.ts#L3">is_a.ts:3</a></li>
<li>Defined in <a href="https://github.com/StoneCypher/is_a_ts/blob/0559b8c/src/ts/is_a.ts#L3">is_a.ts:3</a></li>
</ul>
</aside>
</section>
Expand All @@ -144,6 +144,9 @@ <h3>string</h3>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-reference tsd-parent-kind-module">
<a href="../modules/is_a.html#is_a-1" class="tsd-kind-icon">is_<wbr>a</a>
</li>
</ul>
<ul class="current">
<li class="current tsd-kind-interface tsd-parent-kind-module">
Expand Down
Loading

0 comments on commit 0ed4232

Please sign in to comment.