PackageTrack

Go modules · #2622

github.com/dennwc/dom

v0.3.0dennwc/dom

Release timeline

10 releases since 2018
2020202220242026

Releases

  1. v0.3.1-0.20190527140551-5d591340e88527 May 2019pre-release

    Nothing published for this version

  2. v0.3.1-0.20190316185519-9fbd0226924516 Mar 2019pre-release

    Nothing published for this version

  3. v0.3.08 Mar 2019
    Release notes

    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.
    Open source →
  4. v0.2.2-0.20190308181223-8ccb4f24fd8d8 Mar 2019pre-release

    Nothing published for this version

  5. v0.2.2-0.20190302174028-2afd4c1f4cf72 Mar 2019pre-release

    Nothing published for this version

  6. v0.2.118 Oct 2018
    Release notes

    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.
    Open source →
  7. v0.2.012 Oct 2018
    Release notes

    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 zero Value
    Open source →
  8. v0.1.027 Sept 2018
    Release notes

    Initial release

    • Better JS API (wrappers for syscall/js)
    • Basic DOM manipulation, styles, events
    • Input elements
    • SVG elements and transforms
    • LocalStorage and SessionStorage
    • Extension APIs (tested on Chrome):
      • Native Messaging
      • Bookmarks
      • Tabs
    • net-like library for WebSockets
      • Tested with gRPC
    • wasm-server for fast prototyping
    Open source →
  9. v0.0.0-20190527140551-5d591340e88527 May 2019pre-release

    Nothing published for this version

  10. v0.0.0-20180718160721-ffe2c35142ee18 Jul 2018pre-release

    Nothing published for this version