Skip to content

Commit

Permalink
Merge branch 'release/0.9.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
pmlopes committed Oct 18, 2019
2 parents d550fd2 + 379ed51 commit aed9662
Show file tree
Hide file tree
Showing 494 changed files with 19,987 additions and 53,304 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.9.6] -

## [0.9.5] - 2019-10-18
- Moved `runtime.d.ts` to `es4x.d.ts` and integrated the missing internal modules too.
- The internal modules can now also be used from `.mjs`
- Bump `vertx` to 3.8.3
- Fixed jlink split package warning failing the build (ignored for now)

## [0.9.4] - 2019-10-11
- Added row override for sql-client (will fix TS errors on next vert.x release)
- Fix npm package license (SPDX format)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ npm install
Create your `index.js`:

```js
/// <reference types="@vertx/core/runtime" />
/// <reference types="es4x.d.ts" />
// @ts-check

vertx
Expand Down
4 changes: 2 additions & 2 deletions codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>io.reactiverse</groupId>
<artifactId>es4x-parent</artifactId>
<version>0.9.4</version>
<version>0.9.5</version>
<relativePath>..</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>es4x-codegen</artifactId>
<version>0.9.4</version>
<version>0.9.5</version>

<properties>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public String render(ModuleModel model, int index, int size, Map<String, Object>
writer.print("When working in a project you can enable type hinting for the runtime as:\n");
writer.print("\n");
writer.print("```js\n");
writer.print("/// <definition types=\"@vertx/core/runtime\" />\n");
writer.print("/// <definition types=\"es4x.d.ts\" />\n");
writer.print("// @ts-check\n");
writer.print("\n");
writer.print("// your TypeScript code here...\n");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h2 id="usage">Usage</h2>
<h2 id="typescript">Typescript</h2>
<p>This package includes <a href="http://www.typescriptlang.org/">Typescript</a> typedefinitions and your IDE should find then automatically.</p>
<p>When working in a project you can enable type hinting for the runtime as:</p>
<pre><code class="language-js"><span class="hljs-comment">/// &lt;definition types="@vertx/core/runtime" /&gt;</span>
<pre><code class="language-js"><span class="hljs-comment">/// &lt;definition types="es4x.d.ts" /&gt;</span>
<span class="hljs-comment">// @ts-check</span>

<span class="hljs-comment">// your TypeScript code here...</span></code></pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h1>Class PgConnectOptions</h1>
<dd><p><a href="mailto:[email protected]">Julien Viet</a></p>
</dd>
<dt>author</dt>
<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>
<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>
</dd>
</dl>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h2 id="usage">Usage</h2>
<h2 id="typescript">Typescript</h2>
<p>This package includes <a href="http://www.typescriptlang.org/">Typescript</a> typedefinitions and your IDE should find then automatically.</p>
<p>When working in a project you can enable type hinting for the runtime as:</p>
<pre><code class="language-js"><span class="hljs-comment">/// &lt;definition types="@vertx/core/runtime" /&gt;</span>
<pre><code class="language-js"><span class="hljs-comment">/// &lt;definition types="es4x.d.ts" /&gt;</span>
<span class="hljs-comment">// @ts-check</span>

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

0 comments on commit aed9662

Please sign in to comment.