Skip to content

Releases: pixijs/assetpack

v0.8.0

17 Nov 15:09
Compare
Choose a tag to compare

What's Changed

  • feat(manifest): update manifest output for v8 manifest compatibility by @Zyie in #49
    • this is a breaking change for the manifest output. It uses alias/src instead of name/srcs as the keys

Full Changelog: v0.7.0...v0.8.0

v0.7.0

04 Jul 13:44
Compare
Choose a tag to compare

What's Changed

  • fix(core): Fix glob patterns not being relative to entry location by @Zyie in #34
  • feat(compress): Adds compress plugin by @Zyie in #36
    • You can now define one plugin for all compressions, instead of having to add individual ones
      const config = {
              plugins: {
      +              compress: compress({
      +                   webp: false,
      +                   avif: false,
      +               }),
      -               compressPng: compressPng(),
      -               compressJpg: compressJpg()
              },
      }
      Old plugins do still exist for backwards compatibility
  • feat(core): Adds ability to set multiple values to a tag by @Zyie in #35
  • fix: add ffmpeg installer for fluentmpeg by @miltoncandelero

Full Changelog: v0.6.2...v0.7.0

v0.6.2

23 Mar 11:32
Compare
Choose a tag to compare

What's Changed

  • feat(core): Adds ability to set additional data to saveable asset by @Zyie in #32

Full Changelog: v0.6.1...v0.6.2

v0.6.1

02 Mar 13:53
Compare
Choose a tag to compare

What's Changed

  • fix(core): Fix watch command by @Zyie in #28

Full Changelog: v0.6.0...v0.6.1

v0.6.0

23 Feb 15:42
Compare
Choose a tag to compare

What's Changed

  • feat(compress): Add avif compression by @Zyie in #25
  • feat(core): Add watch functionality by @Zyie in #26
  • feat(webfont): Add sdf and msdf font generation by @Zyie in #27

Full Changelog: v0.5.1...v0.6.0

v0.5.1

17 Feb 13:01
Compare
Choose a tag to compare

What's Changed

  • feat(compress): Add webp compression by @Zyie in #18

Full Changelog: v0.5.0...v0.5.1

v0.5.0

06 Feb 17:18
Compare
Choose a tag to compare

Breaking Changes

  • fix(webfont): Webfont plugin now requires tag by @Zyie in #17

Full Changelog: v0.4.0...v0.5.0

v0.4.0

06 Feb 11:47
Compare
Choose a tag to compare

What's Changed

  • feat(cli): Allow cli to load both es and cjs config files by @Zyie in #15
  • feat(manifest): Manifest now tries to add the shortest path for an entry by @Zyie in #16

Full Changelog: v0.3.4...v0.4.0

v0.3.4

03 Feb 14:29
Compare
Choose a tag to compare

What's Changed

  • fix(ffmpeg): Ensures directory exists for audio by @Zyie in #14

Full Changelog: v0.3.3...v0.3.4

v0.3.3

03 Feb 12:38
Compare
Choose a tag to compare

What's Changed

  • fix(manifest): Manifest output path option did not work by @Zyie in #12
  • fix(core): Fixes the output not being cleared if no cache is found by @Zyie in #13

Full Changelog: v0.3.2...v0.3.3