You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add multiple type-guard and render helper functions ([05584f5](https://github.com/tmlmt/cooklang-parser/commit/05584f5))
10
+
11
+
List of functions introduced:
12
+
- isAlternativeSelected
13
+
- isGroupedItem
14
+
- formatNumericValue
15
+
- formatSingleValue
16
+
- formatQuantity
17
+
- formatUnit
18
+
- formatQuantityWithUnit
19
+
- formatExtendedQuantity
20
+
- formatItemQuantity
21
+
- isAndGroup
22
+
- isSimpleGroup
23
+
- hasAlternatives
24
+
25
+
### 🩹 Fixes
26
+
27
+
-**isAlternativeSelected:** Return true for first alternative when selected index is 0 ([4e9b1dd](https://github.com/tmlmt/cooklang-parser/commit/4e9b1dd))
28
+
-**docs, v3:** Link to playground in top menubar ([361a676](https://github.com/tmlmt/cooklang-parser/commit/361a676))
29
+
30
+
### 🏡 Chore
31
+
32
+
-**CHANGELOG:** Fix missing end of code block ([00f27b3](https://github.com/tmlmt/cooklang-parser/commit/00f27b3))
33
+
34
+
### 🎨 Styles
35
+
36
+
-**types:** Remove unnecessary ComputedIngredient type ([f35f2f0](https://github.com/tmlmt/cooklang-parser/commit/f35f2f0))
37
+
-**types:** Make IngredientQuantityAndGroup extend AndGroup ([6647039](https://github.com/tmlmt/cooklang-parser/commit/6647039))
38
+
39
+
### ❤️ Contributors
40
+
41
+
- Thomas Lamant ([@tmlmt](https://github.com/tmlmt))
0 commit comments