Skip to content

v1.2.0

Compare
Choose a tag to compare
@xRiot45 xRiot45 released this 05 Mar 14:52
· 20 commits to main since this release

[v1.2.0] - 2025-03-03

🚀 Release Highlights

  • Introduced built-in testing features using Jest & Supertest, and Mocha & Chai, allowing users to test their API endpoints more easily.
  • Added the test command, which helps in regenerating test files automatically for seamless testing setup.

✨ Added

  • Implemented Jest & Supertest as the default testing framework for API testing.
  • Added Mocha & Chai as alternative testing frameworks for API testing.
  • Introduced the test command to automatically generate test files, making it easier for developers to maintain and update tests.