-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ca35da
commit 1c75cf9
Showing
4 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
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,7 +1,9 @@ | ||
v0.2.0.0 | ||
* Replaced Decimal with Scientific. This is an API-breaking change. | ||
* Replaced Decimal with Scientific. BREAKING CHANGE. | ||
* Divided much of the Private module into smaller sub-modules. BREAKING CHANGE. | ||
* Added the new endpoint for creating accounts. | ||
* Remove ill-thought-out Auth module. | ||
* Lots of internal improvements. | ||
|
||
0.1.0.0 | ||
v0.1.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
extra-deps: [] | ||
resolver: lts-2.13 | ||
flags: {} | ||
packages: | ||
- '.' |