fixing version

This commit is contained in:
Martin Karkowski 2022-07-02 11:30:34 +02:00
parent 20112adbe5
commit 6eaeeb760e

View File

@ -107,7 +107,7 @@ Inital commit, which is working with the browser
- Modified: - Modified:
- Modified `addAllBaseServices` now includes some options, which can be used to determine the specific service to load. - Modified `addAllBaseServices` now includes some options, which can be used to determine the specific service to load.
# 1.1.2 # 1.2.0
- Added: - Added:
- `lib/cli/nope` adding scan for ui service - `lib/cli/nope` adding scan for ui service
- `lib/decorators/container`: Main Container, holding all `methods` and `classes`. Use `getCentralDecoratedContainer()` to get this decorator. - `lib/decorators/container`: Main Container, holding all `methods` and `classes`. Use `getCentralDecoratedContainer()` to get this decorator.
@ -117,7 +117,6 @@ Inital commit, which is working with the browser
- `ui/helpers.browser`: Created `convertInstanceRenderPage` and `IUiDefinition` - `ui/helpers.browser`: Created `convertInstanceRenderPage` and `IUiDefinition`
- `ui/helpers.nodejs`: Added a Helper to write the Ui-File (`writeUiFile`) and parse its arguments (`readInwriteUiFileArgs`) - `ui/helpers.nodejs`: Added a Helper to write the Ui-File (`writeUiFile`) and parse its arguments (`readInwriteUiFileArgs`)
- `ui/index.*`: Crated the corresponding exports. - `ui/index.*`: Crated the corresponding exports.
- Modified: - Modified:
- `lib/decorators/*` Adding the main `container` where every function, service method etc is added. All decorators now safe the decorated elements in the container. - `lib/decorators/*` Adding the main `container` where every function, service method etc is added. All decorators now safe the decorated elements in the container.
- `helpers/json`: Adding `BEGIN_STR` and `END_STR` for parsing functions as constants. - `helpers/json`: Adding `BEGIN_STR` and `END_STR` for parsing functions as constants.
@ -131,6 +130,5 @@ Inital commit, which is working with the browser
- `lib/index.browser`: Exporting `ui` elements - `lib/index.browser`: Exporting `ui` elements
- `lib/index.nodejs`: Exporting `ui` elements - `lib/index.nodejs`: Exporting `ui` elements
- `lib/types/index`: Exporting `ui` elements - `lib/types/index`: Exporting `ui` elements
- Fixes: - Fixes:
- `types/nope/nopeInstanceManager.interface`: Fixing Type of createInstance. Now the Type `I` extends `INopeModule` instead of being set to `IGenericNopeModule` - `types/nope/nopeInstanceManager.interface`: Fixing Type of createInstance. Now the Type `I` extends `INopeModule` instead of being set to `IGenericNopeModule`