Skip to content

v1.10.2

Choose a tag to compare

@alonrbar alonrbar released this 21 Dec 11:29
· 54 commits to master since this release

Added

  • New schema option: actionNamespaceSeparator.
  • Update computed values only if they are not deeply equal (using lodash.isEqual).
    Controlled via the ReduxApp.options.computed.deepComparison option.

Changed

  • Lock dependencies versions.

Removed

  • Remove the unused inheritMethods schema option.

Fixed

  • Global SchemaOptions handling.