dom v0.3.0 Release Notes

Release Date: 2019-03-16 // about 5 years ago
  • ๐Ÿ†• New features

    • ๐Ÿ‘Œ Support for Go 1.12 and synchronous callbacks.
    • Introduced HTMLElement.
    • Implemented most missing functions and properties for Element.
    • Window.Open and SetLocation.
    • ๐Ÿ“ฆ 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.

Previous changes from v0.2.1

  • ๐Ÿ†• 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 to Call).
    • Special case for getting Object and Array classes.
    • โž• Add build tags to webrtc package.
    • ๐Ÿ“ฆ Element constructors can be called on the package level.
    • ๐Ÿ”ฆ Exposed head element.