Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 586 Bytes

File metadata and controls

30 lines (18 loc) · 586 Bytes

Change Log of mruby uriparser

0.2.3 - 2026-05-24

  • No API changes.
  • Now libc free.
  • Setup GitHub Actions.

0.2.2 - 2026-03-08

  • Fix route_from method argument spec.

0.2.1 - 2026-03-02

  • Fill some fields in mrbgem.rake.
  • Improve test setup.
  • Improve Direnv and Guix setup.

0.2.0 - 2025-12-14

  • Added uri.path where uri is an instance of URIParser::URI.
  • Requires uriparser 0.9.9.

0.1.0 - 2025-11-09

  • Added: uri.host?, uri.dup, uri.clone, uri == other, and per-component setter instance methods.

0.0.1 - 2025-09-07

  • Initial release