Justin Schroeder Arrow Js Versions Save

Reactivity without the framework

1.0.0-alpha.10

2 months ago
  • Fixes bug related to calling Array.splice() with a single argument.
  • Fixes TypeScript return value for ArrowTemplate.key().

1.0.0-alpha.5

1 year ago
  • Better support for setting values on inputs, selects, and textareas dynamically.
  • Removes event listeners from DOM nodes that have been discarded.

1.0.0-alpha.4

1 year ago

Fixes a bug with keyed lists when unshifting.

1.0.0-alpha.3

1 year ago

Fixes a bug that caused unnecessary DOM patches on keyed elements.

1.0.0-alpha.2

1 year ago
  • Improved markup sanitation (#18).
  • Improved token replacement to prevent incorrectly structured tables (#17).
  • Adds reactive, watch, and html aliases.