summaryrefslogtreecommitdiffstatshomepage
path: root/test/attributes/hx-push-url.js
Commit message (Collapse)AuthorAge
* fix testsCarson Gross2022-07-11
|
* all for want of a p: don't blow history out on first successful cache usage :/carson2021-02-18
| | | | potentially fixes https://github.com/bigskysoftware/htmx/issues/370
* docs and tests for trigger filterscarson2020-10-17
|
* catch on history cache savecarson2020-10-13
| | | | fixes https://github.com/bigskysoftware/htmx/issues/209
* strip the request class from content before snapshotting for historycarson2020-09-22
| | | | | | includes both a logical and perf test, to make sure we perform reasonably well with large page sizes fixes https://github.com/bigskysoftware/htmx/issues/200
* fix testcarson2020-06-30
|
* Merge remote-tracking branch 'origin/dev' into devcarson2020-06-30
|\
| * Added test for when stringBen Croker2020-06-26
| |
* | Move events from `<event name>.htmx` (jQuery style) to `htmx:<event name>` ↵carson2020-06-30
|/ | | | | | (zepto style) fixes https://github.com/bigskysoftware/htmx/issues/109
* test fixcarson2020-06-17
|
* Merge branch 'dev' into json-parsechg202020-06-17
|\
| * include perf testscarson2020-06-17
| |
| * Include full path w/ variables when pushing a GETcarson2020-06-10
| | | | | | | | Fixes https://github.com/bigskysoftware/htmx/issues/58
* | Avoid throwing errors when parsing malformed JSONRobert Schroll2020-06-08
|/ | | | Instead, treat it as if no value was present.
* Fix https://github.com/bigskysoftware/htmx/issues/19carson2020-05-23
| | | | clean up uses of getRawAttribute() and add a `data-*` test for all attribute tests.
* le big re-renamecarson2020-05-17