Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 964 Bytes

CHANGELOG.md

File metadata and controls

50 lines (29 loc) · 964 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

2.0.0 - 2021-09-21

Added

  • Added methods for first and last block

Changed

  • Use dot notation for GET requests parameters

Removed

  • Removed obsolete v2 endpoints

1.1.0 - 2020-02-11

Added

  • Implement bridgechains/* endpoints
  • Implement businesses/* endpoints
  • Implement locks/* endpoints
  • Implement rounds/* endpoints
  • Implement node/configuration/crypto endpoint
  • Implement node/fees endpoint
  • Implement wallets/{id}/locks endpoint

1.0.0 - 2018-12-24

Removed

  • 1.0 API Support

0.1.1 - 2018-08-28

Fixed

  • Added __init__.py to the api directory in order to include the api into the package

0.1.0 - 2018-08-27

  • Initial Release