Skip to content

Latest commit

 

History

History
113 lines (93 loc) · 5.05 KB

CHANGELOG.md

File metadata and controls

113 lines (93 loc) · 5.05 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.2.29] - 2020-03-26

Changed

  • Get an specific currency with the localbitcoins.getCurrencies() method By @Rincorpes

Added

Fixed

[1.2.26] - 2020-03-25

Changed

  • ads.create() method working By @Rincorpes
  • ads.update() method working By @Rincorpes
  • ads.updateEquation() method working By @Rincorpes
  • ads.delete() method working By @Rincorpes
  • account.dashboard.info() method working By @Rincorpes
  • account.dashboard.released() method working By @Rincorpes
  • account.dashboard.canceled() method working By @Rincorpes
  • account.dashboard.closed() method working By @Rincorpes
  • account.notifications.getList() method working By @Rincorpes
  • account.notifications.markAsRead() method working By @Rincorpes
  • account.getRecentMsgs() method working By @Rincorpes
  • account.getRealNameVerifiers() method working By @Rincorpes
  • account.pincode() method working By @Rincorpes
  • account.logout() method working By @Rincorpes
  • account.wallet.getInfo() method working By @Rincorpes
  • account.wallet.getBalance() method working By @Rincorpes
  • account.wallet.send() method working By @Rincorpes
  • account.wallet.sendPin() method working By @Rincorpes
  • account.wallet.getAddr() method working By @Rincorpes

[1.2.7] - 2020-03-25

Fixed #2

  • pagination issue fixed get() method By @Rincorpes

[1.2.6] - 2020-03-25

Changed

  • params param added to get() method By @Rincorpes
  • localbitcoins.getPlaces() method working By @Rincorpes
  • close param added to get() and getUrl() methods By @Rincorpes
  • localbitcoins.getBTCPriceFromEquation() method working By @Rincorpes
  • localbitcoins.getFees() method working By @Rincorpes

[1.2.1] - 2020-03-25

Changed

  • countryCode param removed from getPaymentMethod() function By @Rincorpes

[1.2.0] - 2020-03-23

Added

  • publicMarketData.customBTCAvgList() method to allow get custom average btc prices list By @Rincorpes

[1.1.4] - 2020-03-23

Changed

  • README.md Installation and usage sections By @Rincorpes

[1.1.3] - 2020-03-23

Changed

  • CONTRIBUTING.md By @Rincorpes
    • Pull Request Process > develop first section improvement
    • Pull Request Process > submit your update section improvement
  • Logo in README.md By @Rincorpes

Added

[1.1.0] - 2020-03-23

Fixed

  • publicMarketData.bitcoinAverage error handling support By @Rincorpes

[1.0.11] - 2020-02-23

Changed

  • CONTRIBUTING.md By @Rincorpes
    • Pull Request Process section improvement

[1.0.10] - 2020-02-23

Changed

  • CONTRIBUTING.md By @Rincorpes
    • Questions/Help section
    • Reporting Bugs/Requesting Features

[1.0.9] - 2020-02-21

Added

[1.0.8] - 2020-02-21

Added

  • New options to get BTC average price. By @Rincorpes
    • currency Sting. To get the average of an specific currency
    • time String. To set the average time. Possible time options: 1h, 6h, 12h, 24h

[1.0.7] - 2020-02-18

Changed

[1.0.6] - 2020-01-28

Fixed

[1.0.0] - 2020-01-28

Added

Changed