nope/CHANGELOG.md

102 lines
4.2 KiB
Markdown
Raw Normal View History

2022-01-21 15:17:40 +00:00
# 1.0.12
2022-01-17 14:39:48 +00:00
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.
# 1.0.32
- Fixes:
- helpers.singleton: work with `Symbol.for` --> Can be used in different systems now.
- symbols.symbols: work with `Symbol.for` --> Can be used in different systems now.
# 1.0.33
- Modified:
- cli.runNopeBackend: added the flag "noBaseServices" to prevent providing the base-services
- communication.getLayer.nodejs/browser: adding default value for logger
- dispatcher.getDispatcher: changed option "constructorClass" to "dispatcherConstructorClass"
- helpers.limit.spec: Adapted Timings
- loader.getPackageLoader.nodejs/browser: Changed the options.
# 1.0.34
- Fixes:
- dispatchers.ConnectivityManager.ConnectivityManager: fixing isMaster- Fixed
- Modified:
- types.nope.ConnectivityManager.interface:
- INopeStatusInfo.upTime =renamed=> connectedSince
- INopeConnectivityManager added => "upTime" and "connectedSince"
- dispatchers.ConnectivityManager.ConnectivityManager:
- INopeConnectivityManager added "connectedSince" (which is expressed in the adapted Timestamp.)
- Added:
2022-04-20 12:20:48 +00:00
- dispatchers.ConnectivityManager.ConnectivityManager.spec: Added Master - Test
# 1.0.35
- Fixes:
- dispatchers.ConnectivityManager.ConnectivityManager: fixing isMaster. Now deals corecctly with multiple masters.
- Modified:
- cli.runNopeBackend: prevented io-server to be a master.
- dispatcher.getDispatcher: Adapted input to `options`. This includes all options
- dispatcher.core.NopeCore: Add flag Displising. This shows, if the dispatcher is getting disposed
- loader.getPackageLoader.browser: Adapted input to `options`. This includes all options
- loader.getPackageLoader.nodejs: Adapted input to `options`. This includes all options
- types.nope.ConnectivityManager.interface:
- INopeStatusInfo.isMasterForced: Flag if the master mode is forced
- INopeStatusInfo.isMaster: Flag if the node is a master. this could be forced or selected
- types.nope.nopeCore.interface:
- INopeCore.disposing: A Flag, that indicates, that the core is disposing.
- types.nope.nopeDispatcher.interface:
- INopeDispatcherOptions: Utilizes `INopeINopeConnectivityOptions` now.
- dispatchers.ConnectivityManager.ConnectivityManager.spec:
- Added test for forced masters.
2022-06-22 18:10:53 +00:00
- helpers.arrayMethods: Added Typings for `minOfArray`
# 1.0.36
- Fixes:
2022-06-24 05:45:01 +00:00
- Small fixes in the imports of some items in `module.BaseModule.injectable`; `module.GenericWrapper.injectable`; `helpers.descriptors` to make shure, the `nope.d.ts` for the browser is compiled.
# 1.1.0
- Added:
- Added gui defintion files in `types.ui` containing:
- rendering callback options
- base layout based helpers,
- provided libraries
- Added dev-depencies for libraries.
- added `ui.loader` a backend component to readin the ui.