|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## Version 0.8.1 |
| 4 | + |
| 5 | +- 404 /guide doesn't exists. by @denzyldick in [#149] |
| 6 | +- Fixed some typos by @denzyldick in [#148] |
| 7 | +- Fix a few typos by @striezel in [#150] |
| 8 | +- fix causes of some clippy warnings by @striezel in [#152] |
| 9 | +- fix more causes of clippy warnings by @striezel in [#157] |
| 10 | +- attempt to fix errors related to clap by @striezel in [#158] |
| 11 | +- ci: run clippy only on stable Rust channel by @striezel in [#159] |
| 12 | +- update actions/checkout in GitHub Actions workflows to v3 by @striezel in |
| 13 | + [#151] |
| 14 | +- Add ability to set function name on php_function macro by @joehoyle in [#153] |
| 15 | +- Specify classes as fully-qualified names in stubs by @joehoyle in [#156] |
| 16 | +- Support marking classes as interfaces by @joehoyle in [#155] |
| 17 | +- Support marking methods as abstract by @joehoyle in [#154] |
| 18 | +- Add php-scrypt as a example project by @PineappleIOnic in [#146] |
| 19 | +- Fix ini file duplication and truncation when using cargo-php command by |
| 20 | + @roborourke in [#136] |
| 21 | +- Allow passing --yes parameter to bypass prompts by @roborourke in [#135] |
| 22 | + |
| 23 | +[#135]: https://github.com/davidcole1340/ext-php-rs/pull/135 |
| 24 | +[#136]: https://github.com/davidcole1340/ext-php-rs/pull/136 |
| 25 | +[#146]: https://github.com/davidcole1340/ext-php-rs/pull/146 |
| 26 | +[#148]: https://github.com/davidcole1340/ext-php-rs/pull/148 |
| 27 | +[#149]: https://github.com/davidcole1340/ext-php-rs/pull/149 |
| 28 | +[#150]: https://github.com/davidcole1340/ext-php-rs/pull/150 |
| 29 | +[#151]: https://github.com/davidcole1340/ext-php-rs/pull/151 |
| 30 | +[#152]: https://github.com/davidcole1340/ext-php-rs/pull/152 |
| 31 | +[#153]: https://github.com/davidcole1340/ext-php-rs/pull/153 |
| 32 | +[#154]: https://github.com/davidcole1340/ext-php-rs/pull/154 |
| 33 | +[#155]: https://github.com/davidcole1340/ext-php-rs/pull/155 |
| 34 | +[#156]: https://github.com/davidcole1340/ext-php-rs/pull/156 |
| 35 | +[#157]: https://github.com/davidcole1340/ext-php-rs/pull/157 |
| 36 | +[#158]: https://github.com/davidcole1340/ext-php-rs/pull/158 |
| 37 | +[#159]: https://github.com/davidcole1340/ext-php-rs/pull/159 |
| 38 | + |
| 39 | +## Version 0.8.0 |
| 40 | + |
| 41 | +- Windows support by @davidcole1340 in [#128] |
| 42 | +- Support for binary slice to avoid extra allocation by @TobiasBengtsson in |
| 43 | + [#139] |
| 44 | +- Bump dependencies by @ptondereau in [#144] |
| 45 | + |
| 46 | +[#128]: https://github.com/davidcole1340/ext-php-rs/pull/128 |
| 47 | +[#139]: https://github.com/davidcole1340/ext-php-rs/pull/139 |
| 48 | +[#144]: https://github.com/davidcole1340/ext-php-rs/pull/144 |
| 49 | + |
| 50 | +## Version 0.7.4 |
| 51 | + |
| 52 | +- Fix is_true() / is_false() in Zval by @joehoyle in [#116] |
| 53 | +- readme: fix link to guide by @TorstenDittmann in [#120] |
| 54 | +- Fix request_(startup|shutdown)_function in ModuleBuilder by @glyphpoch in |
| 55 | + [#119] |
| 56 | +- Fix CI on macOS by @davidcole1340 in [#126] |
| 57 | +- Add ability to pass modifier function for classes by @davidcole1340 in [#127] |
| 58 | + |
| 59 | +[#116]: https://github.com/davidcole1340/ext-php-rs/pull/116 |
| 60 | +[#119]: https://github.com/davidcole1340/ext-php-rs/pull/119 |
| 61 | +[#120]: https://github.com/davidcole1340/ext-php-rs/pull/120 |
| 62 | +[#126]: https://github.com/davidcole1340/ext-php-rs/pull/126 |
| 63 | +[#127]: https://github.com/davidcole1340/ext-php-rs/pull/127 |
| 64 | + |
3 | 65 | ## Version 0.7.3
|
4 | 66 |
|
5 | 67 | - Upgrade `clap` to `3.0.0-rc3`. [#113]
|
|
0 commit comments