rollerworks-graveyard / app-sectioning

Configuration helper for separating your Symfony application into multiple sections
MIT License
2 stars 1 forks source link

Configure sections using a custom string format #21

Closed sstok closed 6 years ago

sstok commented 6 years ago
Q A
Bug fix? no
New feature? yes
BC breaks? yes
Deprecations? no
Tests pass? yes
Fixed tickets #20 #19
License MIT

This removes support for configuring using array or JSON (introduced in #18) and only allows configuring using a developer friendly string format which looks 90% the same like an URL.

The internal code is almost completely redesigned for a much cleaner system. All classes except the SectioningFactory and RouteLoader are now internal.

Big bonus: It's now possible to specify https is required with the host or using https://*/prefix 🤘