Skip to content

Releases: static-dev/spike-util

v1.3.0

12 Jul 22:51
Compare
Choose a tag to compare
  • A small patch that allows you to change the file output format (hash, id, etc) and have thing still work.

v1.0.0

05 Apr 22:14
Compare
Choose a tag to compare
  • Stable release! 👙
  • Works with spike v1.0.0

v0.4.0

10 Jan 22:04
Compare
Choose a tag to compare
  • BREAKING: Remove Util.getFilePathFromLoader method, you can get this with this.resourcePath inside of any loader
  • Add util.modifyOutputPath method

v0.3.0

21 Sep 20:20
b6adf0c
Compare
Choose a tag to compare
  • Add pathsToRegex helper function
  • Fix a bug in the getOutputPath function

v0.2.1

16 Jun 22:15
Compare
Choose a tag to compare
  • Add filePathFromLoader static function

v0.2.0

13 Jun 16:02
Compare
Choose a tag to compare
  • removeAssets now accepts chunks as a third parameter and removes any asset path's chunks from webpack's pipeline. This helps to prevent errors when using sourcemaps alongside files injected with addFilesAsWebpackEntries.

v0.1.0

27 May 17:37
Compare
Choose a tag to compare

This is a BREAKING RELEASE, be careful when upgrading!

  • getOutputPath now returns an object that has the absolute and relative paths on it, instead of simply a relative path
  • resolveRelativeSourcePath changed to getSourcePath, and also returns an object like getOutputPath
  • matchGlob method added, which is an alias for micromatch
  • removeAssets and addFilesAsWebpackEntries now take an array of paths either relative to the project root or absolute

v0.0.1

25 May 22:54
Compare
Choose a tag to compare

Initial release! 🎉