File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Project Changelog
2
2
3
+ # @rxjs-collection/observables-v1 .0.0 (2024-09-16)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** dom/window:** fixed mockreset status ([ cdc5dae] ( https://github.com/basics/rxjs-collection/commit/cdc5dae2fe8f386b2477a177febafba6a256f2b3 ) )
9
+ * ** git-workflow:** added yml for main and beta ([ 8fda8d9] ( https://github.com/basics/rxjs-collection/commit/8fda8d9e1553e1d1a1684895d563aa67164e922b ) )
10
+ * ** mocha:** added async event marble test ([ f8e5bdb] ( https://github.com/basics/rxjs-collection/commit/f8e5bdbc5d7f0fd2498f9a16f851bdbda4ae7a79 ) )
11
+ * ** mocha:** first test with mocked data ([ e1344d9] ( https://github.com/basics/rxjs-collection/commit/e1344d9600a2e95281e7ac1a0ada6bc1de6c598b ) )
12
+ * ** mocha:** fixed async prob in first test ([ a5ba14e] ( https://github.com/basics/rxjs-collection/commit/a5ba14eb69563ece06518a7ba4403e77d71200fa ) )
13
+ * ** mocha:** renamed mockFunctions ([ f59866f] ( https://github.com/basics/rxjs-collection/commit/f59866f0427ce0f46bb588c2e69d85ec61dfc22c ) )
14
+ * ** mocha:** updated setup ([ 793c14f] ( https://github.com/basics/rxjs-collection/commit/793c14fe9a87e209894da30d5ccaeb7dfd0ffdc3 ) )
15
+ * ** packages:** removed private attr in package.json ([ ed66028] ( https://github.com/basics/rxjs-collection/commit/ed660284cef613a71527f510039d6988c32a2735 ) )
16
+ * ** security-hotspot:** cleanup ([ #21 ] ( https://github.com/basics/rxjs-collection/issues/21 ) ) ([ d96c3dc] ( https://github.com/basics/rxjs-collection/commit/d96c3dc061e40210475f86c06a5c8a431aedf44e ) )
17
+ * ** semver:** implemented monorepo config & workflow ([ d73a02b] ( https://github.com/basics/rxjs-collection/commit/d73a02b2211fe81c82bc0baf686945dc1bc77237 ) )
18
+ * ** semver:** prevent npm publish ([ 1c3e233] ( https://github.com/basics/rxjs-collection/commit/1c3e233135bcf56335c9fd39a53b20b15bf07112 ) )
19
+ * ** test:** added successful empty run in package json ([ 6c237cf] ( https://github.com/basics/rxjs-collection/commit/6c237cfa30a82184a958f0c61a9301b224f9ae83 ) )
20
+ * ** test:** switched from mocha to vitest ([ 52425e1] ( https://github.com/basics/rxjs-collection/commit/52425e1c7a73d066bdcd8fbfa44cb994bc93835c ) )
21
+ * ** vitest:** added test cases ([ 7c3a090] ( https://github.com/basics/rxjs-collection/commit/7c3a090f1e80b015bfbcdd7214334528d5701eb6 ) )
22
+
23
+
24
+ ### Features
25
+
26
+ * ** setup:** init ([ a01e5e3] ( https://github.com/basics/rxjs-collection/commit/a01e5e3e444717bf0de8031e32001a4af6386afb ) )
27
+
3
28
# [ @rxjs-collection/observables-v1 .0.0-beta.5] ( https://github.com/basics/rxjs-collection/compare/@rxjs-collection/observables-v1.0.0-beta.4...@rxjs-collection/observables-v1.0.0-beta.5 ) (2024-09-16)
4
29
5
30
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rxjs-collection/observables" ,
3
- "version" : " 1.0.0-beta.5 " ,
3
+ "version" : " 1.0.0" ,
4
4
"description" : " rxjs observables" ,
5
5
"license" : " MIT" ,
6
6
"contributors" : [
You can’t perform that action at this time.
0 commit comments