Skip to content

v0.0.5

Latest
Compare
Choose a tag to compare
@JackNoordhuis JackNoordhuis released this 11 Dec 08:11
0.0.5
39598c1
  • pnpm is now used for package management instead of npm. This change only affects the development of the package and is not forced on consumers. Read more here: https://pnpm.io/pnpm-vs-npm
  • node v22 is now used for testing in GItHub actions (older versions are not tested against however, versions still under support/development can be requested by opening an issue/pull request.)
  • Improve caching of dependencies in GitHub Actions workflows.
  • Update typescript package to v5.7.2 (for project distribution build and examples.)
  • Perform pnmp update on examples/package and examples/project projects.
  • Generated JavaScript code now targets ES5, transpiling TypeScript sources for maximum compatibility. If desired, code size can be reduced by compiling the TypeScript sources to a more modern standard.
  • AlpineBindingContext, AlpineData and KnownGenericConstructor types are now exported and covered by API versioning.

Changes from v0.0.4 (skipped release cycle):