All Versions
24
Latest Version
Avg Release Cycle
107 days
Latest Release
112 days ago

Changelog History
Page 1

  • v1.3.6 Changes

    February 23, 2026

    πŸ”€ Merged PR:

    • #120(@mislav) - Fix last() predicate on grouped expr.

    πŸ›  Fixed:

  • v1.3.5 Changes

    August 18, 2025

    πŸ”€ Merged PR:

    • #117(@mislavοΌ‰- fix ancestor:: axes with position predicate.

    πŸ›  Fixed:

    • #113 - (fix string() function)
  • v1.3.4 Changes

    April 05, 2025

    πŸ”€ Merged PR:

    • πŸ‘ #107(@Mrflatt) - supports Regexp feature in replace() function
    • 🐎 #111(@wjc4) - Improve getHashCode performance

    πŸ›  Fixed:

  • v1.3.3 Changes

    December 16, 2024

    πŸ›  fix non-English predicate query #106

  • v1.3.2 Changes

    October 05, 2024

    πŸ†• New Features:

    • πŸ‘Œ Supports Unicode chars for Non-English (PR #100)

    πŸ› Bug Fixed:

  • v1.3.1 Changes

    June 24, 2024
    • πŸ”€ Merged PR #97.
    • πŸ‘ Allows node-set numeric operator +, -, mod().4b4638b
    • 🚚 #98, Remove the duplicate element filter 5481aef
  • v1.3.0 Changes

    April 04, 2024
    • πŸ›  fixes #93

    πŸ†• New features:

    • 🚚 #94,Remove the duplicate element on the query result
    • πŸ†• new lower-case() function
  • v1.2.5 Changes

    October 26, 2023

    πŸ›  fix #92 , add an regular expression checker for matches() before executing it

  • v1.2.4 Changes

    February 15, 2023

    πŸ‘ PR #82 - add CompileWithNS() supports custom prefix name for the specified namespaceURL.

  • v1.2.3 Changes

    January 26, 2023

    πŸ›  fixed:

    πŸ›  fix concurrent goroutines deadlock, see antchfx/htmlquery#58

    πŸ›  fix last() function, supports in the group query and the attribute filter query. see #76,#78