v1.10.2
Added
- New schema option:
actionNamespaceSeparator. - Update
computedvalues only if they are not deeply equal (using lodash.isEqual).
Controlled via theReduxApp.options.computed.deepComparisonoption.
Changed
- Lock dependencies versions.
Removed
- Remove the unused
inheritMethodsschema option.
Fixed
- Global
SchemaOptionshandling.