Skip to content

v2.0.2

Choose a tag to compare

@jamro jamro released this 26 Sep 20:25
· 501 commits to master since this release

Added

  • adding spritesheets as static resources

Changed

  • tests of website are based on Puppeteer + Mocha instead of PhantomJS + CasperJS (PhantomJS project is discontinued)
  • refactoring of the website
  • build process revised and simplified
  • documentation update (related with changes in build process)
  • dependencies/libraries update

Fixed

  • Bugfix: renaming of AI script to the same name results in removing it

Removed

  • removed CasperJS dependency (replaced by Mocha)
  • removed PhantomJS dependency (replaced by Puppeteer)
  • removed Pixi Packer dependency
  • removed ImageMagic / GraphicsMagic dependency
  • removing gulp-mocha dependency (running Mocha directly)
  • removing building spritesheets from build process to make it simpler