Releases: winglang/winglibs
Releases · winglang/winglibs
websockets v0.3.0
fix(websockets): unable to send messages to clients (#115) Now that each `cloud.Function` executes in it's own process, it is impossible to use a global WebSockets server to send messages. Instead, starts a small local http server that sends the messages across process boundaries.
vite v0.1.1
vite-v0.1.1 chore(vite): add violet color to vite custom resource (#113)
ngrok v0.0.3
ngrok-v0.0.3 chore(ngrok): update version (#112)
github v0.0.6
fix: updates for wing 0.61.0 (#119) Fixes to address changes to stringable in wing 0.61.0 Canary was failing: https://github.com/winglang/winglibs/actions/runs/8255038538
fifoqueue v0.0.4
chore: update fifo-queue version (#120) I forgot to update this one in my last PR
containers v0.0.22
fix: updates for wing 0.61.0 (#119) Fixes to address changes to stringable in wing 0.61.0 Canary was failing: https://github.com/winglang/winglibs/actions/runs/8255038538
budget v0.1.0
feat: bring `budget` (#102) * budget lib * remove my email * added clarification * small fixes * add dummy sim * fix * change the order * create the lib with the script * add peerDependencies * change the name of the class to Alert * update todo --------- Co-authored-by: Elad Ben-Israel <[email protected]>
vite v0.1.0
vite-v0.1.0 chore(vite): update version to 0.1.0 (#107)
vite v0.0.5
vite-v0.0.5 fix(vite): trigger new version for cloud.Endpoint feature (#103)
websockets v0.2.3
websockets-v0.2.3 chore: update websockets version (#101)