Skip to content

v1.0.0

Compare
Choose a tag to compare
@mgrundkoetter mgrundkoetter released this 14 Mar 20:47
· 70 commits to master since this release
042ea07

Some of these changes might be breaking for your existing code, so I found it reasonable to
release this version as 1.0 instead of 0.11. If the update breaks your code, there is a good
chance your IDE will tell you because of all the added type information inside the API
classes. If you encounter any trouble or errors, please open an issue at
https://github.com/ujamii/openimmo/issues

  • raised minimum PHP version to 7.4
  • updated some dev requirements like phpstan and rector
  • switched from gossi/php-code-generator to nette/php-generator for code file generation
    as the old package was not maintained any more and not ready for several PHP 8 features.
    This meant a bigger change in the internals and the resulting API classes also changed a bit:
    • all properties and methods as well as parameters are typed now
    • some properties/parameters are not nullable any more
    • the order of source code and comments inside those classes changed slightly