v1.6.0
Added
- New decorator: connect.
- New static method ReduxApp.create (same as invoking the constructor directly, meant to help avoiding lint warnings).
- withId can be used without the parenthesis.
Changed
- Marked the 'computed' decorator as experimental (requires further testing and validation).
- Set default log level to LogLevel.Warn.
- Remove some verbose log messages.
Fix
- Avoid invoking getters unnecessarily when probing for Component methods.
- Improve updateState logic. Array handling logic in specific.
- Improve pre-loaded state handling.