Skip to content

Lunr 0.11.0

Latest

Choose a tag to compare

@pprkut pprkut released this 16 Apr 06:37
· 7 commits to master since this release

General

  • Alternative buildsystem using just instead of ant
  • Split Lunr.Soap into a separate project
  • Updated Lunr.CliParser to 0.11.0
  • Updated Lunr.Config to 0.11.0
  • Updated Lunr.Halo to 0.11.0
  • Added dependency on Lunr.Ticks 0.11.0

CI

  • Update to Lunr Coding Standard 0.10.2
  • Move some phpstan arguments into the config file

Corona

  • Fix deprecations in PHP 8.4
  • Add support for custom, scoped request parsers
  • Switch variable names to camelCaps
  • Add camelCaps methods to the Request class
  • Add a request parser for tracing info
  • Fetch request ID from TracingInfoParser
  • Implement Lunr.Ticks' TracingInfoInterface in the Request class
  • Support returning request values as enums
  • Add a request parser for the PHP SAPI
  • Use new SapiParser to fetch Sapi value
  • Put mocked request values in a stack
  • Implement TracingControllerInterface in the Request class

Spark

  • Add stricter types for contentful APIs

Shadow

  • Switch variable names to camelCaps