Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

redux-app

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-app - npm Package Versions

134

1.8.0

Diff

Changelog

Source

1.8.0 - 2017-11-16

Added

  • Component inheritance.
  • Return value from noDispatch methods.
  • More informative errors and warnings.
  • Check out the new real world example in the examples project.

Changed

  • Npm package only contains the source and dist files.
  • Update docs.

Fixed

  • Fix computed properties that are based on connected values.
  • Fix reduction of arrays of objects when the array is initially undefined.
alonrbar
published 1.7.2 •

Changelog

Source

1.7.2 - 2017-11-08

Added

  • Expose and document the convertToPlainObject global option.

Changed

  • Use wepback's ModuleConcatenationPlugin to reduce library footprint and increase loading efficiency.
alonrbar
published 1.7.1 •

Changelog

Source

1.7.1 - 2017-11-05

Fixed

  • Fix time travel.
  • Fix and shorten some log messages.
alonrbar
published 1.7.0 •

Changelog

Source

1.7.0 - 2017-11-04

Added

  • Connection of components inside the app tree is now stable.
  • The computed decorator is now stable.
  • Can use the computed decorator on non-components (although must still be used inside the app tree).

Changed

  • Connected components sources are persisted only in the ReduxApp tree (and not in the store).
  • Computed values are persisted only in the ReduxApp tree (and not in the store).
  • Internal code organization changes.

Fixed

  • Fix potential collision of connected components with IDs.
alonrbar
published 1.6.0 •

Changelog

Source

1.6.0 - 2017-10-31

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.

Fixed

  • Avoid invoking getters unnecessarily when probing for Component methods.
  • Improve updateState logic. Array handling logic in specific.
  • Improve pre-loaded state handling.
alonrbar
published 1.5.2 •

Changelog

Source

1.5.2 - 2017-10-25

Changed

  • Updated type definitions (d.ts file).
  • Updated package exports (index.ts).
alonrbar
published 1.5.1 •

Changelog

Source

1.5.1 - 2017-10-25

Added

  • New decorator: computed.
  • New utility function: isInstanceOf.
  • New global option: emitClassNames.
  • Handle pre-loaded state.

Changed

  • When updating state do not remove component properties that exists on the state but are undefined.
  • The updateState option is now an app level option instead of a component level option.
  • Throw if component method is invoked with non-component as 'this'.
  • Verbose logs are emitted using console.debug instead of console.log.

Fixed

  • Major refactor to the library's internals that address several issues. The primary issues were:
    1. All patched methods were store on the same Component prototype. This would mean that two different classes having a method with the same name will dispatch the same action.
    2. Updates to components nested inside regular objects were not applied correctly.
alonrbar
published 1.5.0 •

alonrbar
published 1.4.2 •

alonrbar
published 1.4.1 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc