File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Project Changelog
2
2
3
+ # @rxjs-collection/operators-v1 .0.0 (2024-09-16)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** git-workflow:** added yml for main and beta ([ 8fda8d9] ( https://github.com/basics/rxjs-collection/commit/8fda8d9e1553e1d1a1684895d563aa67164e922b ) )
9
+ * ** mocha:** restructured test folder ([ ff621f2] ( https://github.com/basics/rxjs-collection/commit/ff621f2c817a041a590f9c12ba514028eea1e9ef ) )
10
+ * ** mocha:** updated setup ([ 793c14f] ( https://github.com/basics/rxjs-collection/commit/793c14fe9a87e209894da30d5ccaeb7dfd0ffdc3 ) )
11
+ * ** operators:** added initial mocha setup ([ 756c589] ( https://github.com/basics/rxjs-collection/commit/756c589699ac590ecdc6d00c523df657baeaa1c1 ) )
12
+ * ** packages:** removed private attr in package.json ([ ed66028] ( https://github.com/basics/rxjs-collection/commit/ed660284cef613a71527f510039d6988c32a2735 ) )
13
+ * ** semver:** implemented monorepo config & workflow ([ d73a02b] ( https://github.com/basics/rxjs-collection/commit/d73a02b2211fe81c82bc0baf686945dc1bc77237 ) )
14
+ * ** semver:** prevent npm publish ([ 1c3e233] ( https://github.com/basics/rxjs-collection/commit/1c3e233135bcf56335c9fd39a53b20b15bf07112 ) )
15
+ * ** semver:** test ([ 455516b] ( https://github.com/basics/rxjs-collection/commit/455516b22a1cd24405aa06777a86f2e1b44fd7fb ) )
16
+ * ** test:** added forgotten successful empty runs ([ 7304362] ( https://github.com/basics/rxjs-collection/commit/7304362c7a9b79ecbb7dd6dfd12c478f5d0cdc18 ) )
17
+ * ** test:** corrected outline ([ f214cd1] ( https://github.com/basics/rxjs-collection/commit/f214cd143c0dd417798d49faca41bbbc8b55cc11 ) )
18
+ * ** test:** switched from mocha to vitest ([ 52425e1] ( https://github.com/basics/rxjs-collection/commit/52425e1c7a73d066bdcd8fbfa44cb994bc93835c ) )
19
+ * ** vitest:** added test cases ([ 7c3a090] ( https://github.com/basics/rxjs-collection/commit/7c3a090f1e80b015bfbcdd7214334528d5701eb6 ) )
20
+ * ** vitest:** workspace coverage ([ e2ed1ec] ( https://github.com/basics/rxjs-collection/commit/e2ed1ec12aea8342f768b4f3fb17789ddf7a6208 ) )
21
+
22
+
23
+ ### Features
24
+
25
+ * ** setup:** init ([ a01e5e3] ( https://github.com/basics/rxjs-collection/commit/a01e5e3e444717bf0de8031e32001a4af6386afb ) )
26
+
3
27
# [ @rxjs-collection/operators-v1 .0.0-beta.5] ( https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.0-beta.4...@rxjs-collection/operators-v1.0.0-beta.5 ) (2024-09-15)
4
28
5
29
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rxjs-collection/operators" ,
3
- "version" : " 1.0.0-beta.5 " ,
3
+ "version" : " 1.0.0" ,
4
4
"description" : " rxjs operators" ,
5
5
"license" : " MIT" ,
6
6
"contributors" : [
You can’t perform that action at this time.
0 commit comments