Skip to content

Releases: blankstorm/api

0.1.4

06 Nov 01:04
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release
  • Changed getAccount request method from GET to POST
  • Changed logout return value from Account to boolean
  • Changed account endpoints
  • Moved some code around

0.1.3

05 Nov 14:57
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release
  • Added overload to getAccount which takes an ID
  • Changed parameter type of stripAccountInfo from FullAccount to Account

0.1.2

04 Nov 00:25
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

Renamed accountInfo to getAccount

0.1.1

03 Nov 11:50
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
  • Added an optional reason parameter to deleteAccount
  • Removed unnecessary export aliasing of deleteAccount

0.1.0

01 Nov 11:37
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
  • Removed account namespace export

  • Renamed some account functions and types

  • Updated getAccountRole implementation

  • Changed FullAccount to be an interface

  • Changed FullAccountResult to be an interface