Skip to content

Commit

Permalink
Merge pull request #27 from vodyani/refactor/8.x
Browse files Browse the repository at this point in the history
Refactor/8.x
  • Loading branch information
ChoGathK authored Sep 24, 2022
2 parents cdf1b35 + 642fcbd commit d89443c
Show file tree
Hide file tree
Showing 10 changed files with 393 additions and 120 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ on:

jobs:
check:
uses: vodyani/workflows/.github/workflows/pre-check.yml@master
uses: vodyani/workflows/.github/workflows/check.yml@master
with:
enable_test: false
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
## [8.1.4](https://github.com/vodyani/swagger/compare/v8.1.3...v8.1.4) (2022-09-07)


### Bug Fixes

* deps ([3fdcecf](https://github.com/vodyani/swagger/commit/3fdcecfbedfdcaf6887ce84aeede7ccde22cd5ce))

## [8.1.3](https://github.com/vodyani/swagger/compare/v8.1.2...v8.1.3) (2022-08-31)


### Bug Fixes

* add extra model ([00132e3](https://github.com/vodyani/swagger/commit/00132e3a783c36a53ec2be0366aa96d133d8fb08))

## [8.1.2](https://github.com/vodyani/swagger/compare/v8.1.1...v8.1.2) (2022-08-31)


### Bug Fixes

* remove invalid type ([673fe55](https://github.com/vodyani/swagger/commit/673fe5542cbb0b8d88aa79b7a00f125967549bbd))

## [8.1.1](https://github.com/vodyani/swagger/compare/v8.1.0...v8.1.1) (2022-08-31)


### Bug Fixes

* add form data api decorator ([bef2bf2](https://github.com/vodyani/swagger/commit/bef2bf2baea4b23aee3e664f00b212dbec6013b2))

# [8.1.0](https://github.com/vodyani/swagger/compare/v8.0.1...v8.1.0) (2022-08-30)


### Features

* add some decorators ([db41441](https://github.com/vodyani/swagger/commit/db414419ca2efdd30cf73d5ba993d5d584ff8b3b))
* integrate dynamic loading module and reconstruct working mode ([c4cbb7a](https://github.com/vodyani/swagger/commit/c4cbb7ac19bd1edb199ae8fcac301b018e154271))

# [8.1.0-beta.1](https://github.com/vodyani/swagger/compare/v8.0.1...v8.1.0-beta.1) (2022-08-30)


Expand Down
6 changes: 4 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ npm install @vodyani/swagger

## Getting started

- [使用文档 📚](https://vodyani.vercel.app/docs/other/swagger)
- [Documentation 📚](https://vodyani.vercel.app/en/docs/other/swagger)
- [使用文档 📚](https://vodyani.netlify.app/docs/other/swagger)
- [Documentation 📚](https://vodyani.netlify.app/en/docs/other/swagger)

## Questions

Expand All @@ -31,6 +31,8 @@ npm install @vodyani/swagger
|:-:|
|[ChoGathK](https://github.com/chogathK)|

![Alt](https://repobeats.axiom.co/api/embed/626cc74ad291885e9eb15d9986c2ce4977748949.svg "Repobeats analytics image")

## License

Vodyani swagger is [MIT licensed](LICENSE).
Loading

0 comments on commit d89443c

Please sign in to comment.