Releases: CryptoScamDB/api.cryptoscamdb.org
Releases · CryptoScamDB/api.cryptoscamdb.org
Beta 0.3.0
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
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
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