Skip to content

Releases: bungle/lua-resty-ada

1.1.0

03 Sep 12:59
v1.1.0
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v1.0.1...v1.1.0

1.0.1

20 Aug 18:28
v1.0.1
Compare
Choose a tag to compare

What's Changed

Removed

  • The unnecessary :is_valid was removed (the URL is validated when parsed)

Added

  • Explicitly free Ada URL object on invalid URLs

Full Changelog: v1.0.0...v1.0.1

1.0.0

08 Aug 19:52
v1.0.0
4b3b129
Compare
Choose a tag to compare

Summary

Initial, but complete, implementation of LuaJIT FFI bindings to Ada

New Contributors

  • @gszr made their first contribution in #2

Full Changelog: https://github.com/bungle/lua-resty-ada/commits/v1.0.0