Releases: ngyn-rs/ngyn
ngyn_macros@0.2.6
What's Changed
- feat: add feature flag for tide platform engine by @elcharitas in #43
- fix: use less ambiguous name by @elcharitas in #44
- chore: move engine traits to shared by @elcharitas in #45
- fix: proper error route handling by @elcharitas in #46
- chore: rename ngyn::server to ngyn::platforms by @elcharitas in #47
- chore: bump version to 0.2.5 by @elcharitas in #48
- chore(release): v0.2.5 by @elcharitas in #49
- fix: proper import paths by @elcharitas in #50
- chore(release): v0.2.6 by @elcharitas in #51
Full Changelog: https://github.com/ngyn-rs/ngyn/compare/ngyn_macros@0.2.4...ngyn_macros@0.2.6
ngyn_macros@0.2.4
What's Changed
- fix: support attrs inheritance in common macros by @elcharitas in #27
- feat: add support for route specific gates by @elcharitas in #26
- fix: further macro improvements by @elcharitas in #28
- chore: update vercel example by @elcharitas in #29
- fix: use ureq in weather api sample by @elcharitas in #30
- chore: cleanup install scripts by @elcharitas in #31
- chore: clean unused code or parts by @elcharitas in #32
- feat: proper response handling by @elcharitas in #33
- fix: handle uncaught clippy and test issues by @elcharitas in #34
- chore(bump): ngyn_macros@v0.2.1 -> ngyn_macros@v0.2.2 by @elcharitas in #35
- chore(bump): ngyn@0.2.0 -> ngyn@0.2.1 by @elcharitas in #36
- fix: sub crates readme symlinks by @elcharitas in #37
- fix: update response values in vercel engine by @elcharitas in #38
- chore: bump versions to 0.2.2 by @elcharitas in #39
- fix: status/set_status fixes by @elcharitas in #40
- chore: bump version to 0.2.4 by @elcharitas in #41
- chore(release): v0.2.4 by @elcharitas in #42
Full Changelog: https://github.com/ngyn-rs/ngyn/compare/ngyn_macros@0.2.0...ngyn_macros@0.2.4
ngyn@0.2.6
What's Changed
- feat: add feature flag for tide platform engine by @elcharitas in #43
- fix: use less ambiguous name by @elcharitas in #44
- chore: move engine traits to shared by @elcharitas in #45
- fix: proper error route handling by @elcharitas in #46
- chore: rename ngyn::server to ngyn::platforms by @elcharitas in #47
- chore: bump version to 0.2.5 by @elcharitas in #48
- fix: proper import paths by @elcharitas in #50
Full Changelog: https://github.com/ngyn-rs/ngyn/compare/ngyn@0.2.4...ngyn@0.2.6
ngyn@0.2.4
What's Changed
- fix: support attrs inheritance in common macros by @elcharitas in #27
- feat: add support for route specific gates by @elcharitas in #26
- fix: further macro improvements by @elcharitas in #28
- chore: update vercel example by @elcharitas in #29
- fix: use ureq in weather api sample by @elcharitas in #30
- chore: cleanup install scripts by @elcharitas in #31
- chore: clean unused code or parts by @elcharitas in #32
- feat: proper response handling by @elcharitas in #33
- fix: handle uncaught clippy and test issues by @elcharitas in #34
- chore(bump): ngyn_macros@v0.2.1 -> ngyn_macros@v0.2.2 by @elcharitas in #35
- chore(bump): ngyn@0.2.0 -> ngyn@0.2.1 by @elcharitas in #36
- fix: sub crates readme symlinks by @elcharitas in #37
- fix: update response values in vercel engine by @elcharitas in #38
- chore: bump versions to 0.2.2 by @elcharitas in #39
- fix: status/set_status fixes by @elcharitas in #40
- chore: bump version to 0.2.4 by @elcharitas in #41
- chore(release): v0.2.4 by @elcharitas in #42
Full Changelog: https://github.com/ngyn-rs/ngyn/compare/ngyn@0.2.0...ngyn@0.2.4
ngyn_shared@0.2.0
What's Changed
- chore: do not allow dead code by @elcharitas in #6
- chore: stabilize formats + repo url by @elcharitas in #7
- fix: broken server doc tests by @elcharitas in #8
- fix: address all clippy errors by @elcharitas in #9
- fix: temp clean out all macro tests by @elcharitas in #10
- feat: add support for async routes by @elcharitas in #11
- feat: add more http methods support to engine by @elcharitas in #12
- feat: add support for module interop by @elcharitas in #13
- chore: add sample weather app by @elcharitas in #14
- chore: lean out macro outputs by @elcharitas in #15
- chore: add deployment support for basic app by @elcharitas in #17
- feat: add support for release workflow by @elcharitas in #16
- chore: revamp weather api using reqwest + tokio by @elcharitas in #18
- chore: update readme information by @elcharitas in #20
- fix: ngyn version in basic app by @elcharitas in #21
- chore: bump crates version number by @elcharitas in #22
- fix: basic app deployment by @elcharitas in #23
- feat: add support for vercel service by @elcharitas in #24
- feat: add support for gates and middlewares by @elcharitas in #19
- chore(release): v0.2.0 by @elcharitas in #25
Full Changelog: https://github.com/ngyn-rs/ngyn/compare/0.0.2...ngyn_shared@0.2.0
ngyn_macros@0.2.0
What's Changed
- fix: basic app deployment by @elcharitas in #23
- feat: add support for vercel service by @elcharitas in #24
- feat: add support for gates and middlewares by @elcharitas in #19
Full Changelog: https://github.com/ngyn-rs/ngyn/compare/ngyn@0.1.0...ngyn_macros@0.2.0
ngyn@0.2.0
What's Changed
- chore: do not allow dead code by @elcharitas in #6
- chore: stabilize formats + repo url by @elcharitas in #7
- fix: broken server doc tests by @elcharitas in #8
- fix: address all clippy errors by @elcharitas in #9
- fix: temp clean out all macro tests by @elcharitas in #10
- feat: add support for async routes by @elcharitas in #11
- feat: add more http methods support to engine by @elcharitas in #12
- feat: add support for module interop by @elcharitas in #13
- chore: add sample weather app by @elcharitas in #14
- chore: lean out macro outputs by @elcharitas in #15
- chore: add deployment support for basic app by @elcharitas in #17
- feat: add support for release workflow by @elcharitas in #16
- chore: revamp weather api using reqwest + tokio by @elcharitas in #18
- chore: update readme information by @elcharitas in #20
- fix: ngyn version in basic app by @elcharitas in #21
- chore: bump crates version number by @elcharitas in #22
- fix: basic app deployment by @elcharitas in #23
- feat: add support for vercel service by @elcharitas in #24
- feat: add support for gates and middlewares by @elcharitas in #19
- chore(release): v0.2.0 by @elcharitas in #25
Full Changelog: https://github.com/ngyn-rs/ngyn/compare/0.0.2...ngyn@0.2.0
ngyn_shared@0.1.0
What's Changed
- chore: add http specific methods to server by @elcharitas in #1
- feat: support multiple http methods by @elcharitas in #2
- chore: Rename to ngyn by @elcharitas in #4
- chore: do not allow dead code by @elcharitas in #6
- chore: stabilize formats + repo url by @elcharitas in #7
- fix: broken server doc tests by @elcharitas in #8
- fix: address all clippy errors by @elcharitas in #9
- fix: temp clean out all macro tests by @elcharitas in #10
- feat: add support for async routes by @elcharitas in #11
- feat: add more http methods support to engine by @elcharitas in #12
- feat: add support for module interop by @elcharitas in #13
- chore: add sample weather app by @elcharitas in #14
- chore: lean out macro outputs by @elcharitas in #15
- chore: add deployment support for basic app by @elcharitas in #17
- feat: add support for release workflow by @elcharitas in #16
- chore: revamp weather api using reqwest + tokio by @elcharitas in #18
- chore: update readme information by @elcharitas in #20
- fix: ngyn version in basic app by @elcharitas in #21
- chore: bump crates version number by @elcharitas in #22
Full Changelog: https://github.com/ngyn-rs/ngyn/commits/ngyn_shared@0.1.0
ngyn_macros@0.1.0
What's Changed
- chore: add http specific methods to server by @elcharitas in #1
- feat: support multiple http methods by @elcharitas in #2
- chore: Rename to ngyn by @elcharitas in #4
- chore: do not allow dead code by @elcharitas in #6
- chore: stabilize formats + repo url by @elcharitas in #7
- fix: broken server doc tests by @elcharitas in #8
- fix: address all clippy errors by @elcharitas in #9
- fix: temp clean out all macro tests by @elcharitas in #10
- feat: add support for async routes by @elcharitas in #11
- feat: add more http methods support to engine by @elcharitas in #12
- feat: add support for module interop by @elcharitas in #13
- chore: add sample weather app by @elcharitas in #14
- chore: lean out macro outputs by @elcharitas in #15
- chore: add deployment support for basic app by @elcharitas in #17
- feat: add support for release workflow by @elcharitas in #16
- chore: revamp weather api using reqwest + tokio by @elcharitas in #18
- chore: update readme information by @elcharitas in #20
- fix: ngyn version in basic app by @elcharitas in #21
- chore: bump crates version number by @elcharitas in #22
Full Changelog: https://github.com/ngyn-rs/ngyn/commits/ngyn_macro@0.1.0
ngyn@0.1.0
What's Changed
- chore: add http specific methods to server by @elcharitas in #1
- feat: support multiple http methods by @elcharitas in #2
- chore: Rename to ngyn by @elcharitas in #4
- chore: do not allow dead code by @elcharitas in #6
- chore: stabilize formats + repo url by @elcharitas in #7
- fix: broken server doc tests by @elcharitas in #8
- fix: address all clippy errors by @elcharitas in #9
- fix: temp clean out all macro tests by @elcharitas in #10
- feat: add support for async routes by @elcharitas in #11
- feat: add more http methods support to engine by @elcharitas in #12
- feat: add support for module interop by @elcharitas in #13
- chore: add sample weather app by @elcharitas in #14
- chore: lean out macro outputs by @elcharitas in #15
- chore: add deployment support for basic app by @elcharitas in #17
- feat: add support for release workflow by @elcharitas in #16
- chore: revamp weather api using reqwest + tokio by @elcharitas in #18
- chore: update readme information by @elcharitas in #20
- fix: ngyn version in basic app by @elcharitas in #21
- chore: bump crates version number by @elcharitas in #22
Full Changelog: https://github.com/ngyn-rs/ngyn/commits/ngyn@0.1.0