Skip to content

Releases: effector/patronum

v2.2.0

26 Jan 15:28
9dc00f5
Compare
Choose a tag to compare

🚀 Features

v2.1.2

26 Jan 15:11
d28b802
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix incorrect types of @@trigger in interval since Effector 23 #322 (@igorkamyshev)

v2.1.1

15 Dec 12:36
d76a3f6
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix status type, it's return StoreWritable (PR #316)
  • Fix snapshot type, it's return StoreWritable (PR #308)

v2.1.0

15 Dec 12:10
Compare
Choose a tag to compare

🚀 Features

  • Add new method previous for getting previous value of store
  • Add shorthands for common methods:
debounce(clock, 100)
delay(clock, 100)
throttle(clock, 100)
time(clock)
status(fx)
pending([fx1, fx2])
inFlight([fx1, fx2])
combineEvents([event1, event2])
spread({foo: $foo, bar: $bar})

v2.0.0 danainae

28 Nov 09:01
9731c2d
Compare
Choose a tag to compare

Improvements

  • Fixed errors in public types
  • Improved debounce implementation

Breaking changes

  • Minimal supported version of effector is 23

Pull request for release

v1.20.0

11 Oct 05:34
547117f
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

  • fix: replace "in" with "hasOwnProperty" in reshape's for in #296 (@velialiev)

v1.19.2

12 Sep 12:42
9776334
Compare
Choose a tag to compare

🐛 Bug Fixes

v1.19.1

22 Jul 13:43
f439c04
Compare
Choose a tag to compare

🐛 Bug Fixes

v1.19.0

22 Jul 10:24
eae305b
Compare
Choose a tag to compare

🚀 Features

v1.18.0

08 May 12:57
b69038a
Compare
Choose a tag to compare

🚀 Features