Skip to content

Releases: mjolnirjs/stated-bean

v0.8.5

02 Feb 07:11
Compare
Choose a tag to compare

0.8.5 (2020-02-02)

  • feat: @Props field update via setter method

v0.8.4

02 Feb 07:02
Compare
Choose a tag to compare

0.8.4 (2019-11-26)

Bug Fixes

  • 🐛 ts type check fail when class has constructor with param (#132) (94faaef)

v0.8.3

02 Feb 07:02
Compare
Choose a tag to compare

0.8.3 (2019-11-21)

  • fix: factory stated bean's metadata

v0.8.2

02 Feb 07:01
Compare
Choose a tag to compare

0.8.2 (2019-10-16)

Bug Fixes

  • 🐛 bean object is not correctly gc after component unmount (81847a1)

Release 0.8.1

15 Oct 02:04
Compare
Choose a tag to compare

Changes

  • feat: keep the bean alive witch provided in StatedBeanProvider
  • fix: set loading state as false before return data in @effect
  • test: add some unit test

Release 0.8.0

13 Oct 12:50
Compare
Choose a tag to compare

Features

  • singleton option in @StatedBean and useBean

Broke Changes

  • Rename PostProvided to AfterProvided

Release 0.6.0

09 Oct 12:15
55be691
Compare
Choose a tag to compare

Features

  • props observer via @Props() and @ObservableProps

Release 0.5.3

04 Oct 06:02
Compare
Choose a tag to compare

Release 0.5.3

Features

  • Be with rxjs

v0.3.0-beta

08 Sep 01:35
Compare
Choose a tag to compare

0.3.0-beta (2019-09-08)

Bug Fixes

  • deps: bump dependencies, improve build and lint usage (#54) (4253bb2)

v0.3.0-alpha

08 Sep 00:42
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release

0.3.0-alpha (2019-09-06)

Features