Skip to content

Releases: blankstorm/api

0.5.4

10 Feb 22:02
Compare
Choose a tag to compare
0.5.4 Pre-release
Pre-release
  • Fixed export of endpoints

0.5.3

10 Feb 21:57
Compare
Choose a tag to compare
0.5.3 Pre-release
Pre-release
  • Fixed exports

0.5.2

10 Feb 21:36
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release
  • Added a check for usernames against a list of disallowed usernames

Backend:

  • Fixed date issue

0.5.1

03 Feb 01:00
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

Added route (/metadata) and function (metadata) to get API metadata

0.5.0

02 Feb 19:27
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

Moved from using an auth property in request bodies to using the Authorization header with Bearer <token>.

0.4.4

19 Nov 15:08
Compare
Choose a tag to compare
0.4.4 Pre-release
Pre-release
  • Removed body on get/head requests

0.4.3

17 Nov 20:32
Compare
Choose a tag to compare
0.4.3 Pre-release
Pre-release
  • Added uniqueAccountAttributes
  • Added UniqueAccountKeys
  • Updated getAccount to allow access constraints

0.4.2

10 Nov 01:28
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release
  • Added validator for Account.type to checkValidAccountAttribute

0.4.1

10 Nov 01:17
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

Changed account.oplvl to Account.type

0.4.0

10 Nov 00:58
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • Added config
  • Added config.throw_errors
  • Moved URL into config