Releases: sebamarynissen/vue-esm-loader
Releases · sebamarynissen/vue-esm-loader
v1.0.0-alpha.1
What's Changed
- fix: fix missing esbuild dependency by @sebamarynissen in #9
Full Changelog: v1.0.0-alpha...v1.0.0-alpha.1
v1.0.0-alpha
What's Changed
This release marks v1.0.0 of vue-esm-loader
. It now no longer relies on create-esm-loader to compose it with other loaders, but can be used with the module.register()
api from Node. See the migration guide in the readme for more information.
PRs
- docs: add a TypeScript example and tests by @kwwxis in #6
- feat!: drop
create-esm-loader
in favor native composition by @sebamarynissen in #7 - chore: fix publish to npm by @sebamarynissen in #8
New Contributors
Full Changelog: v0.2.2...v1.0.0-alpha
v0.2.2
What's Changed
- fix: properly support
<script setup>
on Vue 3 by @sebamarynissen in #5
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Fix
<script setup>
in Vue 2.7 by @sebamarynissen in #3
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Support passing options to loader by @sebamarynissen in #2
Full Changelog: v0.1.0...v0.2.0
0.1.0
Features
- Added support for
<script setup>
when usingvue@2.7
- Added support for
vue@3
Full Changelog: v0.0.1...v0.1.0
0.0.2
0.0.1
v0.0.1 0.0.1