Check Keep a Changelog for recommendations on how to structure this file.
- remove deprecated
rxNgHooks
,RxNgProps
,RxNgProp
, andRxNgPropOpt
.
- fixed first value do not pass throught to operator in
rxAsync
.
- mark deprecated for
rxNgHooks
due bad design. - mark deprecated for
RxNgProps
,RxNgProp
, andRxNgPropOpt
due bad design.
- provide
RxNgHooks
andcreateRxNgHooks
with better design. - provide
RxNgInput
andcreateRxNgInput
with better design.
- internal value of
RxNgProp
share between component
- Add
filter
option toRxNgProp
decorator. - Add
nonNullable
filter function.
- All decorators from angular/props need to call on decorating now.
rxNgProps
rename tocreateRxNgProps
to increase semantic.
- Add
RxNgProps
,RxNgProp
,rxNgProps
decorator and function to collect@Input
props to observable. - Add document for Angular section.
- All
RxNgLifeCycle
* prefix change toRxNgHook
. - Replace
Object
methods withfor
to reduce bundle size inrxStore
.
- Add
share
to source inrxAsync
to prevent multiple subscribe toObservableInput
. - Correct
Dispatch
types inrxStore
.
- update params types of
rxNgLifecyle
.
rxAsync
andrxNext
receive a observable operator function instead of RxlFactory function at second argument.
rxStore
now create a new observable in reset instead of use the same one.
- The build config for babel and rollup are now setup correctly, bundle files are working fine in module and browswer.
- Unpublish 0.0.3 to 0.0.5, due build configs are not setup properly.
- Add output.globals for iife build in rollup config.
RxlAsyncState.data
is not longer optional inrxStore
.
- Add output.globals for iife build in rollup config.
- The data property of RxlAsyncState in rxStore should not be optional
- Add cautions section in readme.
- Make rxjs as external resource and move it to peerDependencies to avoid potential types error.
- Initial release