From d62989413e2475dc74e12e782a6895e9edfbdb13 Mon Sep 17 00:00:00 2001 From: Aapo Talvensaari Date: Tue, 3 Sep 2024 13:05:43 +0300 Subject: [PATCH] chore(*): release 1.1.0 ### Summary #### Added - `url:decode` method - `ada.decode` function - `search:decode` method - `search:decode_all` method - `ada.search_encode` function - `ada.search.encode` function - `ada.search_decode` function - `ada.search.decode` function - `ada.search_decode_all` function - `ada.search.decode_all` function #### Changed - The `set_port` to not allow negative or positive inf or NaN #### Updated - The CI is now executed against Ada 2.9.1 Signed-off-by: Aapo Talvensaari --- CHANGES.md | 17 +- docs/classes/search.html | 83 ++++++- docs/classes/url.html | 143 +++++++++++- docs/index.html | 2 +- docs/modules/resty.ada.html | 212 +++++++++++++++++- docs/modules/resty.ada.search.html | 162 ++++++++++++- lib/resty/ada.lua | 2 +- ...rockspec => lua-resty-ada-1.1.0-1.rockspec | 4 +- 8 files changed, 614 insertions(+), 11 deletions(-) rename lua-resty-ada-1.0.1-1.rockspec => lua-resty-ada-1.1.0-1.rockspec (95%) diff --git a/CHANGES.md b/CHANGES.md index fe4957a..e9aad5e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,11 +2,26 @@ All notable changes to `lua-resty-ada` will be documented in this file. +## [1.1.0] - 2024-09-03 +### Added +- `url:decode` method +- `ada.decode` function +- `ada.search_encode` function +- `ada.search.encode` function +- `search:decode` method +- `search:decode_all` method +- `ada.search_decode` function +- `ada.search.decode` function +- `ada.search_decode_all` function +- `ada.search.decode_all` function +### Changed +- The `set_port` to not allow negative or positive inf or NaN +### Updated +- The CI is now executed against Ada 2.9.2 ## [1.0.1] - 2024-08-20 ### Removed - The unnecessary `:is_valid` was removed (the URL is validated when parsed) - ### Added - Explicitly free Ada URL object on invalid URLs diff --git a/docs/classes/search.html b/docs/classes/search.html index f055de7..5d32c1f 100644 --- a/docs/classes/search.html +++ b/docs/classes/search.html @@ -34,6 +34,7 @@

resty.ada

Contents