Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zuriscript/signalstory
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 17.3.0
Choose a base ref
...
head repository: zuriscript/signalstory
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 17.4.0
Choose a head ref
  • 4 commits
  • 23 files changed
  • 1 contributor

Commits on Jan 29, 2024

  1. feat(plugin-history): ✨ introduce cross-store history tracking (#87)

    * feat(plugin-history): ✨ introduce cross-store history tracking
    
    This commit introduces a robust history tracking system for managing state changes in the store. The
    new `trackHistory` function provides a more advanced and efficient mechanism for recording and
    navigating through the history of state modifications. It supports global undo/redo and
    transactions.
    
    * docs(core): 📝 add new doc section for historyTracker
    
    * chore(core): 🔨 rename history spec file
    zuriscript authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    831ac40 View commit details
    Browse the repository at this point in the history
  2. refactor(core): ♻️ extract static field from HistoryTrackerBase to gl…

    …obal constants (#88)
    
    * refactor(core): ♻️ extract static field from HistoryTrackerBase to global constants
    
    acorn, which is used by agadoo, has problems with static class fields. This commit introduces
    global constants instead.
    zuriscript authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2949e78 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. docs(core): 📝 improve Readme and some docs sections (#89)

    * docs(core): 📝 improve Readme and some docs sections
    zuriscript authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    9f45656 View commit details
    Browse the repository at this point in the history
  2. chore: 🔨 release 17.4.0 (#90)

    * chore: 🔨 release 17.4.0
    zuriscript authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    752aa79 View commit details
    Browse the repository at this point in the history
Loading