Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@tyecode tyecode released this 13 Sep 18:20
ce6adda

[1.2.0] - 2024-09-14

Added

  • TypeScript Support: Refactored the codebase to TypeScript for improved type safety and maintainability.
  • ESLint Integration: Added ESLint configuration to enforce code quality and consistency.
  • Unit Tests: Introduced unit tests to ensure functionality and facilitate future development.
  • New Command-Line Options:
    • Added --version to display the current version.
    • Added --test for running project tests.
  • Automated Commit After Setup: A new function now automatically commits initial changes after project setup.

Changed

  • Code Structure: Improved organization and maintainability by restructuring the project code.
  • Build Process: Updated build scripts to accommodate TypeScript and ESLint.
  • Documentation: README has been revised to reflect the latest changes and contributor guidelines.

Notes

  • This release focuses on enhancing code quality, usability, and the developer workflow.

Check out the Changelog for all the details!