Skip to content

Commit fcb8c2d

Browse files
authored
Merge pull request #302 from dmitriz/scripts-cleanup
2 parents 5ce829a + 8812f78 commit fcb8c2d

29 files changed

Lines changed: 858 additions & 2286 deletions

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: npm ci
1919
- name: Run tests with coverage
20-
run: npm run cov-ava
20+
run: npm run ava-cov
2121
- name: Upload coverage to Codecov
2222
uses: codecov/codecov-action@v4
2323
with:

CHANGELOG.md

Lines changed: 16 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,23 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
### [6.1.3](https://github.com/dmitriz/cpsfy/compare/v6.1.2...v6.1.3) (2024-08-22)
5+
## [6.1.3](https://github.com/dmitriz/cpsfy/compare/v6.1.2...v6.1.3) (2024-08-22)
66

77
### [6.1.2](https://github.com/dmitriz/cpsfy/compare/v6.1.1...v6.1.2) (2022-12-31)
88

9-
10-
### Bug Fixes
9+
### Bug Fixes (6.1.2)
1110

1211
* 🐛 fix tests ([0ad6e59](https://github.com/dmitriz/cpsfy/commit/0ad6e59ff35aa41d0e255220df4653859a7cd802))
1312

1413
### [6.1.1](https://github.com/dmitriz/cpsfy/compare/v6.1.0...v6.1.1) (2022-12-30)
1514

16-
17-
### Bug Fixes
15+
### Bug Fixes (6.1.1)
1816

1917
* 🐛 uncomment untested functions ([f747420](https://github.com/dmitriz/cpsfy/commit/f747420f3016fff20e8d2ea235fbad5f768ce39a))
2018

2119
## [6.1.0](https://github.com/dmitriz/cpsfy/compare/v6.0.2...v6.1.0) (2022-12-30)
2220

23-
24-
### Features
21+
### Features (6.1.0)
2522

2623
* 🎸 add err2cb util ([aedc57a](https://github.com/dmitriz/cpsfy/commit/aedc57ae4b8c7c612610cb6dc1fe3d5286ae7833))
2724
* 🎸 add file/stream utils ([bb9a28f](https://github.com/dmitriz/cpsfy/commit/bb9a28f99d8ed09301ddfc5111328e0e8a33d8b5))
@@ -32,60 +29,53 @@ All notable changes to this project will be documented in this file. See [standa
3229

3330
## [6.0.0](https://github.com/dmitriz/cpsfy/compare/v5.0.0...v6.0.0) (2022-12-26)
3431

35-
36-
### ⚠ BREAKING CHANGES
32+
### ⚠ BREAKING CHANGES (6.0.0)
3733

3834
* 🧨 scan and scanN changed to behavior consistent with map
3935
* 🧨 accumulator renamed to update
4036

41-
### Features
37+
### Features (6.0.0)
4238

4339
* 🎸 add accum operator ([60072fd](https://github.com/dmitriz/cpsfy/commit/60072fd735c6836d02040dbc3eab71053c03820e))
4440
* 🎸 add updateSpread operator ([ffef10a](https://github.com/dmitriz/cpsfy/commit/ffef10a0898bcea1f7eb66270a71a5533248e75f))
4541
* 🎸 scan and scanN now work like map ([f206747](https://github.com/dmitriz/cpsfy/commit/f206747468c88b55983799633895a31af3160e2b))
4642

47-
48-
### Bug Fixes
43+
### Bug Fixes (6.0.0)
4944

5045
* 🐛 map with missing functions preserves output ([ef834cb](https://github.com/dmitriz/cpsfy/commit/ef834cbe3d7dfb820b879a5e8198ae52041487b3))
5146

52-
5347
* 💡 renamed update function ([a9d7938](https://github.com/dmitriz/cpsfy/commit/a9d79386de89bcc36f449ed48f78b27b05fa7275))
5448

5549
## [5.0.0](https://github.com/dmitriz/cpsfy/compare/v4.0.0...v5.0.0) (2022-12-25)
5650

57-
58-
### ⚠ BREAKING CHANGES
51+
### ⚠ BREAKING CHANGES (5.0.0)
5952

6053
* 🧨 lift3 discontinued
6154

62-
### Features
55+
### Features (5.0.0)
6356

6457
* 🎸 remove lift3 ([90aa148](https://github.com/dmitriz/cpsfy/commit/90aa1482e42261daf921b15c0add843b1b56a2db))
6558

6659
## [4.0.0](https://github.com/dmitriz/cpsfy/compare/v3.9.0...v4.0.0) (2022-12-25)
6760

68-
69-
### ⚠ BREAKING CHANGES
61+
### ⚠ BREAKING CHANGES (4.0.0)
7062

7163
* 🧨 old curry2 became curryGroups2 to avoid collision with ramda's curryN
7264

73-
### Features
65+
### Features (4.0.0)
7466

7567
* 🎸 add curryGroups functions ([7a1eb52](https://github.com/dmitriz/cpsfy/commit/7a1eb520e1dc696742fe3940d4328d91adfc3870))
7668

7769
## [3.9.0](https://github.com/dmitriz/cpsfy/compare/v3.8.0...v3.9.0) (2022-12-25)
7870

79-
80-
### Features
71+
### Features (3.9.0)
8172

8273
* 🎸 add mapSpread operator ([b8ae547](https://github.com/dmitriz/cpsfy/commit/b8ae5476efeedd9ee3c1cd7bcba40b617f7f9909))
8374
* 🎸 add operator converting sync cps outputs to array ([e6a6635](https://github.com/dmitriz/cpsfy/commit/e6a6635d01b76394dbd66535d84ec62e89f9603e))
8475

8576
## [3.8.0](https://github.com/dmitriz/cpsfy/compare/v3.7.2...v3.8.0) (2022-12-24)
8677

87-
88-
### Features
78+
### Features (3.8.0)
8979

9080
* 🎸 add converter promise factory to cps factory ([fe22df2](https://github.com/dmitriz/cpsfy/commit/fe22df24cf4ef5fe29ca1d42ebf978670bef3475))
9181

@@ -95,8 +85,7 @@ All notable changes to this project will be documented in this file. See [standa
9585

9686
## [3.7.0](https://github.com/dmitriz/cpsfy/compare/v3.6.2...v3.7.0) (2022-12-23)
9787

98-
99-
### Features
88+
### Features (3.7.0)
10089

10190
* 🎸 add pipe utility ([7ab965f](https://github.com/dmitriz/cpsfy/commit/7ab965ff35271f2334a143f8d8ccdf4de131cd60))
10291

@@ -120,44 +109,26 @@ All notable changes to this project will be documented in this file. See [standa
120109

121110
### [3.1.11](https://github.com/dmitriz/cpsfy/compare/v3.1.10...v3.1.11) (2019-06-20)
122111

123-
124-
125112
### [3.1.6](https://github.com/dmitriz/cpsfy/compare/v3.1.5...v3.1.6) (2019-06-10)
126113

127-
128-
### Bug Fixes
114+
### Bug Fixes (3.1.6)
129115

130116
* streamline release ([4292d9f](https://github.com/dmitriz/cpsfy/commit/4292d9f))
131117

132-
133-
134118
### [3.1.4](https://github.com/dmitriz/cpsfy/compare/v3.1.3...v3.1.4) (2019-06-10)
135119

136-
137-
### Bug Fixes
120+
### Bug Fixes (3.1.4)
138121

139122
* **readme:** remove version from the coverall badge ([535cf33](https://github.com/dmitriz/cpsfy/commit/535cf33))
140123

141-
142-
143124
### [3.1.3](https://github.com/dmitriz/cpsfy/compare/v3.1.0...v3.1.3) (2019-06-10)
144125

145-
146-
147126
### [3.1.2](https://github.com/dmitriz/cpsfy/compare/v3.1.1...v3.1.2) (2019-06-10)
148127

149-
150-
151128
### [3.1.1](https://github.com/dmitriz/cpsfy/compare/v3.1.0...v3.1.1) (2019-06-10)
152129

153-
154-
155130
### [3.0.5](https://github.com/dmitriz/cpsfy/compare/v3.0.4...v3.0.5) (2019-06-10)
156131

157-
158-
159132
### [3.0.4](https://github.com/dmitriz/cpsfy/compare/v3.0.3...v3.0.4) (2019-06-10)
160133

161-
162-
163134
### [3.0.3](https://github.com/dmitriz/cpsfy/compare/v3.0.2...v3.0.3) (2019-06-10)

0 commit comments

Comments
 (0)