-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.3.1 - refactoring and low pri for apply
- Loading branch information
Showing
13 changed files
with
100 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,39 @@ | ||
# Changelog | ||
|
||
### 0.2.0 | ||
## 0.3.1 | ||
|
||
Adding apply converters for converting `FunctionN[..., Out]` into `Function1[TupleN[...], Out]` | ||
#### `ApplyConverter` | ||
|
||
### 0.1.0 | ||
Refactoring + `ApplyConverterInstancesPriLow` with an "identity" transformation for unary functions (with a scalar param). | ||
|
||
#### `tuplez-*` | ||
|
||
No changes. | ||
|
||
#### `tuplez-tuple` | ||
|
||
No longer exists. | ||
|
||
## 0.3.0 | ||
|
||
Now publishing multiple interchangeable modules: | ||
|
||
#### `tuplez-full` | ||
tupleN + scalar, scalar + tupleN, tupleN + tupleM, up to `Tuple22` | ||
|
||
#### `tuplez-full-light` | ||
tupleN + scalar, scalar + tupleN, tupleN + tupleM, up to `Tuple10` | ||
|
||
#### `tuplez-basic` | ||
tupleN + scalar, up to `Tuple22` | ||
|
||
#### `tuplez-basic-light` | ||
tupleN + scalar, up to `Tuple10` | ||
|
||
## 0.2.0 | ||
|
||
`tuplez-apply` – utilities to build API's that allow using a `FunctionN[A, B, C, ... Out]` instead of `Function1[TupleN[A, B, C, ...], Out]` | ||
|
||
## 0.1.0 | ||
|
||
* initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.