-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from ngyn-rs/dev
chore: version 0.3.0
- Loading branch information
Showing
62 changed files
with
1,343 additions
and
555 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,76 @@ | |
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. | ||
|
||
- - - | ||
## 0.3.0 - 2023-12-27 | ||
### Packages | ||
- ngyn_macros locked to ngyn_macros-0.3.0 | ||
- ngyn locked to ngyn-0.3.0 | ||
- ngyn_shared locked to ngyn_shared-0.3.0 | ||
- ngyn_cli locked to ngyn_cli-0.3.0 | ||
### Global changes | ||
#### Bug Fixes | ||
- re-export common modules into prelude (#75) - (e653403) - elcharitas | ||
- improve response body peeking and conversion (#74) - (0322480) - elcharitas | ||
- make requests partially mutable (#72) - (311bf5a) - elcharitas | ||
- cog action/config (#59) - (076744a) - elcharitas | ||
- improve controller/injectable patterns (#56) - (c0314bc) - elcharitas | ||
- use optional catch all routes in vercel app (#54) - (3e52f62) - elcharitas | ||
- use less ambiguous name (#44) - (b6ef3f1) - elcharitas | ||
- status/set_status fixes (#40) - (242fc15) - elcharitas | ||
- use ureq in weather api sample (#30) - (00489b2) - elcharitas | ||
- further macro improvements (#28) - (8ef8bbc) - elcharitas | ||
- basic app deployment (#23) - (dfce88e) - elcharitas | ||
- ngyn version in basic app (#21) - (0bd8b7a) - elcharitas | ||
#### Features | ||
- controller/routes macro v2 (#70) - (16fd433) - elcharitas | ||
- improve request processing and handling (#68) - (b497899) - elcharitas | ||
- add platform macro (#67) - (f54e955) - elcharitas | ||
- support body returns to match specs (#65) - (7fc7233) - elcharitas | ||
- add feature flag for tide platform engine (#43) - (2061c37) - elcharitas | ||
- proper response handling (#33) - (cd46101) - elcharitas | ||
- add support for route specific gates (#26) - (70df61f) - elcharitas | ||
- add support for gates and middlewares (#19) - (966087e) - elcharitas | ||
- add support for vercel service (#24) - (175a06b) - elcharitas | ||
- add support for release workflow (#16) - (537eede) - elcharitas | ||
- add support for module interop (#13) - (fc75be9) - elcharitas | ||
- add more http methods support to engine (#12) - (067ce21) - elcharitas | ||
#### Miscellaneous Chores | ||
- **(bump)** [email protected] -> [email protected] (#36) - (ab3e43e) - *elcharitas* | ||
- **(bump)** [email protected] -> [email protected] (#35) - (f0ecded) - *elcharitas* | ||
- **(version)** ngyn-0.3.0 - (44af6cf) - elcharitas | ||
- **(version)** 0.2.8 - (1a3bff5) - elcharitas | ||
- update project readme - (f42ebcc) - elcharitas | ||
- add pre-bump script (#64) - (f1473d9) - elcharitas | ||
- update sample controllers - (d88166d) - elcharitas | ||
- sync cargo.toml - (bf38fc9) - elcharitas | ||
- remove more fields from cog.toml - (99e4555) - elcharitas | ||
- clean cog.toml unused configs - (c00e912) - elcharitas | ||
- Update release workflow and add cog.toml (#55) - (420e66c) - elcharitas | ||
- bump version to 0.2.7 - (19dfb6b) - elcharitas | ||
- rename body to match specs (#53) - (9cfd24a) - elcharitas | ||
- update basic_app example - (43adcbb) - elcharitas | ||
- bump version to 0.2.6 - (e016500) - elcharitas | ||
- bump version to 0.2.5 (#48) - (cf04092) - elcharitas | ||
- rename ngyn::server to ngyn::platforms (#47) - (c4eeb65) - elcharitas | ||
- bump version to 0.2.4 (#41) - (0b36fc1) - elcharitas | ||
- bump version to 0.2.3 - (b3c0c20) - elcharitas | ||
- bump versions to 0.2.2 (#39) - (452d3f6) - elcharitas | ||
- update cargo.lock - (67602ce) - elcharitas | ||
- cleanup install scripts (#31) - (7b516e4) - elcharitas | ||
- update vercel example (#29) - (c9ec76e) - elcharitas | ||
- disable windows test suite - (5e82a06) - elcharitas | ||
- bump crates version - (ada1c92) - elcharitas | ||
- bump crates version number (#22) - (d55b86a) - elcharitas | ||
- update readme information (#20) - (138a66f) - elcharitas | ||
- revamp weather api using reqwest + tokio (#18) - (db501df) - elcharitas | ||
- add docker file (#17) - (46ab603) - elcharitas | ||
- lean out macro outputs (#15) - (a944f92) - elcharitas | ||
- add sample weather app (#14) - (3da0030) - elcharitas | ||
- stabilize formats + repo url (#7) - (c9b1088) - elcharitas | ||
- do not allow dead code (#6) - (a7471b9) - elcharitas | ||
|
||
- - - | ||
|
||
## 0.2.8 - 2023-11-26 | ||
### Packages | ||
- ngyn_shared locked to ngyn_shared-0.2.8 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. | ||
|
||
- - - | ||
## ngyn_cli-0.3.0 - 2023-12-27 | ||
#### Features | ||
- **(structure)** use crates to contain all crates - (647e4b7) - elcharitas | ||
#### Miscellaneous Chores | ||
- Rename to ngyn (#4) - (c81adc9) - elcharitas | ||
|
||
- - - | ||
|
||
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,61 @@ | |
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. | ||
|
||
- - - | ||
## ngyn-0.3.0 - 2023-12-27 | ||
#### Bug Fixes | ||
- re-export common modules into prelude (#75) - (e653403) - elcharitas | ||
- improve response body peeking and conversion (#74) - (0322480) - elcharitas | ||
- make requests partially mutable (#72) - (311bf5a) - elcharitas | ||
- await response update in vercel platform (#52) - (905bbdc) - elcharitas | ||
- proper import paths (#50) - (6496470) - elcharitas | ||
- proper error route handling (#46) - (82a1241) - elcharitas | ||
- use less ambiguous name (#44) - (b6ef3f1) - elcharitas | ||
- status/set_status fixes (#40) - (242fc15) - elcharitas | ||
- update response values in vercel engine (#38) - (274e0e0) - elcharitas | ||
- readme symlinking final fix - (5559c5b) - elcharitas | ||
- sub crates readme symlinks (#37) - (0922eb3) - elcharitas | ||
- handle uncaught clippy and test issues (#34) - (6d5ae62) - elcharitas | ||
- use ureq in weather api sample (#30) - (00489b2) - elcharitas | ||
- further macro improvements (#28) - (8ef8bbc) - elcharitas | ||
- address all clippy errors (#9) - (68f7c6e) - elcharitas | ||
- broken server doc tests (#8) - (3304537) - elcharitas | ||
#### Features | ||
- **(structure)** use crates to contain all crates - (647e4b7) - elcharitas | ||
- extend response body (#69) - (476ec43) - elcharitas | ||
- improve request processing and handling (#68) - (b497899) - elcharitas | ||
- add platform macro (#67) - (f54e955) - elcharitas | ||
- support body returns to match specs (#65) - (7fc7233) - elcharitas | ||
- add feature flag for tide platform engine (#43) - (2061c37) - elcharitas | ||
- proper response handling (#33) - (cd46101) - elcharitas | ||
- add support for gates and middlewares (#19) - (966087e) - elcharitas | ||
- add support for vercel service (#24) - (175a06b) - elcharitas | ||
- add more http methods support to engine (#12) - (067ce21) - elcharitas | ||
- add support for async routes (#11) - (e5cdc19) - elcharitas | ||
- support multiple http methods (#2) - (3f6c8bb) - elcharitas | ||
#### Miscellaneous Chores | ||
- **(bump)** [email protected] -> [email protected] (#36) - (ab3e43e) - *elcharitas* | ||
- **(bump)** [email protected] -> [email protected] (#35) - (f0ecded) - *elcharitas* | ||
- **(version)** ngyn-0.2.8 - (2aa9005) - elcharitas | ||
- clean out NgynResponse::new - (48a88f6) - elcharitas | ||
- add pre-bump script (#64) - (f1473d9) - elcharitas | ||
- sync cargo.toml - (bf38fc9) - elcharitas | ||
- bump version to 0.2.7 - (19dfb6b) - elcharitas | ||
- rename body to match specs (#53) - (9cfd24a) - elcharitas | ||
- bump version to 0.2.6 - (e016500) - elcharitas | ||
- bump version to 0.2.5 (#48) - (cf04092) - elcharitas | ||
- rename ngyn::server to ngyn::platforms (#47) - (c4eeb65) - elcharitas | ||
- move engine traits to shared (#45) - (5484665) - elcharitas | ||
- bump version to 0.2.4 (#41) - (0b36fc1) - elcharitas | ||
- bump version to 0.2.3 - (b3c0c20) - elcharitas | ||
- bump versions to 0.2.2 (#39) - (452d3f6) - elcharitas | ||
- bump crates version - (ada1c92) - elcharitas | ||
- bump crates version number (#22) - (d55b86a) - elcharitas | ||
- revamp weather api using reqwest + tokio (#18) - (db501df) - elcharitas | ||
- Rename to ngyn (#4) - (c81adc9) - elcharitas | ||
- add http specific methods to server (#1) - (a8ee7ec) - elcharitas | ||
|
||
- - - | ||
|
||
## ngyn-0.2.8 - 2023-11-26 | ||
|
||
- - - | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.