Skip to content

Release v1.0.0

Latest
Compare
Choose a tag to compare
@jaisayush jaisayush released this 25 Sep 23:42
· 3 commits to main since this release

🚀 Release v1.0.0

Date: 26-Sep-2024

🎉 Features

  • Initial Release: Launched the Angular Jest Scaffolder tool to streamline the setup of Angular applications with Jest as the default testing framework.
  • Angular CLI Integration: Automatically installs Angular CLI version 18.
  • Modern Testing Practices: Configures the application to use Jest, eliminating the legacy tools Jasmine and Karma.
  • Dependency Installation: Installs essential development dependencies:
    • @angular/cli@18
    • @types/jest@29
    • jest@29
    • jest-junit@16
    • jest-preset-angular@14
  • User-Friendly Command Line Interface: Allows easy creation of new Angular applications with customizable options.

🛠️ Fixes

  • Initial setup and configuration for Jest, ensuring that the environment is ready for modern testing.

🚀 Getting Started

To create a new Angular app with Jest configured, use the following command:

angular-jest-scaffolder <app-name>

🔗 Documentation

For more detailed usage instructions and examples, refer to the README file.