All Versions
4
Latest Version
Avg Release Cycle
57 days
Latest Release
2134 days ago
Changelog History
Changelog History
-
v0.3.0 Changes
March 16, 2019๐ New features
- ๐ Support for Go 1.12 and synchronous callbacks.
- Introduced
HTMLElement
. - Implemented most missing functions and properties for
Element
. Window.Open
andSetLocation
.- ๐ฆ Separate functions for loading JS and CSS files in
require
package.
๐ Fixes, tests and gelpers
- โ Added Chrome-based tests for WebSockets.
- ๐ Fix race condition on getting a dial error for WS.
- โ Added
js.Error
constructor.
-
v0.2.1 Changes
November 14, 2018๐ New features
- ๐ Support loading external JS and CSS files to DOM.
๐ Fixes and helpers
- ๐ Allow getting multiple values in a chain:
v.Get("a", "b", "c")
. - ๐ฆ Expose
Call
on the package level. - ๐ Allow any value in
Set
(similar toCall
). - Special case for getting
Object
andArray
classes. - โ Add build tags to
webrtc
package. - ๐ฆ Element constructors can be called on the package level.
- ๐ฆ Exposed
head
element.
-
v0.2.0 Changes
October 14, 2018๐ New features
- ๐ Support for promises
- ๐ Support JSON encoding and decoding of
js.Value
- ๐ Experimental WebRTC support
wasm-server
- ๐ Allow specifying apps folder
- Automatically load current exec script
- ๐ Use Go compiler from
GOROOT
๐ Fixes and helpers
- โ Add a helper for async callbacks
- WS: fix server error handling
- WS: rewrite client code
Valid
function now checks for zeroValue
-
v0.1.0 Changes
September 27, 2018๐ Initial release
- ๐ Better JS API (wrappers for
syscall/js
) - ๐ Basic DOM manipulation, styles, events
- Input elements
- SVG elements and transforms
LocalStorage
andSessionStorage
- โ
Extension APIs (tested on Chrome):
- Native Messaging
- Bookmarks
- Tabs
net
-like library for WebSockets- Tested with gRPC
wasm-server
for fast prototyping
- ๐ Better JS API (wrappers for