Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

65 lines (47 loc) · 1.79 KB

1.0.30 - 2025-01-01

  • Bug fix: use document.addEventListener for onParse events

1.0.29 - 2025-01-01

  • Added zjax.onParse config option

1.0.28 - 2024-12-30

  • Updated docs

1.0.27 - 2024-12-30

  • Improved error reporting for z-swap
  • Changed @load to use zjax:load under the hood
  • Implemented @action trigger functionality
  • Docs
  • Switched git origin to use GitHub

1.0.26 - 2024-12-30

  • Updated Readme

1.0.25 - 2024-12-30

  • ZActions are now parsing for both registered actions and inline functions
  • $() now returns target node
  • $() now works as a shortcut for document.querySelector()
  • $.all(<selector) now works as a shortcut for document.querySelectorAll()
  • $.event now returns the event object

1.0.24 - 2024-12-29

  • HTMX style attribute updates to trigger CSS transitions
  • Refactored with src modules (ESM)

1.0.23 - 2024-12-23

  • More readme fixes

1.0.22 - 2024-12-23

  • Small typo in readme

1.0.21 - 2024-12-23

  • Added support for @load trigger
  • Added docs for @load trigger

1.0.20 - 2024-12-23

  • Updated Readme to cover inner/outer response types and * special swap element specifier

1.0.19 - 2024-12-23

  • Added support for "inner" or "outer" responseType modifiers

1.0.18 - 2024-12-23

  • Added minification and included Readme and CHANGELOG in files published to npm

1.0.17 - 2024-12-22

  • Updated SemVer to also publish to NPM for me

1.0.16 - 2024-12-22

  • Testing semver script
  • Updated semver to commit/push git (but not sure if it works yet)

1.0.15 - 2024-12-22

  • Testing semver with Git

1.0.14 - 2024-12-22

  • Support added for swap selector "*" and all references to new->old nodes changed to response->target nodes.

Previous Versions

  • Built up to point of very basic z-swap functionality with debug and full docs for z-swap attribute.