2.1.0 (2023-08-31)
2.0.0 (2023-08-02)
- drop typescript v4 support
- use typescript v5 (e05bbde)
1.35.0 (2023-08-02)
1.34.7 (2023-02-13)
1.34.6 (2023-02-09)
1.34.5 (2023-02-03)
1.34.4 (2023-02-03)
1.34.3 (2023-01-30)
1.34.2 (2023-01-17)
1.34.1 (2023-01-11)
1.34.0 (2023-01-05)
1.33.1 (2022-12-19)
features
- [
d14405d
] - feat: deprecated clean command (#92) (吖猩 <[email protected]>)
features
- [
802f578
] - feat: export register and command clazz (#91) (吖猩 <[email protected]>)
fixes
- [
9089ca8
] - fix: ETS_REGISTER_PID should not relate watch mode (#90) (mansonchor.github.com <[email protected]>)
fixes
- [
9469ecc
] - fix: should not use exports (#89) (吖猩 <[email protected]>)
features
- [
874c1b2
] - feat: make command & register as clazz (#88) (吖猩 <[email protected]>)
fixes
- [
6a73a32
] - fix: ignore options not works (#87) (吖猩 <[email protected]>) - [
c2fe947
] - fix: use execFile for getEggInfo (#86) (zhangyuantao <[email protected]>)
fixes
- [
67e667d
] - fix: startup failed in node18 (#83) (吖猩 <[email protected]>)
fixes
- [
371d743
] - fix: load tsconfig with extends (#82) (吖猩 <[email protected]>)
fixes
- [
a12ea16
] - fix: exports (wanghx <[email protected]>)
features
- [
5609eb3
] - feat: support class style generator (#80) (吖猩 <[email protected]>)
fixes
- [
757fd30
] - fix: plugin path (#79) (吖猩 <[email protected]>)
features
- [
94db906
] - feat: update watchDirs to generatorConfig (#78) (吖猩 <[email protected]>)
features
- [
3e4509d
] - feat: support custom loader (#77) (吖猩 <[email protected]>)
features
- [
6e2bd32
] - feat: register use tsconfig.json , parse use json5 (#76) (Bung <[email protected]>)
fixes
- [
d10b55b
] - fix: should read pluginInfo.path (#74) (kiho <[email protected]>)
features
- [
d45266c
] - feat: upgrade chokidar (#66) (吖猩 <[email protected]>)
fixes
- [
e0f067e
] - fix: remove ts args checking (#73) (吖猩 <[email protected]>)
fixes
- [
f633470
] - fix: autoRemoveJs should works in register (#62) (吖猩 <[email protected]>)
others
- [
8f2c7a7
] - docs: update options (吖猩 <[email protected]>)
features
- [
cfed138
] - feat: support multi-level directory with intersection types (#53) (jinasonlin <[email protected]>)
fixes
- [
29b6299
] - fix: service is method (#58) (吖猩 <[email protected]>)
fixes
- [
368e2a9
] - fix: fix config types error (#51) (吖猩 <[email protected]>) - [
a357f28
] - fix: travis ci (wanghx <[email protected]>)
fixes
- [
8dcb9f2
] - fix: duplicate declaration (#50) (吖猩 <[email protected]>)
features
- [
8003dc2
] - feat: remove compatible for sequelize (#49) (吖猩 <[email protected]>)
fixes
- [
0cce02d
] - fix: same name dir and file (#48) (吖猩 <[email protected]>)
fixes
- [
928fad6
] - fix: downgrade ts-node (#46) (吖猩 <[email protected]>)
- [
f36d699
] - fix: check framework before deprecated (wanghx <[email protected]>)
- [
958b117
] - feat: config improvement (#45) (吖猩 <[email protected]>)
- fix: should clean file more intelligent (#44)
- fix: clean files before startup & model compatible (#43)
- feat: speed up booting (#42)
- feat: add custom loader support (#41)
- feat: load all plugins (#32)
- feat: clean js file while it has the same name tsx file too (#40)
- fix: spawn eagain (#38)
- fix: register should use env instead of file (#37)
- fix: no need to clean cache file (#36)
- fix: ignore watcher initial (#33)
- docs: update docs
- feat: auto gen jsconfig in js project & pass options from env (#31)
- feat: add Egg to global namespace (#30)
- generator support default config
- add silent to options of TsHelper
- ext of config file default to .js or .json
- add init command
- fix: agent should merge to Agent (#26)
- fix: interfaceHandle cannot be covered (#25)
- feat: generator of configure support file path
- feat: add a new generator: auto
- refactor: code splitting and add a new class Watcher
- feat: interfaceHandle can be string
- fix: interfaceHandle in
function
orobject
can be overwrite.
- fix: fixed clean bug
- feat: support js project & add oneForAll option (#21)
- fix: add tslib deps
- chore: update comment
- feat: add prefix to interface
- refactor: add esModuleInterop option
- feat: add new generator
function
andobject
- refactor: refactor build-in generators
- feat: add
declareTo
option - chore: upgrade typescript to 3.0
- feat: caseStyle option add function support (#19)
- feat: silent in test (#17)
- fix: interface don't contain semicolon (#15)
- feat: generate extend type with env (#14)
- feat: Code Optimization (#10)
- feat: model.enabled default to true
- feat: add model check and only read framework from tsHelper.framework
- docs: update docs
- feat: add chokidar options
- feat: support model
- fix: fixed mistake of middleware dts
- fix: lint fix
- feat: support auto created d.ts for middleware
- fix: make sure register was running only once time
- feat: do not write file if ts not changed
- feat: add plugin generator