@pithos/core 2.4.0 → 2.5.0

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 CHANGED
@@ -58,6 +58,7 @@ No manual try/catch, no `.safeParse()` + `if (!result.success)` boilerplate. Tha
58
58
  | Module | Role | Alternative to |
59
59
  |---|---|---|
60
60
  | **Arkhe** (ἀρχή - origin) | Core utilities & data manipulation | Lodash, Underscore, Ramda |
61
+ | **Eidos** (εἶδος - form) | 23 GoF design patterns, functional style | Classes & inheritance |
61
62
  | **Kanon** (κανών - rule) | Schema validation | Zod, Yup, Joi |
62
63
  | **Zygos** (ζυγός - balance) | Result/Either/Option patterns | Neverthrow, fp-ts |
63
64
  | **Sphalma** (σφάλμα - error) | Typed error factories | - |