Releases: agreco/monadical
Releases · agreco/monadical
4.5.3 - Optional functions for snake/camel casing
Release 4.5.2 Snake and camel case regex amendments
Changes:
- 5f68550 - improve-snake-camel-casing: Adjust snake and camel case regex
Release 4.5.1 - snakeCase Utility method bug fix
Changes:
- 5bfa8cb - fix-snake-casing: Correct snakeCase regex
Release 4.5.0 - BREAKING CHANGES]: Utility method addition and updates
[Release 4.4.0]: Utility method addition and updates
[Release 4.3.0]: Extend Monadical type to include Either abstract properties
This is minor release extends the Monadical Data Type to include some extra Either properties
Changes:
- f79eb9f - extend-monadical-type: Extend Monadical type to include Either abstract properties
[Release 4.2.0] Set abstract Either value accessor to any
A minor release that sets the abstract Either value accessor to any
.
Changes:
- 2e5fae2 - either-value-type: Set abstract Either value accessor to any
[Release 4.1.1] Bug Fix: Change generic Curry type to accept 10 arguments
Small bug fix release that changes the generic Curry type to accept 10 arguments
Changes:
- 7a1f018 - curry-type-bug-fix: Change generic Curry type to accept 10 arguments
[Release 4.1.0]: Currying types up to 10 arguments
This minor release introduces a redefined Curry type, supporting up to 10 arguments.
Changes include:
- c8b5b41 - curry-types: Add generic curry types upto 10
[Release 4.0.0]: Breaking change - Remove circular dependencies from index.ts
This release introduces a breaking change. Circular dependencies were discovered and removed from index.ts, this unfortunately meant that imported project modules were removed from the file, hence causing the breaking change. Additionally there were some NFRs to help keep the project standardised from a quality/format/style perspective.
Changes include: