dom v0.2.1 Release Notes

Release Date: 2018-11-14 // over 5 years ago
  • ๐Ÿ†• 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.