File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 114114
115115Aaron Powell
116116
117- [ build ] : https://aaronpowell.visualstudio.com/webpack-golang-wasm-async-loader/_apis/build/status/aaronpowell.webpack-golang-wasm-async-loader?branchName=master
117+ [ build ] : https://aaronpowell.visualstudio.com/webpack-golang-wasm-async-loader/_apis/build/status/aaronpowell.webpack-golang-wasm-async-loader?branchName=master&label=Built%20on%20Azure%20🐱%E2%80%8D💻
118118[ build-url ] : https://aaronpowell.visualstudio.com/webpack-golang-wasm-async-loader/_build/latest?definitionId=16?branchName=master
119119
120120[ npm ] : https://img.shields.io/npm/v/golang-wasm-async-loader.svg
Original file line number Diff line number Diff line change 1+ ## New in 0.2.1 (2019/01/25)
2+
3+ * Trying to get the build/release process done a little better
4+
5+ ## New in 0.2.0 (2019/01/24)
6+
7+ * Added ability to create a static value that is bound
8+ * Some basic error handling in JavaScript
9+
10+ ## New in 0.1.0 (2019/01/24)
11+
12+ * 🎉 Initial release!
13+ * Created the webpack loader
14+ * Created the Go package
Original file line number Diff line number Diff line change 11{
22 "name" : " golang-wasm-async-loader" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " Golang WebAssembly loader for webpack that generates an async pattern for working with Go's WebAssembly output" ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
7- "test" : " echo \" Error: no test specified\" && exit 1" ,
87 "build" : " tsc"
98 },
109 "keywords" : [
You can’t perform that action at this time.
0 commit comments