@slickgrid-universal/rxjs-observable 0.19.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -3
- package/package.json +6 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,17 +3,58 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
## [1.1.1](https://github.com/ghiscoding/slickgrid-universal/compare/v1.1.0...v1.1.1) (2021-12-11)
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
###
|
|
9
|
+
### Bug Fixes
|
|
10
10
|
|
|
11
|
-
*
|
|
11
|
+
* **build:** bump version manually bcoz of previous force push ([5e9a610](https://github.com/ghiscoding/slickgrid-universal/commit/5e9a610ad01d752673856591f9b5de73b0ece0e9))
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
+
# [1.1.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.2...v1.1.0) (2021-12-11)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @slickgrid-universal/rxjs-observable
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## [0.19.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.1...v0.19.2) (2021-11-19)
|
|
27
|
+
|
|
28
|
+
**Note:** Version bump only for package @slickgrid-universal/rxjs-observable
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
## [0.19.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.0...v0.19.1) (2021-11-15)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Bug Fixes
|
|
39
|
+
|
|
40
|
+
* **build:** typo on script package name to rename ([76cee09](https://github.com/ghiscoding/slickgrid-universal/commit/76cee094f4ef771ebfdb79386c3e8577f89d397e))
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
# [0.19.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.18.0...v0.19.0) (2021-10-28)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
### Features
|
|
51
|
+
|
|
52
|
+
* add async process to use with Promise/Observable ([7350a6d](https://github.com/ghiscoding/slickgrid-universal/commit/7350a6d06ef5bb8495a05e22421f9b7b5a4270cb))
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
17
58
|
|
|
18
59
|
# [0.18.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.17.0...v0.18.0) (2021-09-29)
|
|
19
60
|
|
package/package.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slickgrid-universal/rxjs-observable",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "RxJS Observable Wrapper",
|
|
5
5
|
"main": "dist/commonjs/index.js",
|
|
6
|
-
"browser": "src/index.ts",
|
|
7
6
|
"module": "dist/esm/index.js",
|
|
8
7
|
"types": "dist/commonjs/index.d.ts",
|
|
9
8
|
"typings": "dist/commonjs/index.d.ts",
|
|
@@ -24,8 +23,8 @@
|
|
|
24
23
|
"bundle:esm": "cross-env tsc --project tsconfig.bundle.json --outDir dist/esm --module esnext --target es2018",
|
|
25
24
|
"prebundle": "npm-run-all delete:dist",
|
|
26
25
|
"delete:dist": "cross-env rimraf --maxBusyTries=10 dist",
|
|
27
|
-
"package:add-browser-prop": "cross-env node ../change-package-browser.js --add-browser=true --folder-name=
|
|
28
|
-
"package:remove-browser-prop": "cross-env node ../change-package-browser.js --remove-browser=true --folder-name=
|
|
26
|
+
"package:add-browser-prop": "cross-env node ../change-package-browser.js --add-browser=true --folder-name=rxjs-observable",
|
|
27
|
+
"package:remove-browser-prop": "cross-env node ../change-package-browser.js --remove-browser=true --folder-name=rxjs-observable"
|
|
29
28
|
},
|
|
30
29
|
"license": "MIT",
|
|
31
30
|
"author": "Ghislain B.",
|
|
@@ -48,7 +47,7 @@
|
|
|
48
47
|
"not dead"
|
|
49
48
|
],
|
|
50
49
|
"dependencies": {
|
|
51
|
-
"@slickgrid-universal/common": "^
|
|
50
|
+
"@slickgrid-universal/common": "^1.1.0",
|
|
52
51
|
"rxjs": "^7.4.0"
|
|
53
52
|
},
|
|
54
53
|
"devDependencies": {
|
|
@@ -56,5 +55,5 @@
|
|
|
56
55
|
"npm-run-all": "^4.1.5",
|
|
57
56
|
"rimraf": "^3.0.2"
|
|
58
57
|
},
|
|
59
|
-
"gitHead": "
|
|
60
|
-
}
|
|
58
|
+
"gitHead": "c73565b875e9df7a4b26613bd0307d75156ef2d1"
|
|
59
|
+
}
|