Skip to content

Releases: jae-jae/QueryList

V4.4.3

30 Apr 05:50
Compare
Choose a tag to compare

update GHttp

V4.4.0

28 Apr 07:37
Compare
Choose a tag to compare

Upgrade to PHP8

V4.2.8

05 Jul 06:10
39dc0ca
Compare
Choose a tag to compare
Merge pull request #143 from maxiaozhi/patch-1

Fix the matching exception

V4.2.5

03 Apr 12:32
Compare
Choose a tag to compare

Added

  • rules add attributes:
    • attr()
    • attrs()

V4.2.0

20 Mar 05:47
Compare
Choose a tag to compare

Added

  • rules add attributes:
    • texts: get the text of multiple elements
    • htmls: get the html of multiple elements
    • htmlOuter: get the element's outer html
    • htmlOuters: get the outer html of multiple elements
  • destructDocuments():destroy all documents
  • Elements class add htmlOuters() method

Changed

  • destruct(): will destroy the current object
  • range: when range is not set, the data structure returned changes
  • Elements::each(): callback function parameters changed

V4.1.0

17 Dec 04:27
Compare
Choose a tag to compare

Added

  • postJson(): Send POST JSON Request
  • multiGet(): Concurrent GET Request
  • multiPost(): Concurrent Post Request
  • pipe(): data flow pipeline method
  • Add HTTP Cache

Changed

  • Static calls are no longer in single mode

V4.0.1

06 Dec 10:52
Compare
Choose a tag to compare
  • Rewrite the entire framework
  • Have an expressive API
  • Fully composer, no longer support manual installation
  • The version of PHP must be larger than PHP7
  • More modular and easier to expand
  • Built in a powerful HTTP plug-in and code conversion plug-in
  • Have almost all the same API as the jQuery operation DOM

V3.1

28 Dec 07:50
Compare
Choose a tag to compare

use composer