Skip to content

v1.9.0

Compare
Choose a tag to compare
@jyrimatti jyrimatti released this 09 Oct 18:01
· 3 commits to main since this release

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.