Skip to content

Commit 1143744

Browse files
authored
Merge pull request #48 from EOSIO/release-4-0-0
Prepare for 4.0.0 release
2 parents 703703a + 12654c7 commit 1143744

17 files changed

+10730
-2193
lines changed

docs/assets/js/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/extramigrationhistoryerror.html

Lines changed: 1141 additions & 0 deletions
Large diffs are not rendered by default.

docs/classes/massiveactionhandler.html

Lines changed: 213 additions & 66 deletions
Large diffs are not rendered by default.

docs/classes/migration.html

Lines changed: 37 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,9 @@
907907
</header>
908908
<nav class="tsd-navigation secondary">
909909
<ul>
910+
<li class=" tsd-kind-class">
911+
<a href="extramigrationhistoryerror.html" class="tsd-kind-icon">Extra<wbr>Migration<wbr>History<wbr>Error</a>
912+
</li>
910913
<li class=" tsd-kind-class">
911914
<a href="massiveactionhandler.html" class="tsd-kind-icon">Massive<wbr>Action<wbr>Handler</a>
912915
</li>
@@ -948,6 +951,30 @@
948951
<li class=" tsd-kind-class">
949952
<a href="migrationrunner.html" class="tsd-kind-icon">Migration<wbr>Runner</a>
950953
</li>
954+
<li class=" tsd-kind-class">
955+
<a href="mismatchedmigrationserror.html" class="tsd-kind-icon">Mismatched<wbr>Migrations<wbr>Error</a>
956+
</li>
957+
<li class=" tsd-kind-class">
958+
<a href="mismatchedmigrationshistoryerror.html" class="tsd-kind-icon">Mismatched<wbr>Migrations<wbr>History<wbr>Error</a>
959+
</li>
960+
<li class=" tsd-kind-class">
961+
<a href="missingdownqueryerror.html" class="tsd-kind-icon">Missing<wbr>Down<wbr>Query<wbr>Error</a>
962+
</li>
963+
<li class=" tsd-kind-class">
964+
<a href="missingschemaerror.html" class="tsd-kind-icon">Missing<wbr>Schema<wbr>Error</a>
965+
</li>
966+
<li class=" tsd-kind-class">
967+
<a href="missingtableerror.html" class="tsd-kind-icon">Missing<wbr>Table<wbr>Error</a>
968+
</li>
969+
<li class=" tsd-kind-class">
970+
<a href="nonexistentmigrationerror.html" class="tsd-kind-icon">Non<wbr>Existent<wbr>Migration<wbr>Error</a>
971+
</li>
972+
<li class=" tsd-kind-class">
973+
<a href="nonuniquemigrationnameerror.html" class="tsd-kind-icon">Non<wbr>Unique<wbr>Migration<wbr>Name<wbr>Error</a>
974+
</li>
975+
<li class=" tsd-kind-class">
976+
<a href="nonuniquemigrationsequenceerror.html" class="tsd-kind-icon">Non<wbr>Unique<wbr>Migration<wbr>Sequence<wbr>Error</a>
977+
</li>
951978
<li class=" tsd-kind-interface">
952979
<a href="../interfaces/migrationsequence.html" class="tsd-kind-icon">Migration<wbr>Sequence</a>
953980
</li>
@@ -1007,7 +1034,7 @@ <h3>constructor</h3>
10071034
<li class="tsd-description">
10081035
<aside class="tsd-sources">
10091036
<ul>
1010-
<li>Defined in <a href="https://github.com/EOSIO/demux-js-postgres/blob/e4afc93/src/Migration.ts#L5">src/Migration.ts:5</a></li>
1037+
<li>Defined in <a href="https://github.com/EOSIO/demux-js-postgres/blob/ff5a7b8/src/Migration.ts#L6">src/Migration.ts:6</a></li>
10111038
</ul>
10121039
</aside>
10131040
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -1038,7 +1065,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> down<wbr>Query<wbr>
10381065
<div class="tsd-signature tsd-kind-icon">down<wbr>Query<wbr>File<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">QueryFile</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> =&nbsp;null</span></div>
10391066
<aside class="tsd-sources">
10401067
<ul>
1041-
<li>Defined in <a href="https://github.com/EOSIO/demux-js-postgres/blob/e4afc93/src/Migration.ts#L5">src/Migration.ts:5</a></li>
1068+
<li>Defined in <a href="https://github.com/EOSIO/demux-js-postgres/blob/ff5a7b8/src/Migration.ts#L6">src/Migration.ts:6</a></li>
10421069
</ul>
10431070
</aside>
10441071
</section>
@@ -1048,7 +1075,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> down<wbr>Sql<wbr>Pa
10481075
<div class="tsd-signature tsd-kind-icon">down<wbr>Sql<wbr>Path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></div>
10491076
<aside class="tsd-sources">
10501077
<ul>
1051-
<li>Defined in <a href="https://github.com/EOSIO/demux-js-postgres/blob/e4afc93/src/Migration.ts#L10">src/Migration.ts:10</a></li>
1078+
<li>Defined in <a href="https://github.com/EOSIO/demux-js-postgres/blob/ff5a7b8/src/Migration.ts#L11">src/Migration.ts:11</a></li>
10521079
</ul>
10531080
</aside>
10541081
</section>
@@ -1058,7 +1085,7 @@ <h3>name</h3>
10581085
<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
10591086
<aside class="tsd-sources">
10601087
<ul>
1061-
<li>Defined in <a href="https://github.com/EOSIO/demux-js-postgres/blob/e4afc93/src/Migration.ts#L7">src/Migration.ts:7</a></li>
1088+
<li>Defined in <a href="https://github.com/EOSIO/demux-js-postgres/blob/ff5a7b8/src/Migration.ts#L8">src/Migration.ts:8</a></li>
10621089
</ul>
10631090
</aside>
10641091
</section>
@@ -1068,7 +1095,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> schema</h3>
10681095
<div class="tsd-signature tsd-kind-icon">schema<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
10691096
<aside class="tsd-sources">
10701097
<ul>
1071-
<li>Defined in <a href="https://github.com/EOSIO/demux-js-postgres/blob/e4afc93/src/Migration.ts#L8">src/Migration.ts:8</a></li>
1098+
<li>Defined in <a href="https://github.com/EOSIO/demux-js-postgres/blob/ff5a7b8/src/Migration.ts#L9">src/Migration.ts:9</a></li>
10721099
</ul>
10731100
</aside>
10741101
</section>
@@ -1078,7 +1105,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> up<wbr>Query<wbr>Fi
10781105
<div class="tsd-signature tsd-kind-icon">up<wbr>Query<wbr>File<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">QueryFile</span></div>
10791106
<aside class="tsd-sources">
10801107
<ul>
1081-
<li>Defined in <a href="https://github.com/EOSIO/demux-js-postgres/blob/e4afc93/src/Migration.ts#L4">src/Migration.ts:4</a></li>
1108+
<li>Defined in <a href="https://github.com/EOSIO/demux-js-postgres/blob/ff5a7b8/src/Migration.ts#L5">src/Migration.ts:5</a></li>
10821109
</ul>
10831110
</aside>
10841111
</section>
@@ -1088,7 +1115,7 @@ <h3><span class="tsd-flag ts-flagProtected">Protected</span> up<wbr>Sql<wbr>Path
10881115
<div class="tsd-signature tsd-kind-icon">up<wbr>Sql<wbr>Path<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
10891116
<aside class="tsd-sources">
10901117
<ul>
1091-
<li>Defined in <a href="https://github.com/EOSIO/demux-js-postgres/blob/e4afc93/src/Migration.ts#L9">src/Migration.ts:9</a></li>
1118+
<li>Defined in <a href="https://github.com/EOSIO/demux-js-postgres/blob/ff5a7b8/src/Migration.ts#L10">src/Migration.ts:10</a></li>
10921119
</ul>
10931120
</aside>
10941121
</section>
@@ -1105,7 +1132,7 @@ <h3>down</h3>
11051132
<li class="tsd-description">
11061133
<aside class="tsd-sources">
11071134
<ul>
1108-
<li>Defined in <a href="https://github.com/EOSIO/demux-js-postgres/blob/e4afc93/src/Migration.ts#L22">src/Migration.ts:22</a></li>
1135+
<li>Defined in <a href="https://github.com/EOSIO/demux-js-postgres/blob/ff5a7b8/src/Migration.ts#L23">src/Migration.ts:23</a></li>
11091136
</ul>
11101137
</aside>
11111138
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -1128,7 +1155,7 @@ <h3><span class="tsd-flag ts-flagPrivate">Private</span> load<wbr>Query<wbr>File
11281155
<li class="tsd-description">
11291156
<aside class="tsd-sources">
11301157
<ul>
1131-
<li>Defined in <a href="https://github.com/EOSIO/demux-js-postgres/blob/e4afc93/src/Migration.ts#L29">src/Migration.ts:29</a></li>
1158+
<li>Defined in <a href="https://github.com/EOSIO/demux-js-postgres/blob/ff5a7b8/src/Migration.ts#L30">src/Migration.ts:30</a></li>
11321159
</ul>
11331160
</aside>
11341161
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -1151,7 +1178,7 @@ <h3>up</h3>
11511178
<li class="tsd-description">
11521179
<aside class="tsd-sources">
11531180
<ul>
1154-
<li>Defined in <a href="https://github.com/EOSIO/demux-js-postgres/blob/e4afc93/src/Migration.ts#L18">src/Migration.ts:18</a></li>
1181+
<li>Defined in <a href="https://github.com/EOSIO/demux-js-postgres/blob/ff5a7b8/src/Migration.ts#L19">src/Migration.ts:19</a></li>
11551182
</ul>
11561183
</aside>
11571184
<h4 class="tsd-parameters-title">Parameters</h4>

0 commit comments

Comments
 (0)