Skip to content

Commit

Permalink
prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Manganiello committed Jul 13, 2020
1 parent 58875ec commit 4bdedff
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

# [1.1.0](https://github.com/jhipster/generator-jhipster-nodejs/tree/v1.1.0)

- Encrypt user passwords on db [issue #53](https://github.com/jhipster/generator-jhipster-nodejs/issues/53)
- jest-diff error running "npm run webpack:prod" [issue #149](https://github.com/jhipster/generator-jhipster-nodejs/issues/149)
- Docker support for mysql, mssql and postgresql [issue #137](https://github.com/jhipster/generator-jhipster-nodejs/issues/137)
- Create a nhipster command line [issue #143](https://github.com/jhipster/generator-jhipster-nodejs/issues/143)
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div align="center">
<a href="https://github.com/jhipster/generator-jhipster-nodejs">
<img width="160" height="200" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.0.2/logo-nhipster.png">
<img width="160" height="200" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.1.0/logo-nhipster.png">
</a>
</div>

Expand All @@ -30,12 +30,12 @@
> The UI is inherited from standard JHipster app client. So only backend generation changes.
> For this, a live app running is less useful than the code and the app structure shows in:
>
> - **The sample repo app with** [React client and Okta OAuth2](https://github.com/jhipster/jhipster-sample-app-nodejs-oauth2/tree/v1.0.2)
> - **The sample repo app with** [Angular client and JWT auth](https://github.com/jhipster/jhipster-sample-app-nodejs/tree/v1.0.2)
> - **The sample repo app with** [React client and Okta OAuth2](https://github.com/jhipster/jhipster-sample-app-nodejs-oauth2/tree/v1.1.0)
> - **The sample repo app with** [Angular client and JWT auth](https://github.com/jhipster/jhipster-sample-app-nodejs/tree/v1.1.0)
<div align="center">
<a href="https://github.com/jhipster/generator-jhipster-nodejs">
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.0.2/nhipster-cli-logo.png">
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.1.0/nhipster-cli-logo.png">
</a>
</div>

Expand All @@ -56,13 +56,13 @@ This project adds nodejs for your backend, **all TypeScript files generation, no
> - The app runs also as a full stack app including, for the monolitich choice, the Angular/React client with the home page set for NHipster and CRUD operations for entity generated with subgenerator and jdl import
<div align="center">
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.0.2/nhipster-cli.gif">
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.1.0/nhipster-cli.gif">
</div>

> A **previous of a jwt auth app:**
<div align="center">
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.0.2/demo-full-app.gif">
<img src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.1.0/demo-full-app.gif">
</div>

# Prerequisites
Expand Down Expand Up @@ -186,13 +186,13 @@ Thanks goes to these wonderful people:

<div align="left">
<a href="https://www.jetbrains.com/?from=generator-jhipster-nodejs">
<img width="80" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.0.2/jetbrains.png">
<img width="80" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.1.0/jetbrains.png">
</a>
<a href="https://code.visualstudio.com">
<img width="100" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.0.2/visualstudio-code.png">
<img width="100" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.1.0/visualstudio-code.png">
</a>
<a href="https://www.jhipster.tech">
<img width="160" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.0.2/jhipster-logo.png">
<img width="160" height="100" src="https://raw.githubusercontent.com/jhipster/generator-jhipster-nodejs/v1.1.0/jhipster-logo.png">
</a>
</div>

Expand Down
2 changes: 1 addition & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ To contribute for the next featues, fork the repo and open a pull request regard
- [x] e2e tests for generated project
- [x] Added service generator (jhipster spring-service _name_ command)
- [x] OAuth2 feature for Keycloack
- [x] Encrypt user password in db

## To DO for next release

- [ ] Encrypt user password in db
- [ ] Languages subgenerator support i18n: translate home page for NHipster and remove spring boot resources message
- [ ] DTOs based rest api
- [ ] Validation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-jhipster-nodejs",
"version": "1.0.2",
"version": "1.1.0",
"description": "A NodeJS blueprint that creates the backend using NodeJS with NestJS framework",
"keywords": [
"yeoman-generator",
Expand Down

0 comments on commit 4bdedff

Please sign in to comment.