Skip to content

Commit

Permalink
new release v1.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Silcott committed Sep 11, 2021
1 parent c996610 commit 470ff95
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Reply Release Notes

## [v1.0.0-alpha.3](https://github.com/ooaklee/reply/releases/tag/v1.0.0-alpha.3)
2021-09-11

* Refactor Token attributes & methods to have a more general name to make use of cases where API uses different token identifier less confusing
* `AccessToken` -> `TokenOne` & `RefreshToken` -> `TokenTwo`
* Dev can create custom `TransferObject` to set JSON attribute to match their use case
* Added logic to set `StatusCode` if not set already. Defaults to `400`.
* Updated README to better describe library

## [v1.0.0-alpha.2](https://github.com/ooaklee/reply/releases/tag/v1.0.0-alpha.2)
2021-09-10

Expand Down

0 comments on commit 470ff95

Please sign in to comment.