mirror of
https://github.com/YGGverse/yggverse.github.io.git
synced 2026-03-31 17:15:36 +00:00
add new gemini-php release
This commit is contained in:
parent
06f086049b
commit
db6def4729
4 changed files with 44 additions and 0 deletions
13
gemini/gemini-php/0.10.0.gmi
Normal file
13
gemini/gemini-php/0.10.0.gmi
Normal 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
|
||||
14
gemini/gemini-php/0.8.0.gmi
Normal file
14
gemini/gemini-php/0.8.0.gmi
Normal 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
|
||||
14
gemini/gemini-php/0.9.0.gmi
Normal file
14
gemini/gemini-php/0.9.0.gmi
Normal 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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue