jsii

jsii allows code in any language to naturally interact with JavaScript classes. It is the technology that enables the AWS Cloud Development Kit to deliver polyglot libraries from a single codebase!

APACHE-2.0 License

Downloads
8.8M
Stars
2.6K
Committers
125

Bot releases are hidden (Show)

jsii - v0.7.7

Published by eladb about 6 years ago

Bug Fixes

jsii - v0.7.6

Published by eladb about 6 years ago

Bug Fixes

  • Sphinx generated incorrect type references for display (#232) (b664805)
  • jsii: Defaulted parameters were not rendered as optional (#234) (578bf9c), closes #233
  • jsii: Don't skip emit on TS errors when in "watch" mode (#236) (30d1491), closes #235
  • jsii: Optional any represented as required (#237) (91074f3), closes #230

Features

  • sphinx: allow readme file to define sphinx header and reorganize topic (#229) (405da9c), closes #228 #185
  • Document overriden/inherited members (#238) (7a6278a), closes #196

jsii - v0.7.5

Published by eladb about 6 years ago

Known Issues

  • dotnet: unable to instantiate objects when return type is abstract (#223)

Bug Fixes

jsii - v0.7.4

Published by rix0rrr about 6 years ago

Bug Fixes

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

Published by mpiroc about 6 years ago

0.7.3 (2018-09-06)

Bug Fixes

  • jsii: add readme and restore missing files in jsii tarball (09f9fc9)
jsii - v0.7.2

Published by mpiroc about 6 years ago

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)
jsii - v0.7.1

Published by eladb about 6 years ago

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)
jsii - v0.7.0

Published by rix0rrr about 6 years ago

Bug Fixes

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

Features

  • jsii: Further normalize assembly outputs (#177) (de3f062), closes #60
jsii - v0.6.4

Published by eladb about 6 years ago

Bug Fixes

  • jsii-pacmak refers to private dependencies (e61efc0)
jsii - v0.6.3

Published by eladb about 6 years ago

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)
jsii - v0.6.2

Published by eladb about 6 years ago

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.