Releases: ralliejs/rallie
Releases · ralliejs/rallie
v0.6.1
Added
- add mixins for @rallie/vue to support vue2
Changed
v0.6.0
- remove publicState and privateState, only remain the state
v0.5.2
- rename the unicaster to methods
- fix some bugs
v0.5.0-alpha.0
- rename the project to 'rallie'
- add the package rallie, @rallie/core, @rallie/react, @rallie/vue
v0.4.0
- rename the library to @obvious-js/core
- reactive state
- event proxy
v0.3.5
- change
ctx.loadJs
to ctx.loadScript
- change
ctx.loadCss
to ctx.loadLink
- change
ctx.fetchJs
to ctx.fetchScript
v0.3.4
- fix the bug that when loading a script without src attribute, the promise will not resolve
v0.3.3
- change the typescript definition of MiddlwareFn
v0.3.2
- change the return value of touchBus
v0.3.1
Added
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