Skip to content

Commit

Permalink
chore: Release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ktutnik committed Jun 28, 2021
1 parent 6a18218 commit 31e9b4a
Show file tree
Hide file tree
Showing 26 changed files with 182 additions and 32 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/plumier/plumier/compare/v1.0.2...v1.0.3) (2021-06-28)


### Bug Fixes

* Cache class parser to speed up class introspection ([#970](https://github.com/plumier/plumier/issues/970)) ([aca5751](https://github.com/plumier/plumier/commit/aca5751382bb81bf264df5fbc7dc27df15943874))
* Custom validator not being executed on relation property due to conflict with converters ([#977](https://github.com/plumier/plumier/issues/977)) ([af94bc7](https://github.com/plumier/plumier/commit/af94bc7d38c999dfd3c1509b34185e3384eed858))
* Fix duplicate entity policy name on route analysis ([#990](https://github.com/plumier/plumier/issues/990)) ([6a18218](https://github.com/plumier/plumier/commit/6a182186de06555adcb4d7864d177ee8a4df9413))
* Fix entity policy analysis messages on missing entity provider ([#964](https://github.com/plumier/plumier/issues/964)) ([5ac4867](https://github.com/plumier/plumier/commit/5ac48676d2c1e0834c86b2c96642b2dd0ad11cac))
* Fix issue when override Open API Tags on first class entity and first class entity relation ([#988](https://github.com/plumier/plumier/issues/988)) ([3aa2337](https://github.com/plumier/plumier/commit/3aa23377209e8678f7d52e53b3b2196f8d719c2d))
* Fix TypeORM helper error on OneToMany relation without inverse property configuration ([#974](https://github.com/plumier/plumier/issues/974)) ([c06c017](https://github.com/plumier/plumier/commit/c06c01756a7c3d54919bf2ceb913d739b1a1841c))
* Open API spec, array relation and inverse relation should be manually set readonly/writeonly ([#983](https://github.com/plumier/plumier/issues/983)) ([7684287](https://github.com/plumier/plumier/commit/7684287798adf24924fb327b82b009f1f7e7713a))
* Proper error message on TypeORM generic controller factory with corss reference entity issue ([#984](https://github.com/plumier/plumier/issues/984)) ([e1d725a](https://github.com/plumier/plumier/commit/e1d725a20031673de8774b6555ef61a5178c44be))
* TypeORM many to many relation property without inverse property doesn't reflected as relation ([#982](https://github.com/plumier/plumier/issues/982)) ([d2de509](https://github.com/plumier/plumier/commit/d2de509dcfccbf52ac2ee35b47a04da099d2a86a))
* Unable to cleanly disable authorization (writeonly and readonly) on property ([#976](https://github.com/plumier/plumier/issues/976)) ([bcd544b](https://github.com/plumier/plumier/commit/bcd544b68e2c6a6a9f5c9e33a54f8098b4b06d65))


### Reverts

* Revert relation property readonly/writeonly on first class entity ([#966](https://github.com/plumier/plumier/issues/966)) ([bac445e](https://github.com/plumier/plumier/commit/bac445e8acee4c72e2c4096f74b6341549d80373))





## [1.0.2](https://github.com/plumier/plumier/compare/v1.0.0...v1.0.2) (2021-06-06)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/*"
],
"useWorkspaces": true,
"version": "1.0.2",
"version": "1.0.3",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
15 changes: 15 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/plumier/plumier/compare/v1.0.2...v1.0.3) (2021-06-28)


### Bug Fixes

* Custom validator not being executed on relation property due to conflict with converters ([#977](https://github.com/plumier/plumier/issues/977)) ([af94bc7](https://github.com/plumier/plumier/commit/af94bc7d38c999dfd3c1509b34185e3384eed858))
* Fix duplicate entity policy name on route analysis ([#990](https://github.com/plumier/plumier/issues/990)) ([6a18218](https://github.com/plumier/plumier/commit/6a182186de06555adcb4d7864d177ee8a4df9413))
* Fix entity policy analysis messages on missing entity provider ([#964](https://github.com/plumier/plumier/issues/964)) ([5ac4867](https://github.com/plumier/plumier/commit/5ac48676d2c1e0834c86b2c96642b2dd0ad11cac))
* Fix issue when override Open API Tags on first class entity and first class entity relation ([#988](https://github.com/plumier/plumier/issues/988)) ([3aa2337](https://github.com/plumier/plumier/commit/3aa23377209e8678f7d52e53b3b2196f8d719c2d))
* Unable to cleanly disable authorization (writeonly and readonly) on property ([#976](https://github.com/plumier/plumier/issues/976)) ([bcd544b](https://github.com/plumier/plumier/commit/bcd544b68e2c6a6a9f5c9e33a54f8098b4b06d65))





## [1.0.2](https://github.com/plumier/plumier/compare/v1.0.0...v1.0.2) (2021-06-06)


Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumier/core",
"version": "1.0.2",
"version": "1.0.3",
"description": "Delightful Node.js Rest Framework",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -20,8 +20,8 @@
"author": "Ketut Sandiarsa",
"license": "MIT",
"dependencies": {
"@plumier/reflect": "^1.0.2",
"@plumier/validator": "^1.0.2",
"@plumier/reflect": "^1.0.3",
"@plumier/validator": "^1.0.3",
"@types/debug": "^4.1.5",
"@types/glob": "^7.1.3",
"chalk": "^4.1.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/generic-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/plumier/plumier/compare/v1.0.2...v1.0.3) (2021-06-28)


### Bug Fixes

* Fix issue when override Open API Tags on first class entity and first class entity relation ([#988](https://github.com/plumier/plumier/issues/988)) ([3aa2337](https://github.com/plumier/plumier/commit/3aa23377209e8678f7d52e53b3b2196f8d719c2d))





## [1.0.2](https://github.com/plumier/plumier/compare/v1.0.0...v1.0.2) (2021-06-06)


Expand Down
6 changes: 3 additions & 3 deletions packages/generic-controller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumier/generic-controller",
"version": "1.0.2",
"version": "1.0.3",
"description": "Plumier generic controller implementation",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -20,8 +20,8 @@
"author": "Ketut Sandiarsa",
"license": "MIT",
"dependencies": {
"@plumier/core": "^1.0.2",
"@plumier/query-parser": "^1.0.2"
"@plumier/core": "^1.0.3",
"@plumier/query-parser": "^1.0.3"
},
"devDependencies": {
"cpy-cli": "^3.1.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/jwt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/plumier/plumier/compare/v1.0.2...v1.0.3) (2021-06-28)

**Note:** Version bump only for package @plumier/jwt





## [1.0.2](https://github.com/plumier/plumier/compare/v1.0.0...v1.0.2) (2021-06-06)


Expand Down
6 changes: 3 additions & 3 deletions packages/jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumier/jwt",
"version": "1.0.2",
"version": "1.0.3",
"description": "Plumier authorization module using JWT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -11,8 +11,8 @@
"author": "Ketut Sandiarsa",
"license": "MIT",
"dependencies": {
"@plumier/core": "^1.0.2",
"@plumier/query-parser": "^1.0.2",
"@plumier/core": "^1.0.3",
"@plumier/query-parser": "^1.0.3",
"koa-jwt": "^4.0.1"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/mongoose/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/plumier/plumier/compare/v1.0.2...v1.0.3) (2021-06-28)


### Reverts

* Revert relation property readonly/writeonly on first class entity ([#966](https://github.com/plumier/plumier/issues/966)) ([bac445e](https://github.com/plumier/plumier/commit/bac445e8acee4c72e2c4096f74b6341549d80373))





## [1.0.2](https://github.com/plumier/plumier/compare/v1.0.0...v1.0.2) (2021-06-06)


Expand Down
6 changes: 3 additions & 3 deletions packages/mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumier/mongoose",
"version": "1.0.2",
"version": "1.0.3",
"description": "Mongoose with decorator based configuration",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -15,8 +15,8 @@
"author": "Ketut Sandiarsa",
"license": "MIT",
"dependencies": {
"@plumier/core": "^1.0.2",
"@plumier/generic-controller": "^1.0.2",
"@plumier/core": "^1.0.3",
"@plumier/generic-controller": "^1.0.3",
"@types/pluralize": "^0.0.29",
"chalk": "^4.1.1",
"mongoose": "^5.12.12",
Expand Down
8 changes: 8 additions & 0 deletions packages/plumier/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/plumier/plumier/compare/v1.0.2...v1.0.3) (2021-06-28)

**Note:** Version bump only for package plumier





## [1.0.2](https://github.com/plumier/plumier/compare/v1.0.0...v1.0.2) (2021-06-06)


Expand Down
6 changes: 3 additions & 3 deletions packages/plumier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plumier",
"version": "1.0.2",
"version": "1.0.3",
"description": "Delightful Node.js Rest Framework",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -19,8 +19,8 @@
"license": "MIT",
"dependencies": {
"@koa/cors": "^3.1.0",
"@plumier/core": "^1.0.2",
"@plumier/generic-controller": "^1.0.2",
"@plumier/core": "^1.0.3",
"@plumier/generic-controller": "^1.0.3",
"@types/bytes": "^3.1.0",
"@types/koa": "^2.13.3",
"@types/koa__cors": "^3.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/query-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/plumier/plumier/compare/v1.0.2...v1.0.3) (2021-06-28)

**Note:** Version bump only for package @plumier/query-parser





## [1.0.2](https://github.com/plumier/plumier/compare/v1.0.0...v1.0.2) (2021-06-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/query-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumier/query-parser",
"version": "1.0.2",
"version": "1.0.3",
"description": "Plumier testing modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"author": "Ketut Sandiarsa",
"license": "MIT",
"dependencies": {
"@plumier/core": "^1.0.2",
"@plumier/core": "^1.0.3",
"@types/nearley": "^2.11.1",
"nearley": "^2.20.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/reflect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/plumier/plumier/compare/v1.0.2...v1.0.3) (2021-06-28)


### Bug Fixes

* Cache class parser to speed up class introspection ([#970](https://github.com/plumier/plumier/issues/970)) ([aca5751](https://github.com/plumier/plumier/commit/aca5751382bb81bf264df5fbc7dc27df15943874))





## [1.0.2](https://github.com/plumier/plumier/compare/v1.0.0...v1.0.2) (2021-06-06)

**Note:** Version bump only for package @plumier/reflect
Expand Down
2 changes: 1 addition & 1 deletion packages/reflect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumier/reflect",
"version": "1.0.2",
"version": "1.0.3",
"description": "Plumier reflection module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/serve-static/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/plumier/plumier/compare/v1.0.2...v1.0.3) (2021-06-28)

**Note:** Version bump only for package @plumier/serve-static





## [1.0.2](https://github.com/plumier/plumier/compare/v1.0.0...v1.0.2) (2021-06-06)

**Note:** Version bump only for package @plumier/serve-static
Expand Down
4 changes: 2 additions & 2 deletions packages/serve-static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumier/serve-static",
"version": "1.0.2",
"version": "1.0.3",
"description": "Serve static file for Plumier",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"author": "Ketut Sandiarsa",
"license": "MIT",
"dependencies": {
"@plumier/core": "^1.0.2",
"@plumier/core": "^1.0.3",
"@types/koa-send": "^4.1.2",
"@types/mime-types": "2.1.0",
"koa-send": "^5.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/social-login/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/plumier/plumier/compare/v1.0.2...v1.0.3) (2021-06-28)

**Note:** Version bump only for package @plumier/social-login





## [1.0.2](https://github.com/plumier/plumier/compare/v1.0.0...v1.0.2) (2021-06-06)

**Note:** Version bump only for package @plumier/social-login
Expand Down
4 changes: 2 additions & 2 deletions packages/social-login/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumier/social-login",
"version": "1.0.2",
"version": "1.0.3",
"description": "OAuth module for Plumier",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -10,7 +10,7 @@
"author": "Ketut Sandiarsa",
"license": "MIT",
"dependencies": {
"@plumier/core": "^1.0.2",
"@plumier/core": "^1.0.3",
"@types/csrf": "^3.1.0",
"@types/debug": "^4.1.5",
"axios": "0.21.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/swagger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.3](https://github.com/plumier/plumier/compare/v1.0.2...v1.0.3) (2021-06-28)


### Bug Fixes

* Open API spec, array relation and inverse relation should be manually set readonly/writeonly ([#983](https://github.com/plumier/plumier/issues/983)) ([7684287](https://github.com/plumier/plumier/commit/7684287798adf24924fb327b82b009f1f7e7713a))





## [1.0.2](https://github.com/plumier/plumier/compare/v1.0.0...v1.0.2) (2021-06-06)


Expand Down
8 changes: 4 additions & 4 deletions packages/swagger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plumier/swagger",
"version": "1.0.2",
"version": "1.0.3",
"description": "Swagger and Open API 3 module for Plumier",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,9 +12,9 @@
"author": "Ketut Sandiarsa",
"license": "MIT",
"dependencies": {
"@plumier/core": "^1.0.2",
"@plumier/generic-controller": "^1.0.2",
"@plumier/serve-static": "^1.0.2",
"@plumier/core": "^1.0.3",
"@plumier/generic-controller": "^1.0.3",
"@plumier/serve-static": "^1.0.3",
"@types/ejs": "^3.0.6",
"@types/swagger-ui-dist": "^3.30.0",
"ejs": "^3.1.6",
Expand Down

0 comments on commit 31e9b4a

Please sign in to comment.