Closed tkohout closed 2 weeks ago
I apologize for the trouble caused. An up-to-date and hopefully trouble-free version has just been released.
Also the underlaying EaseCore was released
At the same time, I started reconstructing the Unit tests again so that this shame would not happen again.
@tkohout please let me know if everything is ok already.
I had a quick look and the issue is resolved. Thanks for a quick reply!
I updated to the latest version of the library (2.25.3) but I encountered the following error:
Type of AbraFlexi\RO::$objectName must be string (as in class Ease\Molecule)
in the fileRO.php
I believe the problem is that the latest version has dependency of:
which has some recent changes (reflected in the master of this library but not in
2.25.3
). This causes this mismatch between the two libraries and gives me this type error. I know I could just point my project to dev-main of this library but that's generally not very good idea.Please consider releasing new version or removing the dependency on
dev-main
.Thanks!