Skip to content

Releases: linkorb/radvance

fix: translation interface incompatibility

17 Mar 18:22
Compare
Choose a tag to compare
v1.67.2

fix: translation interface incompatibility

fix: sanity check during module loading

19 Nov 11:43
Compare
Choose a tag to compare
v1.67.1

Merge branch 'master' of github.com:Radvance/Radvance

feat: autoload schema.xml from array of directories

26 Mar 11:29
70a6b51
Compare
Choose a tag to compare
v1.67.0

Merge pull request #47 from kaushikindianic/3048-dbtk-load-form-any-d…

deps: apply dependabot PRs

23 Feb 14:42
9f3957f
Compare
Choose a tag to compare
v1.66.0

Merge pull request #44 from linkorb/dependabot/composer/symfony/http-…

fix: don't hint AdvancedUserInterface

23 Feb 14:31
96460b9
Compare
Choose a tag to compare
Merge pull request #46 from boite/develop

fix: don't hint AdvancedUserInterface

Bump deps

30 Dec 15:12
Compare
Choose a tag to compare
v1.65.2

refactor: code related  envoi  #2531 (#41)

fix: inject twig in container by new classname

25 Nov 13:55
Compare
Choose a tag to compare
this way it can be found by the ControllerResolver

feat: allow register own middleware's services #2559

14 Aug 07:46
Compare
Choose a tag to compare
v1.65.0

feat: allow register own middleware's services #2559

feat: integrate envoi validation

14 Aug 07:33
Compare
Choose a tag to compare
v1.64.0

feat: integrate envoi validation

fix: don't set up exception handlers in cli mode

10 Jul 14:09
Compare
Choose a tag to compare
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