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 - v1.85.0

Published by aws-cdk-automation over 1 year ago

Bug Fixes

  • export transliterateAssembly and fix bug with transliterate cli (backport) (#4166) (6b7eb02)
  • go-runtime: use fatih/color instead of ANSI Escape Code (#4109) (28b192a)
jsii - v1.84.0

Published by aws-cdk-automation over 1 year ago

Features

  • jsii: allow specifying a deprecation message regardless of stability (#4145) (38d327c)
jsii - v1.83.0

Published by aws-cdk-automation over 1 year ago

jsii - v1.82.0

Published by aws-cdk-automation over 1 year ago

Features

Bug Fixes

  • jsii-pacmak: disable doclint (#4103) (30afa09)
  • jsii-pacmak: emit correct [@return](https://github.com/return) tag for JavaDocs (#4095) (fc7ab7c)
  • jsii-pacmak: escape documentation in all positions (#4096) (6a2248d)
  • pacmak: _ is not treated as a keyword in Java (#4094) (eaaf3ee)
jsii - v1.81.0

Published by aws-cdk-automation over 1 year ago

Features

  • jsii-diff: allow external stability to be treated as error (#4076) (95689ea)
  • jsii-pacmak: parsing arguments in non-strict mode (#4068) (3d49d6f), closes #3465

Bug Fixes

jsii - v1.80.0

Published by aws-cdk-automation over 1 year ago

Features

Bug Fixes

  • enable dereference when copying module to tmp dir (#4030) (e00102b)
  • jsii: incorrect symbol-id generated with typesVersions (#4037) (1f06ac9)
jsii - v1.79.0

Published by aws-cdk-automation over 1 year ago

Features

jsii - v1.78.1

Published by aws-cdk-automation over 1 year ago

Bug Fixes

  • pacmak: runtime dependency should match pacmak release (#4013) (37c29f7)
jsii - v1.78.0

Published by aws-cdk-automation over 1 year ago

Features

  • jsii-reflect now renders union candidates sorted (#4005) (1fd6cde)

Bug Fixes

jsii - v1.77.0

Published by aws-cdk-automation over 1 year ago

Bug Fixes

  • dotnet: target netcoreapp3.1 with RollForward (#3987) (461446b)
  • rosetta: go may incorrectly emit _ instead of . (#3985) (52163f8)
  • rosetta: prints colors to log file (#3953) (0fc9229)
jsii - v1.76.0

Published by aws-cdk-automation over 1 year ago

⚠ BREAKING CHANGES

  • dotnet: The runtime library for .NET & generated .NET bindings will no longer support netcoreapp3.1 after this release. Users are advised to upgrade their apps to use net6.0 or net7.0 instead.

Features

Bug Fixes

jsii - v1.75.0

Published by aws-cdk-automation over 1 year ago

Features

Bug Fixes

  • go: shorten file names for sub-packages (#3927) (7697571)
  • rosetta: submodule-qualified names produce invalid Go, Java (#3928) (1ff230d), closes #3551
jsii - v1.74.0

Published by aws-cdk-automation over 1 year ago

Bug Fixes

jsii - v1.73.0

Published by aws-cdk-automation almost 2 years ago

jsii - v1.72.0

Published by aws-cdk-automation almost 2 years ago

Features

Bug Fixes

  • dotnet: broken error name deserialization (#3855) (be008d4)
  • python: dereference values returned from Kernel.ainvoke (#3847) (5643c50)
  • python: parameter names shadow imported modules (#3848) (8bac012)
  • revert "chore(deps): Bump aws-actions/stale-issue-cleanup from 5 to 6" (#3850) (6700f1a), closes aws/jsii#3844
jsii - v1.71.0

Published by aws-cdk-automation almost 2 years ago

Features

Bug Fixes

  • jsii-diff: does not check types in submodules (#3808) (12ea38e)
  • python: type-checking may require incorrect type (#3820) (e9d4084), closes #3818
jsii - v1.70.0

Published by aws-cdk-automation almost 2 years ago

Features

  • add error awareness to go deserialization (#3793) (9b6a307)
  • python: add error differentiation to Python. (#3772) (e3f7d5e)
  • superchain: add 'acl' package to support projen GHA (#3783) (306b248)

Bug Fixes

  • jsii-reflect: TypeMember is not SourceLocatable (#3778) (db809e2), closes #3777
  • python: KeyError in type checks when decorating methods (#3791) (dae724c)
jsii - v1.69.0

Published by aws-cdk-automation about 2 years ago

Features

Bug Fixes

jsii - v1.68.0

Published by aws-cdk-automation about 2 years ago

Features

  • kernel: distinguish framework errors from userland errors in Java (#3747) (a4d39c6)

Bug Fixes

jsii - v1.67.0

Published by aws-cdk-automation about 2 years ago

Features

Bug Fixes

  • java: type generation code-gen issues (#3735) (cf04f79)
  • pacmak: crash when generating java code (1fd58db)