Skip to content

Releases: sultan99/holycow

v1.2.0

26 Feb 15:20
a9938e2
Compare
Choose a tag to compare

Feature

๐Ÿ—ƒ๏ธ Context state

v1.1.2

06 Feb 23:03
4835254
Compare
Choose a tag to compare

v1.1.1

26 Feb 13:58
Compare
Choose a tag to compare

v1.1.0

30 Oct 10:53
Compare
Choose a tag to compare

Feature

๐Ÿ“ข Signal Events

v1.0.0

27 Oct 17:18
Compare
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
Compare
Choose a tag to compare

Chore

  • Update packages
  • Remove Lerna

v0.1.0

15 Apr 19:54
Compare
Choose a tag to compare

Features

  • ๐Ÿง  Greedy rendering
  • ๐Ÿงฎ Computed values with hook nesting
  • ๐ŸŽฌ Actions
  • ๐Ÿ—ฟ Static variables
  • ๐Ÿคน Selectors
  • ๐Ÿ“Ž Strongly typed with TypeScript.