Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file.

## 1.0.0 (2025-09-24)


### Features

* add Laravel 12 support and fix Laravel 7 compatibility ([2cb65ca](https://github.com/Rene-Roscher/laravel-node-encryption/commit/2cb65ca5f2ed7398c2ffa51d05e9334cbe2c1964))
* comprehensive bidirectional encryption tests for all data types ([4823c38](https://github.com/Rene-Roscher/laravel-node-encryption/commit/4823c38f4dddcaf8f217e9a5dff667066b2eeac5))
* extend support to Laravel 7, 8, and 9 ([0245a66](https://github.com/Rene-Roscher/laravel-node-encryption/commit/0245a6617f2d267e6e67f86cc27eedda56d86584))


### Bug Fixes

* correct Laravel version syntax in CI ([623142c](https://github.com/Rene-Roscher/laravel-node-encryption/commit/623142cf4609d25df9ea9ddc2cc5d389e959f406))
* handle ESM modules in Laravel 11 tests ([4e49b21](https://github.com/Rene-Roscher/laravel-node-encryption/commit/4e49b21b5524fbf1222acb64f3b4de3039bb810e))
* remove Laravel 7 support due to compatibility issues ([fe04b8f](https://github.com/Rene-Roscher/laravel-node-encryption/commit/fe04b8fa8c0149144a54f4797302d1fe15ffaba8))

## [1.0.0] - 2024-01-24

### Added
Expand All @@ -24,4 +40,4 @@ All notable changes to this project will be documented in this file.
### Tested With
- Node.js 16.x, 18.x, 20.x
- Laravel 8.x, 9.x, 10.x, 11.x
- Windows, macOS, Linux
- Windows, macOS, Linux