Skip to content

Releases: ada-url/ada

v3.2.6

17 Jul 02:15
99569f8
Compare
Choose a tag to compare

What's Changed

  • Bump github/codeql-action from 3.28.18 to 3.29.2 by @dependabot[bot] in #968
  • Bump pytest from 8.3.5 to 8.4.1 in /tools/release by @dependabot[bot] in #967
  • Add the Nim wrapper to the README by @xTrayambak in #969
  • fix(test): remove nonexistent url_pattern::to_string() call by @watilde in #971
  • fix(logging): add missing process_type ostream operator<< by @watilde in #972
  • The to_string function should be included when we log, even if testing is not enabled by @lemire in #973
  • fixing issue 970 by @lemire in #974
  • Add LoongArch64 CI by @Xiao-Tao in #975
  • LoongArch64: add lsx support by @Xiao-Tao in #976
  • Fix error with pathname by @CarlosEduR in #978
  • chore: release v3.2.6 by @github-actions[bot] in #979

New Contributors

Full Changelog: v3.2.5...v3.2.6

v3.2.5

30 Jun 23:51
a3b57b2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.4...v3.2.5

v3.2.4

28 Apr 16:17
010f7c4
Compare
Choose a tag to compare

What's Changed

  • being more restrictive with the ADA_INCLUDE_URL_PATTERN guards by @lemire in #944
  • using ranges by @lemire in #942
  • chore: release v3.2.4 by @github-actions in #945

Full Changelog: v3.2.3...v3.2.4

v3.2.3

25 Apr 00:05
5e9d511
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.2...v3.2.3

v3.2.2

30 Mar 17:25
220788b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.1...v3.2.2

v3.2.1

10 Mar 17:15
Compare
Choose a tag to compare

What's Changed

  • add missing break to avoid fallthrough by @anonrig in #915
  • chore: release v3.2.1 by @github-actions in #916

Full Changelog: v3.2.0...v3.2.1

v3.2.0

10 Mar 15:50
Compare
Choose a tag to compare

Ada now supports Unicode 16.

What's Changed

Full Changelog: v3.1.3...v3.2.0

v3.1.3

27 Feb 01:29
Compare
Choose a tag to compare

What's Changed

  • fix -Wextra related bugs by @anonrig in #893
  • chore: release v3.1.3 by @github-actions in #894

Full Changelog: v3.1.2...v3.1.3

v3.1.2

25 Feb 18:08
Compare
Choose a tag to compare

What's Changed

  • disable -Wsign-compare to comply with node.js builds by @anonrig in #891
  • chore: release v3.1.2 by @github-actions in #892

Full Changelog: v3.1.1...v3.1.2

v3.1.1

24 Feb 01:09
875f633
Compare
Choose a tag to compare

What's Changed

  • fix edge case where hash and search is empty by @anonrig in #878
  • improve urlpattern::match() performance by @anonrig in #879
  • add fail-fast: false to macos install by @anonrig in #880
  • reduce string allocations in urlpattern by @anonrig in #881
  • add const qualifier to several methods by @anonrig in #882
  • use gcc12 on s390x by @anonrig in #883
  • update wpt-updater to open different prs by @anonrig in #884
  • Update web platform tests (url) by @anonrig in #886
  • reduce string allocations in url_pattern_init::process by @anonrig in #887
  • further reduce unnecessary string copies by @anonrig in #888
  • Improve fuzzing coverage of URLPattern by @CarlosEduR in #889
  • chore: release v3.1.1 by @github-actions in #890

Full Changelog: v3.1.0...v3.1.1