- Optional second parameter of get(), call() is sightly changed.
- Closures should return an object.
- You can pass 'true' to suppress object reuse.
- Support optional second argument of get() method. The argument is a closure that returns an array for the class constructor.
- Support call() method, supporting dependency injection for function or method parameters.
- Unit testing is based on wp-tests.
- Add codestyle.xml
- Add tests
- Fix line ending of bin/install-wp-tests.sh
- Remove module, and support interface (use shoplic-kr/interface instead.)
- Fix error when Continy calls closures
- Add CHANGELOG.md
2024-07-24
- Add interface
2024-07-18
- Fix return type of Continy::get()