v3.4.0 Feature release
We are excited to share the progress we've made since our last release, v3.3.0! Thank you to all our contributors for their hard work and dedication. Here's a summary of key commits made to the TYPO3 Headless repository:
💡 New Features
- Allow cast value to bool via
boolval = 1by @twoldanski in #588 - Add cache busting to handled files by @twoldanski in #590
- Pass FormRuntime to CustomOptions handler by @twoldanski in #607
- Allow non cachable plugins to return null on empty by @twoldanski in #594
🐛 Bugfixes
- Trim whitespaces in JSON decode helper by @twoldanski in #612
- Create missing property in FileUtility by @twoldanski in #611
🧹 Tasks
- Normalize urls in all cases in order to avoid double slashes by @twoldanski in #597
Full Changelog: v3.3.1...v3.4.0