Skip to content

1.3.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@distantnative distantnative released this 24 Nov 08:51
d5ec4d4

⚠️ Requires Kirby 3.8.2

🚀 Features

  • Optional chaining (with Kirby 3.8.3) #40

✨ Enhancements

  • KQL is now based on the new Kirby\Query classes, profiting from all their enhancements
  • Help class now also supports objects without interceptor that have been explicitly allowed via config
  • Added unit tests and CI

♻️ Refactoring

  • Kirby\Kql\Interceptors\Interceptor got merged into Kirby\Kql\Interceptor. A class alias for the old name has been added.
  • General clean-up of code and improvements to consistent code style