nope/lib/cli
Martin Karkowski d240840d4e # 1.3.5
- reverting 1.3.3
  - Added:
    - `helpers/stringMethods`: Added the function `varifyString`
  - Modified:
    - `dispatcher/instanceManager/InstanceManager`: Adapting the name of the instance to use a valid instance name.
    - `dispatcher/rpcManager/rpcManager`: Adapting the name of the service to use a valid service name.
    - `cli/runNopeBackend`: Adapting the name of the service to use a valid service name.

# 1.3.6
  - Added:
    - `cli/runNopeBackend`: Added the a helper to add varify the `name`. (see modifications in `dispatcher/InstanceManager/InstanceManager`, `dispatcher/RpcManager/NopeRpcManager`)
  - Modified:
    - `helpers/stringMethods`: added function `union` and `difference`.
    - `helpers/setMethods`: added function `varifyString`.
    - `types/nope/nopeDispatcher.interface`: Added option `forceUsingValidVarNames`
  - Fixes:
    - `types/nope/nopeInstanceManager.interface`: Fixed the typing of `getInstancesOfType` and `createInstance`

# 1.3.7
  - Fixes:
    - `helpers/mapMethods`: Fixing `tranformMap`. Now correctly assigning `onlyValidProps`
2022-08-23 09:50:45 +02:00
..
cli.ts fixing issues and adding comments 2022-01-18 08:01:50 +01:00
createService.ts Adapting Arrow-Functions 2022-07-23 07:34:38 +02:00
generateDefaultConfig.ts Adapting Arrow-Functions 2022-07-23 07:34:38 +02:00
generateDefaultPackageConfig.ts Adapting Arrow-Functions 2022-07-23 07:34:38 +02:00
generateFolderStructure.ts Fixing to update stuff to the library 2022-01-17 18:53:06 +01:00
ioServer.ts running formater 2021-12-04 08:25:26 +01:00
ioServerService.ts fixing switch-cases and arrow-functions, that they can be parsed 2022-07-25 07:36:40 +02:00
nope.ts fixing switch-cases and arrow-functions, that they can be parsed 2022-07-25 07:36:40 +02:00
renderNope.ts adding new cli helper. this cli helper is unified 2021-01-21 08:38:44 +01:00
repl.ts # 1.0.26 2022-03-21 13:45:08 +01:00
runNopeBackend.ts # 1.3.5 2022-08-23 09:50:45 +02:00