Releases: aaronpowell/webpack-golang-wasm-async-loader
Releases · aaronpowell/webpack-golang-wasm-async-loader
Release 0.4.1
- 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
- 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
Release 0.3.2
Helps when your error handling is looking at the error argument to the callback...
Changes:
- 6fe89a9 testing 2fa
This list of changes was auto generated.
Release 0.3.1
Helps when your error handling is looking at the error argument to the callback...
Changes:
- 200235d version bump
This list of changes was auto generated.
Release 0.3.0
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
- 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
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
Changes:
- 4f82d3a Bumping version to test build/release
- 4c58b5a Added some new features
- 9cf05cc Adding an example
- 3028acf Adding package.json to publish output
- a863850 was looking for the wrong artifact
- f92f48f adding a node engine
- 9367df9 tweaking badges
- 104cf89 badges on the readme
- e6c5570 Set up CI with Azure Pipelines
- da7596e ahh whitespace
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.