Skip to content

Releases: pmndrs/webidl-dts-gen

[email protected]

10 May 07:45
f0a9bc3
Compare
Choose a tag to compare

Minor Changes

  • 51dac39: feat: add missing emscripten function declarations

[email protected]

08 May 07:22
c140bf6
Compare
Choose a tag to compare

Minor Changes

  • cae15bf: fix: types for emscripten array attributes and getters

Patch Changes

  • 0999cd1: chore(deps): bump jsdom from 21.1.1 to 22.0.0

[email protected]

15 Apr 16:44
1ec3327
Compare
Choose a tag to compare

Patch Changes

  • c873687: feat: set emscripten enum variable declaration types to be 'any' instead of 'unknown'

[email protected]

15 Apr 15:49
31dd2b5
Compare
Choose a tag to compare

Minor Changes

  • afc8c20: feat: improve output types for emscripten enums

    The emscripten webidl binder exposes enum values using enum member names. e.g. Module.MemberName, not Module.EnumName.MemberName. The output types now reflect this.

    Also, types for the emscripten enum wrapper functions are now exposed, e.g. _emscripten_enum_EnumName_MemberName

Patch Changes

  • aeb6fae: fix(convertInterface): only create type alias if maplike or setlike

[email protected]

13 Apr 13:31
f5d6dea
Compare
Choose a tag to compare

Patch Changes

  • ede3f21: chore(deps): update yargs, jsdom, dev dependencies

[email protected]

13 Apr 12:59
97f11d8
Compare
Choose a tag to compare

Major Changes

Minor Changes

  • acff4b1: chore(deps): bump typescript from 4.9.5 to 5.0.4

Patch Changes

  • 75633d0: chore(deps): bump webidl2 from 23.13.1 to 24.2.2

[email protected]

16 Mar 02:05
9b0ef97
Compare
Choose a tag to compare

Patch Changes

  • de70031: fix: stop using deprecated ts.factory.createClassDeclaration overload

[email protected]

12 Mar 12:09
Compare
Choose a tag to compare

Patch Changes

  • ff89ac3: feat: handle nullable with null type union - @darionco
  • bfa7f69: fix: return emscripten class declaration
  • 26c1429: feat: upgrade to typescript v4.9.5, stop using deprecated methods
  • 1481825: feat: handle unsigned integer array types, use capturing groups for integer array fixes
  • 6815b8b: feat: support static operations
  • aa22582: feat: add support for maplike and setlike - @darionco