Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Commit 9691ec1

Browse files
author
NOPR9D ☄️
authored
Merge pull request #16 from NOPR9D/Release-1.0.8
Release 1.0.8
2 parents 4f45ec8 + 892f049 commit 9691ec1

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
<br>
1515

16+
17+
# Update 1.0.8
18+
Now using Rxjs v7
19+
1620
> **NOTE**
1721
>
1822
> - vue-next-rx only works with RxJS v6+ by default. If you want to keep using RxJS v5 style code, install `rxjs-compat`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nopr3d/vue-next-rx",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "RxJs for Vue 3",
55
"author": "Boucham Amine",
66
"license": "MIT",

src/mixin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export default {
1111
vm[key] = new Subject();
1212
});
1313
}
14+
1415
const observableMethods = vm.$options.observableMethods;
1516
if (observableMethods) {
1617
if (Array.isArray(observableMethods)) {

0 commit comments

Comments
 (0)