Releases: phper-framework/phper
Releases · phper-framework/phper
0.14.1
0.14.0
What's Changed
- Fix README by @jmjoy in #148
- Fix php classes extends from phper classes. by @jmjoy in #151
- Upgrade MSRV and dependencies by @jmjoy in #157
- docs: Remove not available links by @Xuanwo in #153
- Add return type and fix invoke issue by @jmjoy in #158
- Adds PHP 8.4 by @nickschuch in #163
- Release 0.14.0 by @jmjoy in #166
New Contributors
- @Xuanwo made their first contribution in #153
- @nickschuch made their first contribution in #163
Full Changelog: 0.13.1...0.14.0
0.13.1
0.13.0
What's Changed
- Prevent github from analyzing examples. by @jmjoy in #129
- Update quick start example. by @jmjoy in #130
- Export zend_observer api in phper-sys for PHP8+. by @jmjoy in #131
- Bump phper-doc version to 0.12.1. by @jmjoy in #132
- Upgrade dependencies. by @jmjoy in #134
- Update MSRV to 1.67 by @jmjoy in #138
- Support class static properties by @jmjoy in #137
- Update grammar in documentation by @juhojama in #139
- Add CI for PHP 8.3 by @jmjoy in #140
- Release 0.13.0 by @jmjoy in #141
New Contributors
Full Changelog: 0.12.0...0.13.0
0.12.0
What's Changed
- Fix object state and improve http server example. by @jmjoy in #115
- Add StateClass and StateObject, fix construct. by @jmjoy in #119
- Add into state method for StateObject, and refactor StateObj. by @jmjoy in #120
- Refactor clone_obj, remove Object clone methods. by @jmjoy in #121
- Improve http-client example. by @jmjoy in #122
- Remove features fpm for php-test. by @jmjoy in #123
- Replace phper dependencies into workspace. by @jmjoy in #125
- Support registering interface. by @jmjoy in #126
- Update documents. by @jmjoy in #127
- Bump to 0.12.0. by @jmjoy in #128
Full Changelog: 0.11.1...0.12.0
0.11.1
0.11.0
What's Changed
- Change bool::from_ini_value logic. by @jmjoy in #106
- Override toolchain to 1.65. by @jmjoy in #107
- Add
ExecuteData::get_mut_parameter
method. by @jmjoy in #108 - Fix exception guard. by @jmjoy in #109
- Improve debug. by @jmjoy in #110
- Bump to 0.11.0. by @jmjoy in #111
Full Changelog: 0.10.2...0.11.0
0.10.2
0.10.1
0.10.0
What's Changed
- Add missing_docs lints, and supplementary documents. by @jmjoy in #96
- Impl ToOwned for ZObj, supplement ZObj document. by @jmjoy in #97
- Add
Module::add_info
method, supplement module document. by @jmjoy in #98 - Adjust module api. by @jmjoy in #99
- Adjust module hooks api. by @jmjoy in #100
- Bump to 0.10.0. by @jmjoy in #101
Full Changelog: 0.9.0...0.10.0