Skip to content

Commit

Permalink
modgen 2.3.0 / vscode 2.3.0 / js 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JabX committed Dec 12, 2024
1 parent d51c93a commit de8e9c8
Show file tree
Hide file tree
Showing 18 changed files with 29 additions and 17 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Changelogs des modules :
- [`sql`](./TopModel.Generator.Sql/CHANGELOG.md)
- [`translation`](./TopModel.Generator.Translation/CHANGELOG.md)

## 2.3.0

- [`d51c93a`](https://github.com/klee-contrib/topmodel/commit/d51c93a867dbcb5bf9b9d79c816f0ad2bfc0b3a6) - `className` sur association (fix [#374](https://github.com/klee-contrib/topmodel/issues/374))
- [`5107614`](https://github.com/klee-contrib/topmodel/commit/5107614fb6c33b0c2155effa02c75fdb0efd77a3) - [Core] Warning ordre des paramètres d'endpoint qui inclus aussi les multiparts
- [`4037be2`](https://github.com/klee-contrib/topmodel/commit/4037be206bd5304cc62e64530205e96b3dc03b8e) - [Core/JS] Fix "strictIfUppercase" manquant sur camel/pascal case des noms de propriétés

C'est peut être un petit breaking change parce que les noms de propriétés entièrement en majusucules sont désormais bien convertis dans la casse du langage cible (PascalCase / camelCase). Si vous avez besoin de conserver la vraie casse dans le fichier de modèle, vous pouvez toujours utiliser `preservePropertyCasing` sur la classe.

## 2.2.0

- [`992239c`](https://github.com/klee-contrib/topmodel/commit/992239c91f90e058e0ea45615e61a34b575100ad) - net6.0/8.0 => net8.0/9.0
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 @@ -9,7 +9,7 @@

<PropertyGroup>
<PackageOutputPath>../.nupkg</PackageOutputPath>
<Version>2.1.3</Version>
<Version>2.3.0</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 @@ -9,7 +9,7 @@

<PropertyGroup>
<PackageOutputPath>../.nupkg</PackageOutputPath>
<Version>2.2.0</Version>
<Version>2.3.0</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Authors>JabX;gideruette</Authors>
<Description>Librarie de base pour écrire un générateur TopModel.</Description>
Expand Down
4 changes: 4 additions & 0 deletions TopModel.Generator.Javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.5

- [`4037be2`]([Core/JS] Fix "strictIfUppercase" manquant sur camel/pascal case des noms de propriétés) - [Core/JS] Fix "strictIfUppercase" manquant sur camel/pascal case des noms de propriétés

## 1.1.4

- [`437fc7b`](https://github.com/klee-contrib/topmodel/commit/437fc7b20114047d51f6b5100f3214f483920324) - [JS] Support de {module} (et {lang}) dans modelRootPath et resourceRootPath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<PropertyGroup>
<PackageOutputPath>../.nupkg</PackageOutputPath>
<Version>1.1.4</Version>
<Version>1.1.5</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Authors>JabX;gideruette</Authors>
<Description>Générateurs JS/TS pour 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>2.2.1</Version>
<Version>2.3.0</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 @@ -9,7 +9,7 @@

<PropertyGroup>
<PackageOutputPath>../.nupkg</PackageOutputPath>
<Version>2.1.1</Version>
<Version>2.3.0</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": "2.2.2",
"version": "2.3.0",
"engines": {
"vscode": "^1.84.1"
},
Expand Down
2 changes: 1 addition & 1 deletion samples/generators/open-api/tmdgen.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.7.0
version: 1.8.0
generatedFiles:
- ./Petstore/Model.tmd
- ./Petstore/Pet.tmd
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: 2.2.1
version: 2.3.0
custom:
../../../TopModel.Generator.Javascript: 2532588a5ca4f3312ebc30f105cc84fc
generatedFiles:
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: 2.2.1
version: 2.3.0
custom:
../../../TopModel.Generator.Csharp: 57fcb123d42c6d59101f3423aa29cf52
generatedFiles:
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: 2.2.1
version: 2.3.0
custom:
../../../TopModel.Generator.Javascript: 2532588a5ca4f3312ebc30f105cc84fc
generatedFiles:
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: 2.2.1
version: 2.3.0
custom:
../../../TopModel.Generator.Jpa: c1823ff1ce1599f37c6ea9200092846c
generatedFiles:
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: 2.2.1
version: 2.3.0
custom:
../../../TopModel.Generator.Sql: 6c49105633a94d33dc5f26d6fece3a43
generatedFiles:
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: 2.2.1
version: 2.3.0
custom:
../../../TopModel.Generator.Php: 8029e36a5806c385b25b725c2e00ecdc
generatedFiles:
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: 2.2.1
version: 2.3.0
custom:
../../../TopModel.Generator.Sql: 6c49105633a94d33dc5f26d6fece3a43
generatedFiles:
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: 2.2.1
version: 2.3.0
custom:
../../../TopModel.Generator.Translation: 9f15a161c1cd09a554e17eb18f624495
generatedFiles:
Expand Down

0 comments on commit de8e9c8

Please sign in to comment.