Skip to content

Releases: TrySound/rollup-plugin-size-snapshot

v0.12.0

25 May 14:51
Compare
Choose a tag to compare
  • dropped rollup < v2 support
  • added rollup output.dir support

v0.9.0

26 May 15:49
Compare
Choose a tag to compare
  • fixed umd handling in webpack treeshaker
  • enabled tests on windows
  • remove windows specific characters to make size snapshot stable for different OS
  • trim paths relatively to size snapshot path

v0.8.0

13 Jan 18:23
Compare
Choose a tag to compare

Upgraded to rollup v1

v0.6.0

01 Jul 07:57
Compare
Choose a tag to compare
  • disabled webpack shims to prevent treeshaker crashing
  • improved docs
  • improved terminal output

example2

v0.5.0

24 May 22:08
Compare
Choose a tag to compare

image

Features

  • provided new size of import statements to distinguish untreeshaked stuff and possibly not pure externals
  • added threshold option to allow a fuzzy threshold of difference between the current snapshot and the new one

Bugs and chores

  • replaced unsupported uglify-es with its fork terser
  • provided better error messages for invalid options and snapshot matcher