Skip to content

Latest commit

 

History

History
255 lines (122 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

255 lines (122 loc) · 11.1 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.9.2 (2020-07-24)

0.9.1 (2020-04-14)

Features

0.9.0 (2020-03-07)

0.8.6 (2020-02-11)

Bug Fixes

0.8.5 (2020-02-02)

0.8.4 (2019-11-26)

Bug Fixes

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

0.8.3 (2019-11-21)

0.8.2 (2019-10-16)

Bug Fixes

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

0.8.1 (2019-10-15)

0.8.0 (2019-10-13)

Features

  • 🎸 support multiple typed bean and singleton named bean (#84) (453b2f2)

0.7.0 (2019-10-11)

0.6.1 (2019-10-09)

Bug Fixes

  • 🐛 props type in UseBeanOptions (#82) (6c46b86)

0.5.1 (2019-10-02)

Features

0.5.0 (2019-09-30)

Features

0.4.0 (2019-09-26)

Bug Fixes

Features

  • hooks: remove temporary container for useBean (6ba9207)
  • bean provider (d2510f5)

0.3.1-beta.1 (2019-09-09)

Bug Fixes

  • types: remove unnecessary internal flag (83a0e26)

0.3.1-beta (2019-09-09)

Bug Fixes

  • build: build ts targetting es5 by default, remove browser field (73d54b2)

0.3.0-beta (2019-09-08)

Bug Fixes

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

0.3.0-alpha (2019-09-06)

Features

0.2.0 (2019-09-05)

0.2.0-alpha.3 (2019-09-02)

0.2.0-alpha.2 (2019-09-02)

0.2.0-alpha.1 (2019-09-01)

0.2.0-alpha (2019-09-01)

Features

  • core: new api useBean & useInject (#45) (3a1ce82)

0.1.5-beta (2019-08-31)

Bug Fixes

  • toString method for EffectContext (8c9d0fd)

Features

  • core: supports named stated bean (3c1a0bd)

0.1.4-beta.1 (2019-08-30)

Bug Fixes

  • core: effect event emit (7437c70)

0.1.4-beta (2019-08-29)

Features

  • core: create temporary with action callback (#42) (eac838c)

0.1.3-beta (2019-08-26)

Features

0.1.2-RC.4 (2019-08-26)

Bug Fixes

  • use the type as the identity in storage (#39) (c3c4025)

0.1.2-RC.3 (2019-08-26)

Bug Fixes

  • core: preserve enum StatedBeanScope in build (#36) (d7ae4b4)

0.1.2-RC.2 (2019-08-24)

Bug Fixes

  • core: set changed value immediately (#35) (fc4566d)

0.1.2-RC.1 (2019-08-22)

Bug Fixes

  • event: timing of event subscribe (08fc419)

0.1.2-RC (2019-08-22)

0.1.2-alpha.2 (2019-08-19)

Bug Fixes

  • new container for REQUEST scope (8697e6c)

0.1.2-alpha.1 (2019-08-17)

0.1.1-alpha.3 (2019-08-16)

Bug Fixes

  • workaround for descriptor undefined (596b1b6)

0.1.1-alpha.2 (2019-08-15)

Features

  • core: add stated field inited and changed interceptor (6534f5f)
  • core: support for creating interceptor from BeanFactory (0d00a3e)
  • use parcel instead of webpack, integrate with CI and ESLint (#20) (aedba0b)

0.1.0-RC (2019-08-13)

Bug Fixes

  • event: emit function parameter type (b45db16)
  • useContainer parameter type (645cff1)

Features

  • BeanFactory: set global default bean factory on the StatedBeanContainer static field DEFAULT_B (52c4a6a)
  • BeanFactory: update 'create' to 'get' (a16111a)
  • decorator: Add PostProvided decorator on method which will invoke after provided (6bea469)
  • Docs: add npm version badge (4e9651c)
  • Docs: update README (508c3db)
  • Docs: update README (60763e8)
  • Docs: update README & add license (22f9921)
  • example: add todo example (f7f2f2d)
  • example: examples in code sandbox (c8973e0)
  • example: update todo example with InversifyJS (DI framework) (df6cc1a)
  • metadata: collect PostProvided metadata (b491ea0)
  • useContainer: craete container with hooks (e1b03e2)
  • create container with useContainer (656708d)

0.1.0-alpha (2019-08-10)

Bug Fixes

  • useContainer: the changed field name in emit (#4) (8157b63)

Features

  • first preview version (#2) (f943c65)
  • init repo with tsdx-react (c4e684d)
  • context: Add StatedBeanConsumer (1bda235)