Skip to content

Releases: aaronpowell/webpack-golang-wasm-async-loader

Release 0.4.1

11 Apr 00:53
Compare
Choose a tag to compare
  • Fixed problem where GOCACHE path wasn't absolute which Go 1.12.1 requires

Changes:

This list of changes was auto generated.

Release 0.4.0

14 Mar 02:24
Compare
Choose a tag to compare
  • Merged PR #1 to update to Go 1.12
  • Added error handling support
  • Improved examples
  • Added better support for Node.js
  • Reworked the demos to have web and node examples

Changes:

  • 3cef598 cutting a release
  • 3d1f015 toying around with different pipelines for PR and master
  • 30b57b4 Created a node.js example, some refactoring to support nodejs better
  • bd11c8b Adding WASM TypeScript definition and updating how WASM is invoked based on latest API
  • 745dc27 Adding a watcher build task
  • 5d2c332 Moving the mega script into its own file
  • df4ffa5 Updated release notes
  • 10012a6 Updating the demo app to show more samples, and the readme to reflect it
  • 14aa410 Updating RegisterValue to use interface{} not js.Value
  • 8faeb39 adding error handling
See more
  • d53bb3d ignoring the gocache
  • 1c5dae3 vscode task for building
  • ebbe431 git push origin masterMerge branch 'larcado-feature_go1.12'
  • 33fc515 New API: js.NewCallback => js.FuncOf
  • 0266007 new wasm_exec.js from release-branch.go1.12

This list of changes was auto generated.

Release 0.3.2

17 Feb 23:57
Compare
Choose a tag to compare

Helps when your error handling is looking at the error argument to the callback...

Changes:

This list of changes was auto generated.

Release 0.3.1

14 Feb 02:14
Compare
Choose a tag to compare

Helps when your error handling is looking at the error argument to the callback...

Changes:

This list of changes was auto generated.

Release 0.3.0

29 Jan 04:13
Compare
Choose a tag to compare

Helps when your error handling is looking at the error argument to the callback...

Changes:

  • 5a80919 Nuffed the callback args for error handling

This list of changes was auto generated.

Release 0.2.6

28 Jan 22:21
Compare
Choose a tag to compare
  • Trying to work around this issue in publishing releases

Changes:

  • 0945bb8 Need that package.json file after all
  • 81966b9 More attempts to get releases working
  • 2ae91a8 version bump to test release

This list of changes was auto generated.

Release 0.2.3

25 Jan 00:38
Compare
Choose a tag to compare

New in 0.2.3 (2019/01/25)

  • Issue with the artifacts generated

New in 0.2.2 (2019/01/25)

  • Adding the Release Notes file to the published artifacts

New in 0.2.1 (2019/01/25)

  • Trying to get the build/release process done a little better

New in 0.2.0 (2019/01/24)

  • Added ability to create a static value that is bound
  • Some basic error handling in JavaScript

New in 0.1.0 (2019/01/24)

  • 🎉 Initial release!
  • Created the webpack loader
  • Created the Go package

Changes:

  • a05dec2 Release notes artifact wasn't published correctly
  • 04df037 Tweaking release to include better release notes

This list of changes was auto generated.

Release 0.2.1

25 Jan 00:28
Compare
Choose a tag to compare

Changes:

See more
  • 909b556 Updating TypeScript to work properly with the bridge and the readme to reflect that
  • 16254ba removing the InitializeBridge method and instead using Go's init method
  • 878088c forgot call to js.NewCallback
  • a6a359d tweaking how the gobridge root is setup
  • 7e5b6e6 named the module wrong

This list of changes was auto generated.