Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ptkis/paperclip

Tags

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: prepare 0.9.1 release (paperclip-rs#533)

Signed-off-by: Tiago Castro <[email protected]>

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was signed with the committer’s verified signature.
tiagolobocastro Tiago Castro
chore: update macros crate

Signed-off-by: Tiago Castro <[email protected]>

v0.8.2

Toggle v0.8.2's commit message

Verified

This commit was signed with the committer’s verified signature.
tiagolobocastro Tiago Castro
fix(openapiv3): pin openapiv3 dep to fix breaking change

Signed-off-by: Tiago Castro <[email protected]>

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was signed with the committer’s verified signature.
tiagolobocastro Tiago Castro
chore: release 0.8.1

Signed-off-by: Tiago Castro <[email protected]>

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
tiagolobocastro Tiago Castro
chore: release 0.8.0

See CHANGELOG.md for details.

Signed-off-by: Tiago Castro <[email protected]>

v0.7.1

Toggle v0.7.1's commit message
chore: release 0.7.1

- Add support for `PATCH` methods. [PR#422](paperclip-rs#422)
- Add support for header parameters through the newly introduced `Apiv2Header` derive macro. [PR#413](paperclip-rs#413)
- Add support for [RapiDoc UI](https://mrin9.github.io/RapiDoc/index.html). [PR#420](paperclip-rs#420)
- Add example support for derived `Apiv2Schema`. [PR#421](paperclip-rs#421)
- Add ability to not generate documentation for some operations through the skip attribute on api_v2_schema macro. [PR#423](paperclip-rs#423)
- Add support for deprecated operations. [PR#424](paperclip-rs#424)

- Fix missing slash between url parts [PR#416](paperclip-rs#416)
- Properly support non-BoxBody response payload types [PR#414](paperclip-rs#414)
- Fix required fields definition when using serde flatten [PR#412](paperclip-rs#412)
- Fix reference urls not being RFC3986-compliant [PR#411](paperclip-rs#411)

v0.7.0

Toggle v0.7.0's commit message
chore: release 0.7 with actix4 support

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare release of version 0.6.1 (paperclip-rs#351)

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare release of version 0.6 (paperclip-rs#349)

v0.5.0

Toggle v0.5.0's commit message
Update book