nope/CHANGELOG.md
Martin Karkowski 39c50061dc # 1.0.26
- Fixes:
  - pub-sub-system: Fixed `_notify` and `_partialMatchingUpdate`
- Added:
  - pub-sub-system: Listeners receive now: topicOfContent (the path of the data that is extracted), topicOfChange (the path of the data that emitted teh update), topicOfSubscription (the subscription.),
  - nope repl: Added the context `nope`
2022-03-21 13:45:08 +01:00

764 B

1.0.12

Inital commit, which is working with the browser

1.0.25

  • Fixes:
    • log-to-file: is now storing the last logs as well
    • nope-package-loader: is transmitting the correct parameters.
  • Optimazations:
    • nope-package-loader: now storing elements with stringifyWithFunctions and is capable to read functions.
    • pub-sub-system: Adding partial changes of the topic structure. This speeds up the entire system.

1.0.26

  • Fixes:
    • pub-sub-system: Fixed _notify and _partialMatchingUpdate
  • Added:
    • pub-sub-system: Listeners receive now: topicOfContent (the path of the data that is extracted), topicOfChange (the path of the data that emitted teh update), topicOfSubscription (the subscription.),
    • nope repl: Added the context nope