Files
klz-cables.com/.pnpm-store/v10/files/1a/c20ff19f1746ad67a5e36db22e454ec6d10bab2e8e9e66a712dbf25a830609ad0eac774b6129eb8fa4649b9d662941e99d5ec1ddc2fb08fed70eff3bef8bb4
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

47 lines
1.4 KiB
Plaintext

# Changelog
## Version 0.9.0
- many functions got overloads for `Matcher` type propagation in less common scenarios;
- `condition` function now accepts Parsers/Matchers with different value types, result value type is the union of the two;
- added type tests for overloads using [expect-type](https://github.com/mmkal/expect-type).
## Version 0.8.0
- Targeting Node.js version 14 and ES2020;
- Now should be discoverable with [denoify](https://github.com/garronej/denoify).
## Version 0.7.0
- `otherwise` function now has two overloads - `Parser * Matcher -> Matcher` and `Parser * Parser -> Parser`;
- `otherwise` function now accepts Parsers/Matchers with different value types, result value type is the union of the two;
- `otherwise` function now has an alias called `eitherOr` which might be more natural for combining parsers.
## Version 0.6.0
- ensure local imports have file extensions - fix "./core module cannot be found" issue.
## Version 0.5.4
- remove terser, source-map files;
- use only `rollup-plugin-cleanup` to condition published files.
## Version 0.5.3
- source-map files;
- minor documentation update.
## Version 0.5.2
- `peek` function keeps Parser/Matcher distinction;
## Version 0.5.1
- documentation updates;
- package marked as free of side effects for tree shaking.
## Version 0.5.0
- Initial release;
- Aiming at Node.js version 12 and up.