Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Releases: pixijs-userland/pixify

1.9.0

02 Jan 22:48
Compare
Choose a tag to compare

Changed

  • Renamed --noExternal command-line argument to --no-external or --external=false

1.8.1

02 Jan 22:02
Compare
Choose a tag to compare

Added

  • Adds option --no-minifiy for excluding the minified build of the library.

1.7.1

02 Jan 15:53
Compare
Choose a tag to compare

Fixes

  • Fixes logging to console of filenames #9

1.7.0

02 Jan 15:51
Compare
Choose a tag to compare

Added

  • Adds support for Browserify transforms and plugins to API and commandline
  • Upgrades source code to ES6

1.6.1

15 Nov 16:49
Compare
Choose a tag to compare

Added

  • VERSION can now be used as a preprocess variable.

v1.6.0...v1.6.1

1.6.0

31 Oct 17:49
Compare
Choose a tag to compare

Added

  • Adds an option (option.license) to provide a custom license and ensured that compile time is displayed as UTC #7 (thanks @dcodeIO!)

v1.5.2...v1.6.0

1.5.2

28 Oct 12:23
Compare
Choose a tag to compare

Fixed

  • Fixes issue where Browserify error reporting was not being handled correctly #6

v1.5.1...v1.5.2

v1.5.1

10 Oct 14:27
Compare
Choose a tag to compare

v1.5.0...v1.5.1

Fix source root #3

1.5.0

10 Oct 14:40
Compare
Choose a tag to compare

Added

  • Added support for excluding bundles from output using --noBundle option. #1

1.4.0

15 Aug 19:27
Compare
Choose a tag to compare

Added

  • Add watchify as a dependency to make a simpler pipeline for watch. Use the --watch commandline argument or options.watch API.