Skip to content

Releases: CryptoScamDB/api.cryptoscamdb.org

Beta 0.3.0

06 Dec 19:02
Compare
Choose a tag to compare
Beta 0.3.0 Pre-release
Pre-release

Changelog

Enhancements

  • Added functionality to expand the /stats endpoint (8d7b9b2)
  • Added new cointype check for regex (b35d55e)

Bug Fixes

  • Fixed a reporting bug (fd6c7b3)
  • Make all coin symbols uppercase (06bf3b7)

Other

  • Pin exact version of all dependencies (7a4dc9f)
  • Updated @types/node to latest version (3a7e4ba)
  • Updated bottleneck to latest version (530094e)
  • Updated tslint-microsoft-contrib to latest version (517caeb)

Beta 0.2.0

19 Nov 19:36
c50276f
Compare
Choose a tag to compare
Beta 0.2.0 Pre-release
Pre-release

Changelog

Enhancements

  • Add /v1/domain/:domain and /v1/entry/:id endpoints (8612337)
  • Move the authenticated report endpoint to a seperate PUT endpoint (5f20ab9)

Bug Fixes

  • Fixed a bug with the id generation (4579b31)

Other

Beta 0.1.0

08 Nov 17:17
bc550aa
Compare
Choose a tag to compare
Beta 0.1.0 Pre-release
Pre-release

Changelog

Migration

  • Remove a lot of frontend stuff (c441ed6)

Enhancements

  • Implement Greenkeeper (d7df594)
  • Multiple price endpoints for different coins (a3454cf)
  • API standardization and error handling (d762e81)
  • Added a balance endpoint (b756918)
  • Added stats endpoint (04a9c28)
  • Implemented severity and path properties (e961fa3)

Bug Fixes