add new gemini-php release

This commit is contained in:
yggverse 2024-04-22 13:31:48 +03:00
parent 06f086049b
commit db6def4729
4 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,13 @@
# gemini-php 0.10.0
## API changes
* Pango class now related to GTK version namespace
* Escape all URL entities
* Decode URL in alt
* Append title attribute on address does not match alt value
* Add title attribute to the links tag
## Links
=> https://github.com/YGGverse/gemini-php/releases/tag/0.10.0 Download gemini-php 0.10.0

View file

@ -0,0 +1,14 @@
# gemini-php 0.8.0
## New methods
=> https://github.com/YGGverse/gemini-php#bodygetlines Body::getLines
=> https://github.com/YGGverse/gemini-php#bodygetline Body::getLine
## API update
Body methods now receive and return line number match condition in the linked argument
## Links
=> https://github.com/YGGverse/gemini-php/releases/tag/0.8.0 Download gemini-php 0.8.0

View file

@ -0,0 +1,14 @@
# gemini-php 0.9.0
## New class
=> https://github.com/YGGverse/gemini-php#pango Pango - Conversion features for GTK/Pango format
## New methods
=> https://github.com/YGGverse/gemini-php#bodygetquote Body::getQuote
=> https://github.com/YGGverse/gemini-php#bodygetcode Body::getCode
## Links
=> https://github.com/YGGverse/gemini-php/releases/tag/0.9.0 Download gemini-php 0.9.0

View file

@ -6,6 +6,9 @@ PHP 8 / Composer Library for Gemini Protocol
## Releases
=> 0.10.0.gmi 2024-04-18 0.10.0
=> 0.9.0.gmi 2024-04-14 0.9.0
=> 0.8.0.gmi 2024-04-12 0.8.0
=> 0.7.0.gmi 2024-04-07 0.7.0
=> 0.6.0.gmi 2024-04-06 0.6.0
=> 0.5.0.gmi 2024-04-05 0.5.0