Skip to content

Releases: sultan99/holycow

v1.2.2

30 Jan 09:23

Choose a tag to compare

release: v1.2.2

v1.2.0

26 Feb 15:20
a9938e2

Choose a tag to compare

Feature

🗃️ Context state

v1.1.2

06 Feb 23:03
4835254

Choose a tag to compare

v1.1.1

26 Feb 13:58

Choose a tag to compare

v1.1.0

30 Oct 10:53

Choose a tag to compare

Feature

📢 Signal Events

v1.0.0

27 Oct 17:18

Choose a tag to compare

Features

  • 🍃 Atomic state updates
  • 🧮 Computed values come with caching and lazy evaluation
  • 📬 Subscription to state changes
  • 🧩 Utility functions (compose, curry, pick, append, update)
  • 🎣 No external dependency, Ramda library is removed

Breaking changes

🎬 Actions

  • Actions must now be wrapped with the action function
  • New declaration interface: action(state => payload => { ... })

🧮 Computed values

  • Computed values must now be wrapped with the computed function
  • Payload from computed functions has been removed
  • New declaration interface: computed(state => ...)

v0.1.1

02 Oct 20:23

Choose a tag to compare

Chore

  • Update packages
  • Remove Lerna

v0.1.0

15 Apr 19:54

Choose a tag to compare

Features

  • 🧠 Greedy rendering
  • 🧮 Computed values with hook nesting
  • 🎬 Actions
  • 🗿 Static variables
  • 🤹 Selectors
  • 📎 Strongly typed with TypeScript.