Releases: phper-framework/phper
Releases · phper-framework/phper
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
0.9.0
What's Changed
- Refactor classes. by @jmjoy in #89
- Add classes implements method and errors tests. by @jmjoy in #90
- Add references support, and rename ZendFunction. by @jmjoy in #91
- Remove the implement of From to ZVal. by @jmjoy in #92
- Re add ZArr::iter(). by @jmjoy in #94
- Bump to 0.9.0. by @jmjoy in #95
Full Changelog: 0.8.0...0.9.0
0.8.0
What's Changed
- Add document Integrate with PECL. by @jmjoy in #78
- Make
add_function
,add_method
more ergonomics. by @jmjoy in #79 - Modify
ensure_end_with_zero
to use CString. by @jmjoy in #80 - Add document Zval. by @jmjoy in #81
- make leaner bindings by @gdamjan in #63
- Add internal types documentations. by @jmjoy in #82
- Refactor errors and exceptions. by @jmjoy in #84
- Reduce cfg. by @jmjoy in #85
- Adapt to PHP 8.2. by @jmjoy in #86
- Bump to 0.8.0. by @jmjoy in #88
New Contributors
Full Changelog: 0.7.0...0.8.0