Skip to content

Releases: static-dev/spike-util

v1.3.0

Choose a tag to compare

@jescalan jescalan released this 12 Jul 22:51
  • A small patch that allows you to change the file output format (hash, id, etc) and have thing still work.

v1.0.0

Choose a tag to compare

@jescalan jescalan released this 05 Apr 22:14
  • Stable release! 👙
  • Works with spike v1.0.0

v0.4.0

Choose a tag to compare

@jescalan jescalan released this 10 Jan 22:04
  • BREAKING: Remove Util.getFilePathFromLoader method, you can get this with this.resourcePath inside of any loader
  • Add util.modifyOutputPath method

v0.3.0

Choose a tag to compare

@jescalan jescalan released this 21 Sep 20:20
b6adf0c
  • Add pathsToRegex helper function
  • Fix a bug in the getOutputPath function

v0.2.1

Choose a tag to compare

@jescalan jescalan released this 16 Jun 22:15
  • Add filePathFromLoader static function

v0.2.0

Choose a tag to compare

@jescalan jescalan released this 13 Jun 16:02
  • 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

Choose a tag to compare

@jescalan jescalan released this 27 May 17:37

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

Choose a tag to compare

@jescalan jescalan released this 25 May 22:54

Initial release! 🎉