v2.3 #160
barthofu
announced in
Announcements
v2.3
#160
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
TSCord template v2.3
This is the changelog, you can see the migration guide from the
v2.2
here.This update mainly focus on 3 things:
Warning
If you want to see the changes coming alongside this PR, check commit per commit because we've ran the new code formater and it has changed by default the style of nearly all the files.
Features
antfu/eslint-config
as base ([Feature] Code Formatting #128)@Service
decorator for@singleton
, which can take akeepInstanceAfterHmr
parameter in order to keep the instance state between HMR reloads (e.g:Store
service)@Injectable
and@AutoInjectable
of respectively@injectable
and@autoInjectable
to uniformize names and import source (@/decorators
instead oftsyringe
)discordx
client config in thesrc/client.ts
file (6f83ffb)Refactor
swc
totsc
in order to improve stability at the cost of little speed deperdition (feat(#132): switching fromswc
totsc
#135)@<module_name>
to@/<module_name>
(e.g:@services
->@/services
)botOnline
api middleware HTTP request (8060043)eval
from the code, for security concerns (60baa42)typesafe-i18n
logs at startup (c570dde)Bug fixes
isJSONEncodable isn't a function at startup
(65338ea)Chores
This discussion was created from the release v2.3.
Beta Was this translation helpful? Give feedback.
All reactions