github pixijs/sound v2.0.0-alpha.3

latest releases: v6.0.1, v6.0.0, v6.0.0-rc...
pre-release7 years ago

Overview

Overall, this release improves the TypeScript workflow for environments that don't like typings with imports/exports. Also, typings now work with module declarations (import * as sound from "pixi-sound") or global declarations (import "pixi-sound";, i.e., namespaces).

Changed

  • Removes Object.assign polyfill, this is already provided by pixi.js #31
  • Added Google Analytics to documentation #31
  • Removes unminified build files #31
  • Fixed the header in output minified files #31
  • Removes auto-generated typings, replaces typings with hand-rolled ones #31

Don't miss a new sound release

NewReleases is sending notifications on new releases.