Skip to content

Releases: kravetsone/elysia-autoload

v1.0.1

16 Jun 11:24
Compare
Choose a tag to compare

chore: add await in examples

refactor: some improves at types object defaults

chore: remove lockfile from ignore

chore: improve example

feat: use relative imports instead of absolute in types-generation

chore: bump

Full Changelog: v1.0.0...v1.0.1

v1.0.0

15 Jun 19:27
Compare
Choose a tag to compare

feat: add Bun.build support

Full Changelog: v0.2.4...v1.0.0

v0.2.4

15 Jun 10:50
Compare
Choose a tag to compare

fix: don't use inline fn elysiajs/elysia#679

chore: bump

Full Changelog: v0.2.3...v0.2.4

v0.2.3

02 Apr 15:53
Compare
Choose a tag to compare

fix: cjs & mjs errors

chore: add publint step in CICD

chore: bump

Full Changelog: v0.2.2...v0.2.3

v0.2.2

31 Mar 19:16
Compare
Choose a tag to compare

fix: Cannot find package "elysia-autoload" #6

Full Changelog: v0.2.1...v0.2.2

v0.2.1

27 Mar 15:44
Compare
Choose a tag to compare

chore: some export fixes

Full Changelog: v0.2.0...v0.2.1

v0.2.0

27 Mar 15:16
Compare
Choose a tag to compare

fix: some fixes in package.json

feat: add code-generation types for Eden feature

feat: add example with type code-generation for Eden

feat: add boolean in types options

feat(README): add info about type code-generation for eden

chore(docs): add links to eden

feat: add more info for schema options property

feat: add useExport instead of global type feature

feat: add info in README about types.useExport feature

feat: make types.output maybe string array

feat(0.1.2): add support for types.output can be an array

feat: add tsx,jsx to default glob pattern (for support @elysiajs/html)

fix: add tsx,jsx to default glob pattern (for support @elysiajs/html)

chore(docs): some improves

chore: use biome instead of eslint and use @types/bun instead of bun-types

feat: add simple tests

feat: add husky pre-push with tests runner and lint:fix

chore: bump

chore(deps): bumps and migrate husky to v9

chore(tests): add sortByNestedParams test

chore: replace \ with / in paths

fix: absolute imports in windows and use type keyword

fix: remove useless slash

fix: prefix issue solve #3

chore: bump and update examples

chore: bump deps and add commons js type

fix: add prefix to code-generated eden types

Changed the plugin signature to accept the main Elysia() app instance so it can access the prefix of the main app if provided, so it skips its own prefix and uses it for generating correct types

Undo changes to package.json

Revert package.json

chore: some improves

Merge pull request #4 from Bewinxed/mainChanged the plugin signature to accept the main Elysia() app instance so it can access the prefix of the main app if provided, so it skips its own prefix and uses it for generating correct types

chore: bump

refactor: remove useless ts-ignore and function wrap

chore: add info about broken eden types

chore: bump

fix: not instance of Elysia - #5

fix: typings for schema

chore: add actions to publish

feat: now it ship ESM and CJS

What's Changed

  • Changed the plugin signature to accept the main Elysia() app instance so it can access the prefix of the main app if provided, so it skips its own prefix and uses it for generating correct types by @Bewinxed in #4

New Contributors

Full Changelog: https://github.com/kravetsone/elysia-autoload/commits/v0.2.0