Skip to content

Releases: Rene-Roscher/laravel-node-encryption

Release v2.0.0

24 Sep 04:12

Choose a tag to compare

📦 Package published to NPM

Install with:

npm install [email protected]

View on NPM: https://www.npmjs.com/package/laravel-node-encryption

Changes

See CHANGELOG for details.

v1.0.0

24 Sep 03:47
7c4cc28

Choose a tag to compare

1.0.0 (2025-09-24)

Features

  • add Laravel 12 support and fix Laravel 7 compatibility (2cb65ca)
  • comprehensive bidirectional encryption tests for all data types (4823c38)
  • extend support to Laravel 7, 8, and 9 (0245a66)

Bug Fixes

  • correct Laravel version syntax in CI (623142c)
  • handle ESM modules in Laravel 11 tests (4e49b21)
  • remove Laravel 7 support due to compatibility issues (fe04b8f)