Releases: krpeacock/server
Releases · krpeacock/server
Reverts async* api
What's Changed
- fixing sync methods and updating ui by @krpeacock in #11
- ci: adds conventional commit enforcement by @krpeacock in #12
- feat: path-parsing by @krpeacock in #14
- chore: removes logs by @krpeacock in #15
- feat!: switches to async* and await* handlers for performance by @krpeacock in #16
- fix!: async* apis are not compatible with later releases of moc by @krpeacock in #17
- chore: releases v2.0.0 by @krpeacock in #18
Full Changelog: v0.3.1...v2.0.0
v0.3.1
What's Changed
- updates the response signature for to enable inter-canister calls an… by @krpeacock in #6
- chore: release v0.3.0 by @krpeacock in #7
- docs: new example showing non-cached opengraph data by @krpeacock in #9
- chore: bump deps, release 0.3.1 by @krpeacock in #10
Full Changelog: v0.2.2...v0.3.1
v0.2.2
What's Changed
- fixing bug with missing path type by @krpeacock in #4
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
Includes asset canister support! A working example of this lives at https://github.com/krpeacock/server/blob/main/examples/http_greet/src/http_greet/main.mo
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Set up
mo-testby @rvanasa in #1 - Adding tests by @krpeacock in #2
- updating examples and docs with Http types exported from server by @krpeacock in #3
New Contributors
- @rvanasa made their first contribution in #1
- @krpeacock made their first contribution in #2
Full Changelog: https://github.com/krpeacock/server/commits/v0.1.1