Skip to content

Releases: FranckFreiburger/vue3-sfc-loader

v0.7.0

26 Mar 19:40
Compare
Choose a tag to compare

breaking changes:

  • remove extname from PathHandlers, then replace PathHandlers with PathResolve
  • rename extname into type (since extname is not abstract enough)
  • make path(s) abstract

for more details, see CHANGELOG.md

v0.6.0

20 Mar 09:40
Compare
Choose a tag to compare

breaking changes:

  • replace Options.moduleHandler object with a Options.handleModule() function

for more details, see CHANGELOG.md

Resource loading support

19 Mar 12:05
Compare
Choose a tag to compare

features

  • resource loading support (inspired from webpack loaders), eg . require('file!image.svg')

breaking changes:

  • Options.additionalModuleHandlers renamed into moduleHandlers
  • Options.pathHandlers.resolve(absoluteFilepath, dependencyPath) is now resolve({ refPath, relPath })

for more details, see CHANGELOG.md

JSX support

14 Mar 15:36
Compare
Choose a tag to compare

see CHANGELOG for details

Vue2 support

11 Mar 15:48
Compare
Choose a tag to compare

see CHANGELOG for details