Skip to content

Releases: ralliejs/rallie

v0.6.1

02 Dec 12:44
Compare
Choose a tag to compare

Added

  • add mixins for @rallie/vue to support vue2

Changed

  • seprate name from ctx

v0.6.0

23 Nov 10:38
Compare
Choose a tag to compare
  • remove publicState and privateState, only remain the state

v0.5.2

07 Nov 06:00
Compare
Choose a tag to compare
  • rename the unicaster to methods
  • fix some bugs

v0.5.0-alpha.0

28 Oct 14:20
Compare
Choose a tag to compare
  • rename the project to 'rallie'
  • add the package rallie, @rallie/core, @rallie/react, @rallie/vue

v0.4.0

13 Sep 12:06
Compare
Choose a tag to compare
  • rename the library to @obvious-js/core
  • reactive state
  • event proxy

v0.3.5

06 Sep 12:21
Compare
Choose a tag to compare
  • change ctx.loadJs to ctx.loadScript
  • change ctx.loadCss to ctx.loadLink
  • change ctx.fetchJs to ctx.fetchScript

v0.3.4

06 Sep 02:39
Compare
Choose a tag to compare
  • fix the bug that when loading a script without src attribute, the promise will not resolve

v0.3.3

03 Sep 15:52
Compare
Choose a tag to compare
  • change the typescript definition of MiddlwareFn

v0.3.2

03 Sep 04:03
Compare
Choose a tag to compare
  • change the return value of touchBus

v0.3.1

02 Sep 17:53
3b7552e
Compare
Choose a tag to compare

Added

  • new Api: touchBus

Changed

  • it's not neccessary any more to specify the bus's name while calling createBus and getBus
  • support to pass a object parameter while calling ctx.loadJs and ctx.loadCss