Skip to content

Releases: malikrajat/rm-ng-export-to-csv

v5.0.0

Choose a tag to compare

@malikrajat malikrajat released this 30 Jun 13:01
4fd183b

What's Changed

  • chore: update rm-ng-export-to-csv service to version 5.0.0 by @malikrajat in #5

Key Highlights

  • Angular 22 Compatibility: Full support for Angular 22.x framework, compiler, and CLI toolchain.
  • Vitest Integration: Migrated the entire unit testing suite to Vitest, replacing Karma/Jasmine to achieve near-instantaneous test runs.
  • Enhanced Peer Dependencies: Broadened the compatibility range to support Angular versions from 16.0.0 up to <26.0.0 for maximum developer flexibility.

Added

  • Added a dedicated testing build configuration in tsconfig.json for isolated test builds.
  • Integrated vitest unit test runner configurations.

Changed

  • Upgraded compiler target and tooling dependencies to Angular 22 (@angular/build, @angular/cli, @angular/compiler-cli, ng-packagr).
  • Updated TypeScript to version 6.0.x for Angular 22 compatibility.
  • Upgraded package manager configurations to use pnpm@11.5.2 for faster and more deterministic builds.
  • Switched default change detection strategies in demo environments to OnPush for predictable rendering behavior.

Fixed

  • Migrated out-of-date Karma configuration and builder in favor of @angular/build:unit-test with Vitest.
  • Reduced Angular extended compiler diagnostics noise by fine-tuning host binding strict type checks.

Breaking Changes

  • Minimum Angular version for development and building raised to 22.x (peer dependencies still support down to 16.x).
  • TypeScript 6.0.x is now required for building from source.

Migration to v5.0.0

To upgrade your project to use the latest version of the library:

# Update your Angular project to version 22
ng update @angular/core@22 @angular/cli@22

# Install the updated version of the library
npm install rm-ng-export-to-csv@latest

Full Changelog: v4.0.0...v5.0.0

v4.0.0

Choose a tag to compare

@malikrajat malikrajat released this 16 Dec 02:58
6890fcd

What's Changed

New Contributors

Full Changelog: v3.0.0...v4.0.0

v3.0.0

Choose a tag to compare

@malikrajat malikrajat released this 27 Jun 01:36
4ddd36d

What's Changed

New Contributors

Full Changelog: v2.0.0...v3.0.0

v2.0.0

Choose a tag to compare

@malikrajat malikrajat released this 24 Jun 13:26

Full Changelog: v1.0.0...v2.0.0

v1.0.0

Choose a tag to compare

@malikrajat malikrajat released this 19 Jun 11:08