Skip to content

Released version 1.4

Latest
Compare
Choose a tag to compare
@castamir castamir released this 17 Feb 14:42
· 18 commits to master since this release

PackageMapper refactored - new Instance no longer depend on array of all repositories and their table names and schema. Instead there is a new methor ::registerTable for adding metadata one by one. This is required mainly for dependency issues and DI Extension which would erase all arguments when redeclaring mapper class in config.neon. This setups are now called on beforeCompile event.