v7.3.0
Breakings
- refactor(core, test): Deprecate
isRegistered
method and replace it withisActive
to use a right concept.- Deprecated
Rt.isRegistered
, useRt.isActive
instead.
- Deprecated
- refactor: Deprecate
Obj
class, and extension methodstoSignal
andtoObj
. - refactor: Update references to use
Rt
instead ofReactter
. - refactor: Update references to use
RtState
instead ofReactterState
.- Deprecate
ReactterState
, useRtState
instead. - Deprecate
ReactterStateImpl
, useRtStateImpl
instead.
- Deprecate
- refactor: Update references to use
RtHook
instead ofReactterHook
.- Deprecate
ReactterHook
, useRtHook
instead.
- Deprecate
- refactor: Update references to use
RtDependency
instead ofReactterDependency
.- Deprecate
ReactterDependency
, useRtDependency
instead. - Deprecate
ReactterDependencyNotFoundException
, useRtDependencyNotFoundException
instead.
- Deprecate
- refactor: Update references to use
RtAction
instead ofReactterAction
andRtActionCallable
instead ofReactterActionCallable
.- Deprecate
ReactterAction
, useRtAction
instead. - Deprecate
ReactterActionCallable
, useRtActionCallable
instead.
- Deprecate
- refactor: Update memo interceptors to use more descriptive names.
- Deprecate
MemoInterceptors
, useMemoMultiInterceptor
instead. - Deprecate
AsyncMemoSafe
, useMemoSafeAsyncInterceptor
instead. - Deprecate
TemporaryCacheMemo
, useMemoTemporaryCacheInterceptor
instead. - Deprecate
MemoInterceptorWrapper
, useMemoWrapperInterceptor
instead.
- Deprecate
- refactor: Update widget references to use
RtSignalWatcher
instead ofReactterWatcher
.- Deprecate
ReactterWatcher
, useRtSignalWatcher
instead.
- Deprecate
- refactor: Update references to use
RtSelector
instead ofReactterSelector
.- Deprecate
ReactterSelector
, useRtSelector
instead.
- Deprecate
- refactor: Update references to use
RtScope
instead ofReactterScope
.- Deprecate
ReactterScope
, useRtScope
instead. - Deprecate
ReactterScopeNotFoundException
, useRtScopeNotFoundException
instead.
- Deprecate
- refactor: Update references to use
RtMultiProvider
instead ofReactterProviders
.- Deprecate
ReactterProviders
, useRtMultiProvider
instead.
- Deprecate
- refactor: Update references to use
RtProvider
instead ofReactterProvider
.- Deprecated
ReactterProvider
, useRtProvider
instead.
- Deprecated
- refactor: Update references to use
RtConsumer
instead ofReactterConsumer
.- Deprecate
ReactterConsumer
, useRtConsumer
instead.
- Deprecate
- refactor: Update references to use
RtComponent
instead ofReactterComponent
.- Deprecate
ReactterComponent
, useRtComponent
instead.
- Deprecate
Enhancements
- feat(extensions): Add
id
parameter towatch
method. - feat(widgets): Add the
RtWatcher
widget. It's a experimental widget for watching state and rebuilding when the state watched changes.
Fixes
- refactor: Remove unused
id
parameter inProvideImpl
andRtScope.contextOf
.
Internal
- refactor: Rename files and classes to use consistent naming convention.
Full Changelog: v7.2.0...v7.3.0