Releases: kravetsone/elysia-autoload
v1.5.1
chore: move globSync to utils
fix: typo
fix: unpin pkgroll version (#38)
chore: bump
Full Changelog: v1.5.0...v1.5.1
v1.5.0
feat: improve plugin condition
feat: improve importedValue condition
feat: explicit length
fix: remove slash at end of routes
Merge pull request #27 from rtritto/fix-end-slash-routesfix: remove slash at end of routes
feat: improve replace functions
feat: improve remove regex
Lint
feat: use replace/replaceAll functions
Merge pull request #26 from rtritto/improve-plugin-conditionperf: improve conditions
Merge pull request #29 from rtritto/use-regexperf: improve replace functions
Lint
feat: add NodeJS version
feat: improve Node code
feat: improve Node/bun check
feat: refactor glob params
lint: remove unused await because it's for-of and not for-await-of
chore: add Node 22 as minor version
feat: add transpile ts and tsx files with Node.js
Lint
Merge pull request #31 from rtritto/lintLint
Merge branch 'main' of https://github.com/rtritto/elysia-autoload into node-support
Lint
feat: remove esbuild
chore: add badges
chore: pin pkgroll
chore: add badges
chore: pin pkgroll
Merge branch 'main' of https://github.com/kravetsone/elysia-autoload
chore: allow 1.2 in peerDependencies
chore: use sync iterator for Bun.glob
chore: fix types for 1.2 usage
chore: test with node adapter
chore: publish new release and some updates at README
What's Changed
- fix: remove slash at end of routes by @rtritto in #27
- perf: improve conditions by @rtritto in #26
- perf: improve replace functions by @rtritto in #29
- Lint by @rtritto in #31
- feat: add NodeJS version by @rtritto in #23
New Contributors
Full Changelog: v1.4.0...v1.5.0
v1.4.0
Fix type gen for function vs no function exports
Add RouteEnd to ElysiaMatch namespace
Merge pull request #22 from deadlinecode/fix-type-genFix type gen for function vs no function exports
chore: remove husky
chore: some improves at #22
feat: add support to code-generate eden types with custom export name
chore: bumps
What's Changed
- Fix type gen for function vs no function exports by @deadlinecode in #22
Full Changelog: v1.3.0...v1.4.0
v1.3.0
Fixed type returning "{}" instead of the actual type
Merge pull request #20 from deadlinecode/patch-type-fixAnother day another fix
feat: support renamed index syntax (fix #21)
What's Changed
- Another day another fix by @deadlinecode in #20
Full Changelog: v1.2.1...v1.3.0
v1.2.1
Remove console log
Bump
Merge pull request #19 from deadlinecode/patch-console-logRemove console log
What's Changed
- Remove console log by @deadlinecode in #19
Full Changelog: v1.2.0...v1.2.1
v1.2.0
feat: add failGlob option
feat: add import and skipImportErrors options
feat: add support to various exports #15
Type fix for non file routes (adding "/")
Eden treaty type system fix
Flatten index routes
Merge pull request #17 from deadlinecode/patch-type-genFixes for type gen
Naming fix
Merge pull request #18 from deadlinecode/patch-type-genNaming fix
What's Changed
- Fixes for type gen by @deadlinecode in #17
- Naming fix by @deadlinecode in #18
New Contributors
- @deadlinecode made their first contribution in #17
Full Changelog: v1.1.0...v1.2.0
v1.1.0
chore: improve README
chore: add target bun
chore: bump and drop CJS build
chore: drop eslint configs
chore: use pkgroll instead of tsup
fix: when types generated when types inst setted
chore: rm husky
chore: use export type (cause oven-sh/bun#12605) and some improves
chore: bump
Full Changelog: v1.0.1...v1.1.0
v1.0.1
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
feat: add Bun.build
support
Full Changelog: v0.2.4...v1.0.0