Skip to content

Commit aed9662

Browse files
committed
Merge branch 'release/0.9.5'
2 parents d550fd2 + 379ed51 commit aed9662

File tree

494 files changed

+19987
-53304
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

494 files changed

+19987
-53304
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.6] -
9+
10+
## [0.9.5] - 2019-10-18
11+
- Moved `runtime.d.ts` to `es4x.d.ts` and integrated the missing internal modules too.
12+
- The internal modules can now also be used from `.mjs`
13+
- Bump `vertx` to 3.8.3
14+
- Fixed jlink split package warning failing the build (ignored for now)
15+
816
## [0.9.4] - 2019-10-11
917
- Added row override for sql-client (will fix TS errors on next vert.x release)
1018
- Fix npm package license (SPDX format)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ npm install
3636
Create your `index.js`:
3737

3838
```js
39-
/// <reference types="@vertx/core/runtime" />
39+
/// <reference types="es4x.d.ts" />
4040
// @ts-check
4141

4242
vertx

codegen/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<parent>
77
<groupId>io.reactiverse</groupId>
88
<artifactId>es4x-parent</artifactId>
9-
<version>0.9.4</version>
9+
<version>0.9.5</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212

1313
<modelVersion>4.0.0</modelVersion>
1414

1515
<artifactId>es4x-codegen</artifactId>
16-
<version>0.9.4</version>
16+
<version>0.9.5</version>
1717

1818
<properties>
1919
</properties>

codegen/src/main/java/io/reactiverse/es4x/codegen/generator/ReadmeMD.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public String render(ModuleModel model, int index, int size, Map<String, Object>
8181
writer.print("When working in a project you can enable type hinting for the runtime as:\n");
8282
writer.print("\n");
8383
writer.print("```js\n");
84-
writer.print("/// <definition types=\"@vertx/core/runtime\" />\n");
84+
writer.print("/// <definition types=\"es4x.d.ts\" />\n");
8585
writer.print("// @ts-check\n");
8686
writer.print("\n");
8787
writer.print("// your TypeScript code here...\n");

docs/.vuepress/public/@reactiverse/elasticsearch-client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h2 id="usage">Usage</h2>
8686
<h2 id="typescript">Typescript</h2>
8787
<p>This package includes <a href="http://www.typescriptlang.org/">Typescript</a> typedefinitions and your IDE should find then automatically.</p>
8888
<p>When working in a project you can enable type hinting for the runtime as:</p>
89-
<pre><code class="language-js"><span class="hljs-comment">/// &lt;definition types="@vertx/core/runtime" /&gt;</span>
89+
<pre><code class="language-js"><span class="hljs-comment">/// &lt;definition types="es4x.d.ts" /&gt;</span>
9090
<span class="hljs-comment">// @ts-check</span>
9191

9292
<span class="hljs-comment">// your TypeScript code here...</span></code></pre>

docs/.vuepress/public/@reactiverse/reactive-pg-client/classes/pgconnectoptions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h1>Class PgConnectOptions</h1>
7171
<dd><p><a href="mailto:[email protected]">Julien Viet</a></p>
7272
</dd>
7373
<dt>author</dt>
74-
<dd><p>Billy Yuan <a href="mailto:&#98;&#105;&#x6c;&#108;&#x79;&#49;&#x31;&#50;&#52;&#x38;&#55;&#x39;&#56;&#x33;&#64;&#103;&#109;&#97;&#x69;&#x6c;&#x2e;&#99;&#111;&#109;">&#98;&#105;&#x6c;&#108;&#x79;&#49;&#x31;&#50;&#52;&#x38;&#55;&#x39;&#56;&#x33;&#64;&#103;&#109;&#97;&#x69;&#x6c;&#x2e;&#99;&#111;&#109;</a></p>
74+
<dd><p>Billy Yuan <a href="mailto:&#x62;&#105;&#x6c;&#x6c;&#121;&#x31;&#49;&#50;&#52;&#x38;&#x37;&#x39;&#56;&#51;&#64;&#x67;&#109;&#97;&#105;&#x6c;&#x2e;&#x63;&#x6f;&#x6d;">&#x62;&#105;&#x6c;&#x6c;&#121;&#x31;&#49;&#50;&#52;&#x38;&#x37;&#x39;&#56;&#51;&#64;&#x67;&#109;&#97;&#105;&#x6c;&#x2e;&#x63;&#x6f;&#x6d;</a></p>
7575
</dd>
7676
</dl>
7777
</div>

docs/.vuepress/public/@reactiverse/reactive-pg-client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h2 id="usage">Usage</h2>
8686
<h2 id="typescript">Typescript</h2>
8787
<p>This package includes <a href="http://www.typescriptlang.org/">Typescript</a> typedefinitions and your IDE should find then automatically.</p>
8888
<p>When working in a project you can enable type hinting for the runtime as:</p>
89-
<pre><code class="language-js"><span class="hljs-comment">/// &lt;definition types="@vertx/core/runtime" /&gt;</span>
89+
<pre><code class="language-js"><span class="hljs-comment">/// &lt;definition types="es4x.d.ts" /&gt;</span>
9090
<span class="hljs-comment">// @ts-check</span>
9191

9292
<span class="hljs-comment">// your TypeScript code here...</span></code></pre>

0 commit comments

Comments
 (0)