Skip to content

Releases: nartc/nartc-workspace

Release: ngx-bang 1.0.0-beta.23

21 Jan 16:33
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.23 (2022-01-21)

Bug Fixes

  • bang: use Snapshot type (5c096b5)

Release: ngx-bang 1.0.0-beta.22

21 Jan 15:03
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.22 (2022-01-21)

Bug Fixes

  • bang: AsRef type should not be a StateProxy (257837c)

Release: ngx-bang 1.0.0-beta.21

21 Jan 03:30
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.21 (2022-01-21)

Bug Fixes

  • bang/async: adjust the cleanUp fn for asyncEffect (e13cea9)

Release: ngx-bang 1.0.0-beta.20

21 Jan 03:16
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.20 (2022-01-21)

Features

  • bang/async: adjust asyncEffect (029e391)
  • bang: expose CleanUpFn (41bfd7a)

Release: ngx-bang 1.0.0-beta.19

21 Jan 00:54
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.19 (2022-01-21)

Features

Release: ngx-bang 1.0.0-beta.18

20 Jan 16:25
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.18 (2022-01-20)

Bug Fixes

  • bang: remove SnapshotPipe (unncesssary) (fb52ca6)

Documentations

  • bang/async: add jsdocs for asyncActions (cbcdb79)
  • bang: add jsdocs and update readme (7d24fab)

Release: ngx-bang 1.0.0-beta.17

20 Jan 03:16
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.17 (2022-01-20)

Bug Fixes

  • bang/async: adjust asyncActions (a8f62e5)

Release: ngx-bang 1.0.0-beta.16

20 Jan 03:02
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.16 (2022-01-20)

Features

  • bang/async: add AsyncActions (84cd333)

Release: ngx-bang 1.0.0-beta.15

20 Jan 02:29
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.15 (2022-01-20)

Features

  • bang: remove State altogether (7f3f5ac)

Release: ngx-bang 1.0.0-beta.14

19 Jan 22:32
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.14 (2022-01-19)

Features

Bug Fixes

  • bang: keep track of derives in a StateProxy for dispose (83bc629)
  • bang: remove derives input from StatefulDirective (392c7cb)
  • bang: remove derives remnant from StatefulDirective (ad5680b)
  • bang: set invalidate on derived based on the original StateProxy (4bbe75d)

Documentations

  • bang: add derive state to Counter example (e7be09f)