Releases: jyrimatti/htmx-sqlite
Releases · jyrimatti/htmx-sqlite
v1.9.2
v1.9.1
v1.9.0
Changes:
- Removed hx-sql attribute. Now SQL is written inside hx-get/hx-post/hx-put/hx-delete attributes. No need to artifical hx-boost anymore.
- Utilizes builtin Htmx code farter. Remove a lot of copy-pasted code.
- Configuration can now be changed with hx-request instead of hx-db-config.
- Now triggers standard htmx:xhr:loadstart/htmx:xhr:loadend/htmx:xhr:progress instead of custom htmx:sql:... variants.
- evt.detail.xhr.response is now text. JSON response is available in evt.detail.xhr.responseJSON.
Please let me know if you think some of these changes were a bad move.