Skip to content

Commit

Permalink
modgen 1.42.1 / vscode 1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JabX committed Dec 13, 2023
1 parent e9637ca commit 050f7b5
Show file tree
Hide file tree
Showing 26 changed files with 41 additions and 26 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# TopModel.Generator (`modgen`)

## 1.42.1

- [`b78f252`](https://github.com/klee-contrib/topmodel/commit/b78f252edc917f1b635b32fa04c1d8514e7579f4) - [C#] Fix espace en trop potentiel dans les contrôleurs au début
- [`e9637ca`](https://github.com/klee-contrib/topmodel/commit/e9637ca77996f36bd8f0c6f80ce9d165e7d3bc6f) - Fix alias dans les décorateurs rerésolus à chaque watch

## 1.42.0

- [#332](https://github.com/klee-contrib/topmodel/pull/332) - [Spring] Génération des api clientes en mode exchange
Expand Down
2 changes: 1 addition & 1 deletion TopModel.Core/TopModel.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<PropertyGroup>
<PackageOutputPath>../.nupkg</PackageOutputPath>
<Version>1.40.0</Version>
<Version>1.42.1</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Authors>JabX;gideruette</Authors>
<Description>Librairie de modélisation TopModel.</Description>
Expand Down
2 changes: 1 addition & 1 deletion TopModel.Generator.Core/TopModel.Generator.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<PropertyGroup>
<PackageOutputPath>../.nupkg</PackageOutputPath>
<Version>1.40.0</Version>
<Version>1.42.1</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Authors>JabX;gideruette</Authors>
<Description>Librarie de base pour écrire un générateur TopModel.</Description>
Expand Down
2 changes: 1 addition & 1 deletion TopModel.Generator/TopModel.Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackAsTool>true</PackAsTool>
<PackageOutputPath>../.nupkg</PackageOutputPath>
<ToolCommandName>modgen</ToolCommandName>
<Version>1.42.0</Version>
<Version>1.42.1</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Authors>JabX;gideruette</Authors>
<Description>Générateur de modèle TopModel.</Description>
Expand Down
2 changes: 1 addition & 1 deletion TopModel.Utils/TopModel.Utils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<PropertyGroup>
<PackageOutputPath>../.nupkg</PackageOutputPath>
<Version>1.40.0</Version>
<Version>1.42.1</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Authors>JabX;gideruette</Authors>
<Description>Utilitaires TopModel.</Description>
Expand Down
4 changes: 2 additions & 2 deletions TopModel.VSCode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion TopModel.VSCode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"directory": "TopModel.VSCode",
"type": "git"
},
"version": "1.40.0",
"version": "1.42.0",
"engines": {
"vscode": "^1.84.1"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![logo](./media/IconDark.svg)

# TopModel <small>1.42.0</small>
# TopModel <small>1.42.1</small>

> Modélisez en toute simplicité.
Expand Down
3 changes: 2 additions & 1 deletion samples/generators/angular/topmodel.config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,8 @@
"default": "focus",
"enum": [
"angular",
"vanilla"
"vanilla",
"nuxt"
]
},
"entityMode": {
Expand Down
3 changes: 2 additions & 1 deletion samples/generators/csharp/topmodel.config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,8 @@
"default": "focus",
"enum": [
"angular",
"vanilla"
"vanilla",
"nuxt"
]
},
"entityMode": {
Expand Down
3 changes: 2 additions & 1 deletion samples/generators/database/topmodel.config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,8 @@
"default": "focus",
"enum": [
"angular",
"vanilla"
"vanilla",
"nuxt"
]
},
"entityMode": {
Expand Down
3 changes: 2 additions & 1 deletion samples/generators/focus/topmodel.config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,8 @@
"default": "focus",
"enum": [
"angular",
"vanilla"
"vanilla",
"nuxt"
]
},
"entityMode": {
Expand Down
3 changes: 2 additions & 1 deletion samples/generators/jpa/topmodel.config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,8 @@
"default": "focus",
"enum": [
"angular",
"vanilla"
"vanilla",
"nuxt"
]
},
"entityMode": {
Expand Down
3 changes: 2 additions & 1 deletion samples/generators/open-api/topmodel.config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,8 @@
"default": "focus",
"enum": [
"angular",
"vanilla"
"vanilla",
"nuxt"
]
},
"entityMode": {
Expand Down
3 changes: 2 additions & 1 deletion samples/generators/pg/topmodel.config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,8 @@
"default": "focus",
"enum": [
"angular",
"vanilla"
"vanilla",
"nuxt"
]
},
"entityMode": {
Expand Down
3 changes: 2 additions & 1 deletion samples/generators/php/topmodel.config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,8 @@
"default": "focus",
"enum": [
"angular",
"vanilla"
"vanilla",
"nuxt"
]
},
"entityMode": {
Expand Down
3 changes: 2 additions & 1 deletion samples/generators/ssdt/topmodel.config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,8 @@
"default": "focus",
"enum": [
"angular",
"vanilla"
"vanilla",
"nuxt"
]
},
"entityMode": {
Expand Down
3 changes: 2 additions & 1 deletion samples/generators/translation/topmodel.config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,8 @@
"default": "focus",
"enum": [
"angular",
"vanilla"
"vanilla",
"nuxt"
]
},
"entityMode": {
Expand Down
2 changes: 1 addition & 1 deletion samples/model/angular.topmodel.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ATTENTION CE FICHIER EST GENERE AUTOMATIQUEMENT !
#

version: 1.42.0
version: 1.42.1
generatedFiles:
- ../generators/angular/src/appgenerated/api/securite/profil/profil.ts
- ../generators/angular/src/appgenerated/api/securite/utilisateur/utilisateur.ts
Expand Down
2 changes: 1 addition & 1 deletion samples/model/csharp.topmodel.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ATTENTION CE FICHIER EST GENERE AUTOMATIQUEMENT !
#

version: 1.42.0
version: 1.42.1
generatedFiles:
- ../generators/csharp/src/Clients/CSharp.Clients.Db/generated/CSharpDbContext.comments.cs
- ../generators/csharp/src/Clients/CSharp.Clients.Db/generated/CSharpDbContext.cs
Expand Down
2 changes: 1 addition & 1 deletion samples/model/focus.topmodel.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ATTENTION CE FICHIER EST GENERE AUTOMATIQUEMENT !
#

version: 1.42.0
version: 1.42.1
generatedFiles:
- ../generators/focus/src/locale/common.ts
- ../generators/focus/src/locale/securite.ts
Expand Down
2 changes: 1 addition & 1 deletion samples/model/jpa.topmodel.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ATTENTION CE FICHIER EST GENERE AUTOMATIQUEMENT !
#

version: 1.42.0
version: 1.42.1
generatedFiles:
- ../generators/jpa/src/main/javagen/topmodel/jpa/sample/demo/api/client/securite/profil/ProfilClient.java
- ../generators/jpa/src/main/javagen/topmodel/jpa/sample/demo/api/client/securite/utilisateur/UtilisateurClient.java
Expand Down
2 changes: 1 addition & 1 deletion samples/model/pg.topmodel.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ATTENTION CE FICHIER EST GENERE AUTOMATIQUEMENT !
#

version: 1.42.0
version: 1.42.1
generatedFiles:
- ../generators/pg/src/01_tables.sql
- ../generators/pg/src/02_fk_indexes.sql
Expand Down
2 changes: 1 addition & 1 deletion samples/model/php.topmodel.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ATTENTION CE FICHIER EST GENERE AUTOMATIQUEMENT !
#

version: 1.42.0
version: 1.42.1
generatedFiles:
- ../generators/php/src/Entity/Securite/Profil/Droit.php
- ../generators/php/src/Entity/Securite/Profil/Profil.php
Expand Down
2 changes: 1 addition & 1 deletion samples/model/ssdt.topmodel.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ATTENTION CE FICHIER EST GENERE AUTOMATIQUEMENT !
#

version: 1.42.0
version: 1.42.1
generatedFiles:
- ../generators/ssdt/src/init/DROIT.insert.sql
- ../generators/ssdt/src/init/main.sql
Expand Down
2 changes: 1 addition & 1 deletion samples/model/translation.topmodel.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ATTENTION CE FICHIER EST GENERE AUTOMATIQUEMENT !
#

version: 1.42.0
version: 1.42.1
generatedFiles:
- ../generators/translation/i18n/de_DE/out/common_de_DE.properties
- ../generators/translation/i18n/de_DE/out/securite_de_DE.properties
Expand Down

0 comments on commit 050f7b5

Please sign in to comment.