Skip to content

Releases: sirDonovan/Lanette

v0.2.0

23 Dec 23:59
Compare
Choose a tag to compare

v0.2.0 - TypeScript root level files

This release converts most files in the root directory to TypeScript. These can be built with node build.js or the task npm run build. Although it is an additional step to start Lanette or run tests, thanks to esbuild the overhead is minimal and worth the increased type safety.

v0.1.0

23 Dec 20:03
Compare
Choose a tag to compare

v0.1.0 - Migration to esbuild

This release replaces TypeScript's built-in compiler with esbuild to improve boot and hotpatch times. It also includes other changes for pokemon-showdown's own recent migration.

v0.0.1

23 Dec 19:59
Compare
Choose a tag to compare

v0.0.1

All prior work up until Dec 22, 2022 before potentially breaking changes from esbuild