Commit Graph

7 Commits

Author SHA1 Message Date
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
dc4cc0ef50 fixing issues 2022-01-26 13:03:03 +01:00
79227d5950 Adding comments and adapting imports 2022-01-19 18:38:43 +01:00
79d2656f87 zwischen stand 2022-01-10 07:52:05 +01:00
Martin Karkowski
223b72be79 running formater 2021-12-04 08:25:26 +01:00
08007c169e Allow cors 2021-09-04 13:45:52 +02:00
f073782035 Adding index files for library 2021-08-30 06:40:28 +02:00