Socket
Socket
Sign inDemoInstall

resolve-scripts

Package Overview
Dependencies
912
Maintainers
3
Versions
708
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
35
71Next

0.25.8

Diff

reimagined-admin
published 0.25.7 •

reimagined-admin
published 0.25.6 •

reimagined-admin
published 0.25.5 •

reimagined-admin
published 0.25.4 •

reimagined-admin
published 0.25.3 •

reimagined-admin
published 0.25.2 •

reimagined-admin
published 0.25.1 •

reimagined-admin
published 0.25.0 •

Changelog

Source

V0.25.0

Breaking Changes

resolve-client
  • The timestamp query response field is now located in the meta object
resolve-react-hooks
  • The useViewModel hook state callback is initially invoked with the state value of the view model's Init handler and the second argument (initial) set to true. On further state changes, initial is set false.
resolve-redux
  • All action types have been moved to internal namespace, avoid using them.
  • The internal action structure has been drastically changed and further changes are to be expected. Avoid directly using this actions.
  • Custom redux saga context has changed:
    • The api object has been removed and a client object (from the resolve-client package) has been added.
  • React native support has been temporary suspended.
resolve-runtime
  • executeQuery in API handlers now returns a data object containing view or read model data and a meta object containing query meta data
resolve-scripts
  • subscribeAdapter option has been removed from config
Removed packages
  • resolve-subscribe-mqtt
  • resolve-subscribe-socket.io

Added

  • Incremental import module (packages/modules/resolve-module-incremental-import/) provides out-of-the-box api-handlers that allow you to implement incremental import in any application..

  • Eventstore incremental import API (packages/adapters/eventstore-adapters/)

    • beginIncrementalImport - begin accumulate events for incremental import
    • pushIncrementalImport - accumulate events for incremental import
    • commitIncrementalImport - commit accumulated events to eventstore
    • rollbackIncrementalImport - drop accumulated events
  • resolve-client

    • meta object in query response containing meta data
  • resolve-redux

    • New redux hook API
    • Added serializedState parameter to createStore

Changed

  • resolve-client
    • url and cursor params in the subscribe function

Removed

* This Changelog was automatically generated by github_changelog_generator

reimagined-admin
published 0.24.23 •

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc