Skip to content

Releases: dy/sprae

v2.8.0

13 Jan 19:55
@dy dy

Choose a tag to compare

  • Generic event modifiers
  • Key event modifiers
  • Mutable arrays in store

Full Changelog: v2.7.1...v2.8.0

v2.7.1

11 Jan 02:38
@dy dy

Choose a tag to compare

  • Add :key attribute for caching :each
  • Make directive teardowns
  • Make :if, :with, :each primary attributes
  • Resprae runs batch update

Full Changelog: v2.5.5...v2.7.1

v2.5.0

29 Dec 04:08
@dy dy

Choose a tag to compare

  • Reintroduce reworked optimized prototype-based :with

v2.4.0

28 Dec 17:41
@dy dy

Choose a tag to compare

  • Event ranges: :onfocus..onblur instead of dash - that allows custom event names
  • Better error message for :onevt

v2.3.0

26 Dec 11:07
@dy dy

Choose a tag to compare

  • Streamlined internal update flow
  • More transparent state: removed :with directive, less shadowing
  • Removed element-props in favor of direct updates
  • Getters turn into computed
  • :ref exposes elements into state
  • Fixed events sequence