nope/CHANGELOG.md
Martin Karkowski daaa0fd51a # 1.0.29
- Added:
  - helpers.limit: limitedCalls -> Functinality to limit parallel calls.

# 1.0.30
- Added:
  - helpers.limit: getLimitedOptions -> Helper to get the correspondings options
  - helpers.limit.spec: Adding test cases

# 1.0.31
- Modified:
  - helpers.singleton: Prevent using symbols, to make global version work with local version.
2022-04-06 20:50:54 +02:00

1.5 KiB

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

1.0.27

  • Fixes:
    • helpers.jsonSchemaMethods: -> renamed flatten to nested.
  • Added:
    • helpers.descriptors: -> parseFunctionToJsonSchema
    • helpers.jsonSchemaMethods: -> added flattenSchema and reduceSchema. This Function will create a nested JSON-Schema.

1.0.28

  • Fixes:
    • communication.layer.events: -> fixing receivingOwnMessages.
    • runNopeBackend -> if io-server is used, no configuration file is loaded

1.0.29

  • Added:
    • helpers.limit: limitedCalls -> Functinality to limit parallel calls.

1.0.30

  • Added:
    • helpers.limit: getLimitedOptions -> Helper to get the correspondings options
    • helpers.limit.spec: Adding test cases

1.0.31

  • Modified:
    • helpers.singleton: Prevent using symbols, to make global version work with local version.