Commit Graph

31 Commits

Author SHA1 Message Date
97a6031d32 updating to version 1.4.6 2022-11-05 22:22:06 +01:00
Martin Karkowski
881456b2ca # 1.4.4
- Modified:
    - Renamed the decorator `exportFunctionAsNopeService` -> `exportAsNopeService` and the Interface `IexportFunctionAsNopeServiceParameters` -> `IexportAsNopeServiceParameters`
    - `NopeInstanceManager` and `GenericWrapper`: Now receives a factory to generate the a `NopeEventEmitter`:
      - This affects a lot packages.
    - `NopeModule`:
      - renamed `listFunctions` to `listMethods`
      - renamed `functions` is now called `methods`
      - The Description format is being updated (`functions` is now called `methods`)
  - Fixes:
    - `NopeModule`:
      - Now disposes Emitters as Properties as well
      - `getIdentifierOf` checks event emitters as well now.
    - `GenericWrapper`:
      - Now automatically registers emitters as well.
  - Added:
    -  `NopeModule`: Added the method `listEvents` (to show the available Emitters registered as Properties.)
2022-10-29 07:52:14 +02:00
Martin Karkowski
3463f0f89f autoformat code 2022-08-03 13:18:26 +02:00
46b0a49241 fixing switch-cases and arrow-functions, that they can be parsed 2022-07-25 07:36:40 +02:00
ab6085a7e3 small fixes for the imports 2022-06-22 20:10:53 +02:00
2cd0ff596f Using deepEqual in observables. 2022-02-01 12:59:27 +01:00
03b38f7f66 fixing docu 2022-01-28 14:38:33 +01:00
35bf6f9e54 fixing minor issues 2022-01-21 16:17:40 +01:00
79d2656f87 zwischen stand 2022-01-10 07:52:05 +01:00
bcd490bd3d Updating Interfaces, and rpc manager and writing nope-core 2022-01-07 18:12:08 +01:00
Martin Karkowski
223b72be79 running formater 2021-12-04 08:25:26 +01:00
Martin Karkowski
9f44b24161 Updating lib 2021-11-12 08:57:03 +01:00
Martin Karkowski
596bdcd7c8 Adding loggers 2021-10-18 08:00:35 +02:00
f073782035 Adding index files for library 2021-08-30 06:40:28 +02:00
Martin Karkowski
9a9f235e8b Updating to version 0.9.7 2021-08-17 17:52:46 +02:00
Martin Karkowski
6e51504beb Updating Base-Element. Adding AGV 2021-05-04 16:51:27 +02:00
Martin Karkowski
20d8d313f0 Fixing Bridge 2021-04-20 20:49:15 +02:00
Martin Karkowski
3f3df1d499 Adapting mode for generic modules 2020-12-30 19:54:15 +01:00
martin
aa9d9d58e6 removing logs 2020-12-04 20:13:53 +01:00
Martin Karkowski
18cd765020 changing logger, fixing beckhoff, adding eslint ... 2020-12-04 19:10:33 +01:00
Martin Karkowski
b359adaf56 fixing formats 2020-11-24 15:14:56 +01:00
Martin Karkowski
a5b82ebb9e adding mqtt 2020-11-15 20:11:25 +01:00
Martin Karkowski
bbcaec5850 Fixing analyzer.
Fixing Communicators,
Fixing Package Loaders,
writing CLIs
2020-11-11 17:08:11 +01:00
Martin Karkowski
cf31d2595e fixing import 2020-11-09 09:46:06 +01:00
martin
b0a4cc349b adding open-api-parser 2020-11-09 07:42:24 +01:00
Martin Karkowski
ca30b55c9b Moving Files and adding Comments 2020-11-06 09:10:30 +01:00
Martin Karkowski
cee75456ed Fixing decorator 2020-11-05 18:02:29 +01:00
Martin Karkowski
9abc0f7d7d Adding Timeouts and cancellation. 2020-11-04 17:33:36 +01:00
Martin Karkowski
fe55fdf973 Fixing Issues with properties 2020-10-13 18:22:04 +02:00
Martin Karkowski
3c12bd6f43 Merging interfaces and adding type 2020-10-13 15:18:25 +02:00
Martin Karkowski
4cc715125a Helper Files to Describe a Module 2020-10-12 18:13:10 +02:00