Skip to content

Releases: yeapjs/yeap

v1.2.0

Choose a tag to compare

@hanako-eo hanako-eo released this 29 Oct 11:23

What's Changed (add)

  • Runtime loop
  • batching

Updates

  • createComputed registers all reactor calls to add them to the dependencies

Full Changelog: v1.1.2...v1.2.0

v1.1.0

Choose a tag to compare

@hanako-eo hanako-eo released this 10 Sep 18:29

What's Changed (add)

  • Errors
  • Directives
  • Event modifiers
  • Web Component attributes casting

Updates

  • unwritable properties to ReadOnlyReactor
  • createReactor and createRef can be taking functions

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@hanako-eo hanako-eo released this 07 Aug 18:39

What's Changed (add)

  • Effect
  • Computed
  • Condition
  • Async/Await
  • Mount/Unmount
  • Events
  • Context
  • Persistence
  • Component
  • Web Component

Full Changelog: v1.0.0-beta.1...v1.0.0

v1.0.0-beta

Choose a tag to compare

@hanako-eo hanako-eo released this 28 Jun 16:33

Creation and publishing of yeap on npm

  • JSX with h in yeap/web
  • Reactive variable with createReactor in yeap/app
  • Functional Component