Skip to content

Commit cbfbbc7

Browse files
chore(release): 0.8.0
1 parent 0e57e5c commit cbfbbc7

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11

2+
## [0.8.0](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.7.3...v0.8.0) (2021-05-31)
3+
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* **core:** *getFile()* will continue to support a simple string as return value but the object form is now : `{ type, getContentData }` instead of `{ type, content }`
8+
9+
### Features
10+
11+
* **build:** generate TypeScript definition file as a bundle ([65fe3f4](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/65fe3f4e448d926afb388550e230d22fb3b06dfc))
12+
* **core:** add additionalBabelParserPlugins to options ([1f344da](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/1f344da95b21ff51571e7d6e3797ff42cb589813))
13+
* **core:** add binary data support ([fd59be4](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/fd59be499fc8c1e9ae86311294f1b6363679479e)), closes [#69](https://github.com/FranckFreiburger/vue3-sfc-loader/issues/69)
14+
15+
16+
### Bug Fixes
17+
18+
* **core:** "[Deprecation] SharedArrayBuffer will require cross-origin isolation as of M91" console message ([c8fdb6f](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/c8fdb6f26cc80dbdc7f9de2a3926df3c5af0cc01)), closes [#53](https://github.com/FranckFreiburger/vue3-sfc-loader/issues/53)
19+
* **core:** types: moduleCache is mandatory ([53cfd5c](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/53cfd5c72aced3eb2ac0204b0e3b1fd4f933ee54))
20+
221
### [0.7.3](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.7.2...v0.7.3) (2021-04-05)
322

423

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "https://github.com/FranckFreiburger/vue3-sfc-loader"
2020
},
2121
"license": "MIT",
22-
"version": "0.7.3",
22+
"version": "0.8.0",
2323
"browserslist": "> 1%, last 2 versions, Firefox ESR, not dead, not ie 11",
2424
"main": "dist/vue3-sfc-loader.js",
2525
"types": "dist/vue3-sfc-loader.d.ts",

0 commit comments

Comments
 (0)