@tmlmt/cooklang-parser 2.1.4 → 2.1.6
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/README.md +2 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -60,9 +60,7 @@ console.log(recipe.timers); // [{ duration: 15, unit: "minutes", name: undefined
|
|
|
60
60
|
|
|
61
61
|
## Future plans
|
|
62
62
|
|
|
63
|
-
I plan to further develop features depending on the needs or bugs I will encounter in using this library in a practical application.
|
|
64
|
-
|
|
65
|
-
- Pantry parsing and basic functions (e.g. take pantry into account when creating a shopping list)
|
|
63
|
+
I plan to further develop features depending on the needs or bugs I will encounter in using this library in a practical application. The current backlog and status can be seen in the [Issues](https://github.com/tmlmt/cooklang-parser/issues) page.
|
|
66
64
|
|
|
67
65
|
## Test coverage
|
|
68
66
|
|
|
@@ -72,4 +70,4 @@ You can run the tests yourself by cloning the repository and running `pnpm test`
|
|
|
72
70
|
|
|
73
71
|
## Contributing
|
|
74
72
|
|
|
75
|
-
If you find any issue with your own examples of recipes, feel free to open an Issue and if you want to help fix it, to submit a Pull Request.
|
|
73
|
+
If you find any issue with your own examples of recipes, feel free to open an Issue and if you want to help fix it, to submit a Pull Request (PR). Please follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec when submitting PRs.
|