realamirhe
released this
04 May 12:37
·
15 commits
to master
since this release
This is our most significant release to date.
🚀 Configurations and build process
- Uses swc core and swc jest for our test runner to speed up the testing process
- The esbuild and rollup have been configured, reducing the tsc build time to 10 seconds
- Maintains the project as consistently as possible:
husky
,sort-package-json
,prettier
, and stricteslint
- Reconfig
jest
and@testing-library/react-hooks
: logic testing, types testing via a customAssertEqual
, and life-cycle flow testing.
🧬 Infrastructure
- Add Snyk as a security monitoring layer
- Configure github processes for code quality, code size monitoring, and lining
- Update codesandbox CI to make use of a more reliable and production-like npm package
🪲 Bug fixes
- Resolve type problems
- Avoid unintentional usage of
useAptor
for legacy API requests.