v1.0.5
Upgrading
After upgrading, clear compiled views using php artisan view:clear.
What's Changed
- Add benchmarks to CI by @ganyicz in #103
- fix: add file_exists check to ensureCompiled in-memory cache guard by @erhanurgun in #97
- Benchmark tests by @ganyicz in #104
- Revert "fix: add file_exists check to ensureCompiled in-memory cache guard" by @ganyicz in #106
- Consolidate view composers by @ganyicz in #105
- Fix verbatim inside components by @ganyicz in #98
- Improve benchmarks by @ganyicz in #108
- Add comparison tests and fix whitespace issues by @ganyicz in #111
- Thread blade compiler instance through pipeline by @ganyicz in #95
- Add Octane support by @ganyicz in #113
- Fix handling of deleted compiled files by @ganyicz in #114
- Fix custom namespaces by @ganyicz in #100
- Fix required cache by @ganyicz in #117
- Fix debugger timer injection and empty profiler by @ganyicz in #118
- Improve compile speed by @ganyicz in #116
New Contributors
- @erhanurgun made their first contribution in #97
Full Changelog: v1.0.4...v1.0.5