Skip to content

Releases: aws/jsii

v0.7.4

10 Sep 09:53
e80a889
Compare
Choose a tag to compare

Bug Fixes

  • jsii: Force generated assemblies to reference jsii-only dependencies (cf62773)

v0.7.3

07 Sep 02:26
060784d
Compare
Choose a tag to compare

0.7.3 (2018-09-06)

Bug Fixes

  • jsii: add readme and restore missing files in jsii tarball (09f9fc9)

v0.7.2

06 Sep 20:01
Compare
Choose a tag to compare

0.7.2 (2018-09-06)

Bug Fixes

  • Missing types in JSII assembly, invalid Java code, confusing docs (#208) (b37101f), closes #175

Features

  • jsii: Re-implemented jsii to support --watch and produce better error reporting (#188) (76472be)

v0.7.1

28 Aug 13:30
8b7682c
Compare
Choose a tag to compare

Bug Fixes

  • jsii-pacmak: Output .NET build artifacts to dist/dotnet/ instead of just dist/ (#192) (f25c8c4)
  • jsii-kernel: Fix module loading on systems that use '' instead of '/' as the path separator (#193) (9e42991)

Features

  • jsii: Add check against downgrading properties to readonly (#201) (f60b0ac)

v0.7.0

23 Aug 11:17
0961b48
Compare
Choose a tag to compare

Bug Fixes

  • kernel: can't find temp directory on Windows (#184) (1aec545), closes #183

Features

  • jsii: Further normalize assembly outputs (#177) (de3f062), closes #60

v0.6.4

08 Aug 12:58
bbdab4f
Compare
Choose a tag to compare

Bug Fixes

  • jsii-pacmak refers to private dependencies (e61efc0)

v0.6.3

08 Aug 10:38
13ca4f5
Compare
Choose a tag to compare

New features

  • Produce .nupkg for .NET targets (#160)
  • Upgrade TypeScript to 3.0.1 (#161)

Bug Fixes

  • Denote the optional aspect of types when describing them (#159)

v0.6.2

07 Aug 15:42
64ced3f
Compare
Choose a tag to compare

jsii allows code in any language to naturally interact with JavaScript classes.

This is the first public release of this project. It is used by the AWS Cloud Development Kit to vend the framework, which is written in TypeScript to multiple programming languages and generate multi-language Sphinx-based reference documentation.

To get started, see README.