Skip to content

Commit

Permalink
js 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JabX committed Dec 12, 2024
1 parent 437fc7b commit 2a8561d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
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.4

- [`437fc7b`](https://github.com/klee-contrib/topmodel/commit/437fc7b20114047d51f6b5100f3214f483920324) - [JS] Support de {module} (et {lang}) dans modelRootPath et resourceRootPath

## 1.1.3

- [ec2934d](https://github.com/klee-contrib/topmodel/commit/ec2934d07f8ddcc64992d0f436212e2a190d6a6f) [Angular] problème check nullité dans le cas d'un boolean en paramètre d'un endPoint Fix #418
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.3</Version>
<Version>1.1.4</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Authors>JabX;gideruette</Authors>
<Description>Générateurs JS/TS pour TopModel</Description>
Expand Down
4 changes: 2 additions & 2 deletions samples/generators/jpa/topmodel.config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@
{
"type": "string",
"description": "Mode de génération de l'API Client ('Client' ou 'Server')",
"default": "restClient",
"default": "RestClient",
"enum": [
"RrestTemplate",
"RestTemplate",
"RestClient",
"FeignClient"
]
Expand Down

0 comments on commit 2a8561d

Please sign in to comment.