Skip to content

Latest commit

 

History

History
91 lines (51 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

91 lines (51 loc) · 1.43 KB

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

1.3.1 - 2020-09-16

Fixed:

  • Fix return types

1.3.0 - 2020-09-16

Changed:

  • Update requirements to allow Laravel 8 and Guzzle 7

1.2.0 - 2020-04-28

Added:

  • Methods for first and last block
  • Support for laravel 7

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 transactions/fees endpoint
  • Implement wallets/{id}/locks endpoint

1.0.1 - 2019-07-07

Added:

  • Added node/fees endpoint

1.0.0 - 2018-12-18

Changed:

  • Only depend on the Guzzle client instead of Guzzle and PSR

Removed:

  • PSR dependencies
  • 1.0 API Support

0.1.5 - 2018-12-02

Fixed:

  • Pass query parameters to 2.0 endpoints

0.1.4 - 2018-11-23

Changed:

  • Always send the Content-Type header

0.1.3 - 2018-10-31

Fixed:

  • JSON payload encoding
  • Transaction posting

0.1.2 - 2018-10-30

Added:

  • Added ext-mbstring suggestion

0.1.1 - 2018-09-13

Fixed:

  • Add explicit class name casting with ucfirst

0.1.0 - 2018-06-28

  • Initial Release