Releases: linkorb/radvance
Releases · linkorb/radvance
fix: translation interface incompatibility
v1.67.2 fix: translation interface incompatibility
fix: sanity check during module loading
v1.67.1 Merge branch 'master' of github.com:Radvance/Radvance
feat: autoload schema.xml from array of directories
v1.67.0 Merge pull request #47 from kaushikindianic/3048-dbtk-load-form-any-d…
deps: apply dependabot PRs
v1.66.0 Merge pull request #44 from linkorb/dependabot/composer/symfony/http-…
fix: don't hint AdvancedUserInterface
Merge pull request #46 from boite/develop fix: don't hint AdvancedUserInterface
Bump deps
v1.65.2 refactor: code related envoi #2531 (#41)
fix: inject twig in container by new classname
this way it can be found by the ControllerResolver
feat: allow register own middleware's services #2559
v1.65.0 feat: allow register own middleware's services #2559
feat: integrate envoi validation
v1.64.0 feat: integrate envoi validation
fix: don't set up exception handlers in cli mode
this is useful if the web application gets instantiated from cli commands. with exception handlers in place, the console didn't output anything, complicating debugging. this is now changed, so that no web exception handlers are installed in cli mode