Skip to content

Releases: nihil-pro/kr-observable

3.0.10

07 Jul 18:42
72992bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.8...3.0.10

3.0.8

21 Jun 11:19
bd657d9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.8

3.0.4

05 Jun 04:15
58d95fd
Compare
Choose a tag to compare

Breaking changes:
As of version 3.0.0, the observer has been moved to the /react subdirectory.

// Before (versions < 3.0.0)
import { observer } from 'kr-observable'
// After (versions ≥ 3.0.0)
import { observer } from 'kr-observable/react'

New:

2.0.13

18 May 07:55
60adace
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.12

2.0.0

19 Apr 08:45
4453f94
Compare
Choose a tag to compare

Performance improvement and new api

Breaking changes:
The subscribe, unsubscribe, listen and unlisten were removed from Observable instance.
The unsubscribe and unlisten were removed at all, subscribe and listen are exported as standalone functions with new api.

Performance:

A little bit faster than zustand:
(Tested locally on MacBoo Pro 2020 with M1 chip and 8GB memory)
Screenshot 2025-04-19 at 11 40 35
Screenshot 2025-04-19 at 11 40 49
Screenshot 2025-04-19 at 11 41 02

1.1.0

29 Mar 18:49
1cdcc05
Compare
Choose a tag to compare

What's Changed

  • performance improvement by @nihil-pro in #29

  • Change the ignore api

Full Changelog: 1.0.39...1.1.0

1.0.39

18 Mar 16:40
1f36538
Compare
Choose a tag to compare

Fixed computed properties in plain objects
Performance improvement

Screenshot 2025-03-18 at 19 35 10 Screenshot 2025-03-18 at 19 35 30 Screenshot 2025-03-18 at 19 35 52

What's Changed

Full Changelog: 1.0.38...1.0.39

1.0.38

14 Mar 19:28
aff1561
Compare
Choose a tag to compare

What's Changed

Performance improvement
Passing Karlovsky reactivity-test

Full Changelog: 1.0.22...1.0.38

1.0.22

15 Dec 10:12
4a487bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.16...1.0.22

1.0.16

17 Nov 19:19
05d4bb2
Compare
Choose a tag to compare

What's Changed

Made it faster
Screenshot 2024-11-16 at 21 29 26
Screenshot 2024-11-16 at 21 29 54