ITADN
fahlisaputra/laravel-minify

版本发布 8

v1.2.3
? · 2025-07-07

## What's Changed * feat: skip minify for LD+JSON by @StephaneBour in https://github.com/fahlisaputra/laravel-minify/pull/40 ## New Contributors * @StephaneBour made their first contribution in https://github.com/fahlisaputra/laravel-minify/pull/40 **Full Changelog**: https://github.com/fahlisaputra/laravel-minify/compare/v1.2.2...v1.2.3

v1.2.2
? · 2025-02-27

## What's Changed * Laravel 12 support by @oriceon in https://github.com/fahlisaputra/laravel-minify/pull/37 ## New Contributors * @oriceon made their first contribution in https://github.com/fahlisaputra/laravel-minify/pull/37 **Full Changelog**: https://github.com/fahlisaputra/laravel-minify/compare/v1.2.1...v1.2.2

v1.2.1
? · 2025-02-23

## What's Changed * docs: update default value for obfuscation in minify configuration by @scybulski in https://github.com/fahlisaputra/laravel-minify/pull/27 * Apply fixes from StyleCI by @fahlisaputra in https://github.com/fahlisaputra/laravel-minify/pull/34 * Fix incorrect configuration file key and other customizations by @fahlisaputra in https://github.com/fahlisaputra/laravel-minify/pull/33 ## New Contributors * @scybulski made their first contribution in https://github.com/fahlisaputra/laravel-minify/pull/27 **Full Changelog**: https://github.com/fahlisaputra/laravel-minify/compare/v1.1.5...v1.2.1

v1.1.4
? · 2024-03-14

- Fix directive replacement not working correctly - Added keep directives option (see #12)

v1.1.3
? · 2024-03-07

- Add support for directives replacement for AlpineJS or other Javascript framework

v1.1.2
? · 2024-02-14

fix: response returning incorrect content type

v1.1.1
? · 2023-10-06

- Fix: cannot recognize special characters (#4) - Fix: typo on env config

v1.1.0
? · 2023-07-19

- Change directive `MinifyAsset()` to `minify()` - Fix bug javascript didn't obfuscated on blade views