Skip to content

0.22.2

Latest
Compare
Choose a tag to compare
@eadwinCode eadwinCode released this 13 Jan 22:51
· 4 commits to master since this release
9651e8a

What's Changed

DEPRECATION NOTICE

The service attribute in ModelController has been changed from a class object to an instance object. When creating a custom ModelService for a ModelController, you have to specify it as service_type.

This is because services are now injected as dependencies during controller instantiation. Service instantiation is delegated to the injector package, so ensure that any additional dependencies required by your ModelService are properly registered in the dependency injection container.

For more details, please refer to the documentation

Full Changelog: 0.22.0...0.22.2