Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@realamirhe 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 strict eslint
  • Reconfig jest and @testing-library/react-hooks: logic testing, types testing via a custom AssertEqual, 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.