v0.1.0
What's Changed
- add text and json methods to fetch by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/7
- add .status and .ok to response from fetch by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/6
- Add text-encoding as a part of sdk by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/8
- Add more functions to fetch and url for sdk by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/10
- add file read for static assets support by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/11
- Add examples by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/12
- Replace URL parser as older package was deprecated by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/14
- Add examples for typescript and add starter templates by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/13
- refactor SDK and add types to URL by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/21
- Add fsPromise.readdir with minimal implementation for file types by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/22
- add minimal glob and fix read_dir error by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/23
- Replace default Math.random() implementation by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/25
- feat/add_crypto.getRandomValues by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/27
- feat: incoming req parser by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/28
- Add Url parsing by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/29
- fix httprequest type so proper headers are set on responses by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/30
- eliminate
unsafeblocks inspin-js-engineby @dicej in https://github.com/fermyon/spin-js-sdk/pull/32 - switch back to upstream Shopify/javy repo by @dicej in https://github.com/fermyon/spin-js-sdk/pull/33
- fix math random to use proper implementation by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/34
- Readme and example nits by @mikkelhegn in https://github.com/fermyon/spin-js-sdk/pull/35
- feat/add_redis by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/36
- switch from vector to hashmap for headers in handleRequest by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/38
- Fix type overrides for URL and crypto by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/39
- Add utility to enable formdata parsing by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/37
- canary build artifact for spinjs by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/40
- use case-preserving
SerializerandDeserializerby @dicej in https://github.com/fermyon/spin-js-sdk/pull/42 - run cargo update by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/43
- add macos builds by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/44
- Ci/add windows build by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/45
- remove binaryen for windows by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/47
- Add Apache2 license by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/46
- Run workflow only when SDK source code is modified by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/48
- Bump loader-utils from 2.0.2 to 2.0.4 in /examples/javascript/simple_ssr by @dependabot in https://github.com/fermyon/spin-js-sdk/pull/31
- add checksum, plugin package and release action by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/49
- rename help binary by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/50
- prepare the types package for publication by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/51
- Add a readme to the npm package by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/52
- fix optional builds as earlier one was failing by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/53
- Bump types package version to add readme by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/54
- switch to published npm package by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/56
- ci: build on tags by @karthik2804 in https://github.com/fermyon/spin-js-sdk/pull/57
New Contributors
- @karthik2804 made their first contribution in https://github.com/fermyon/spin-js-sdk/pull/7
- @dicej made their first contribution in https://github.com/fermyon/spin-js-sdk/pull/32
- @mikkelhegn made their first contribution in https://github.com/fermyon/spin-js-sdk/pull/35
Full Changelog: https://github.com/fermyon/spin-js-sdk/commits/v0.1.0