Skip to content

Releases: yeapjs/yeap

v1.2.0

29 Oct 11:23
Compare
Choose a tag to compare

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

10 Sep 18:29
Compare
Choose a tag to compare

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

07 Aug 18:39
Compare
Choose a tag to compare

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

28 Jun 16:33
Compare
Choose a tag to compare

Creation and publishing of yeap on npm

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