Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Bump to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaupin committed Jan 28, 2019
1 parent 134d2c7 commit e9f39bb
Show file tree
Hide file tree
Showing 18 changed files with 60,187 additions and 50,133 deletions.
1,046 changes: 635 additions & 411 deletions dist/civ5save.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

76,776 changes: 37,415 additions & 39,361 deletions docs/ast/source/Civ5Save.js.json

Large diffs are not rendered by default.

8,740 changes: 8,740 additions & 0 deletions docs/ast/source/Civ5SaveModsStringArray.js.json

Large diffs are not rendered by default.

18,420 changes: 9,692 additions & 8,728 deletions docs/ast/source/Civ5SavePropertyDefinitions.js.json

Large diffs are not rendered by default.

2,801 changes: 1,720 additions & 1,081 deletions docs/ast/source/Civ5SavePropertyFactory.js.json

Large diffs are not rendered by default.

891 changes: 746 additions & 145 deletions docs/class/src/Civ5Save.js~Civ5Save.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/class/src/Civ5Save.js~InvalidSignatureError.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
</nav>

<div class="content" data-ice="content"><div class="header-notice">
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {InvalidSignatureError} from &apos;<span><a href="file/src/Civ5Save.js.html#lineNumber1039">civ5save/src/Civ5Save.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {InvalidSignatureError} from &apos;<span><a href="file/src/Civ5Save.js.html#lineNumber1135">civ5save/src/Civ5Save.js</a></span>&apos;</code></pre></div>
<span data-ice="access">public</span>
<span data-ice="kind">class</span>



<span data-ice="source">| <span><a href="file/src/Civ5Save.js.html#lineNumber1039">source</a></span></span>
<span data-ice="source">| <span><a href="file/src/Civ5Save.js.html#lineNumber1135">source</a></span></span>
</div>

<div class="self-detail detail">
Expand Down
4 changes: 2 additions & 2 deletions docs/class/src/Civ5Save.js~ParseError.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
</nav>

<div class="content" data-ice="content"><div class="header-notice">
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {ParseError} from &apos;<span><a href="file/src/Civ5Save.js.html#lineNumber1044">civ5save/src/Civ5Save.js</a></span>&apos;</code></pre></div>
<div data-ice="importPath" class="import-path"><pre class="prettyprint"><code data-ice="importPathCode">import {ParseError} from &apos;<span><a href="file/src/Civ5Save.js.html#lineNumber1140">civ5save/src/Civ5Save.js</a></span>&apos;</code></pre></div>
<span data-ice="access">public</span>
<span data-ice="kind">class</span>



<span data-ice="source">| <span><a href="file/src/Civ5Save.js.html#lineNumber1044">source</a></span></span>
<span data-ice="source">| <span><a href="file/src/Civ5Save.js.html#lineNumber1140">source</a></span></span>
</div>

<div class="self-detail detail">
Expand Down
13 changes: 9 additions & 4 deletions docs/coverage.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"coverage": "100%",
"expectCount": 158,
"actualCount": 158,
"expectCount": 168,
"actualCount": 168,
"files": {
"src/Civ5Save.js": {
"expectCount": 98,
"actualCount": 98,
"expectCount": 100,
"actualCount": 100,
"undocumentLines": []
},
"src/Civ5SaveBoolProperty.js": {
Expand Down Expand Up @@ -33,6 +33,11 @@
"actualCount": 3,
"undocumentLines": []
},
"src/Civ5SaveModsStringArray.js": {
"expectCount": 8,
"actualCount": 8,
"undocumentLines": []
},
"src/Civ5SaveProperty.js": {
"expectCount": 4,
"actualCount": 4,
Expand Down
Loading

0 comments on commit e9f39bb

Please sign in to comment.