Skip to content

Latest commit

 

History

History
204 lines (164 loc) · 6.3 KB

CHANGELOG.md

File metadata and controls

204 lines (164 loc) · 6.3 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.

Please check our developers guide for further information about branching and tagging conventions.

1.8.0 - 2019-06-22

1.8.0-rc.1 - 2019-06-17

Added

  • isEmptyBodyAllowed flag for api-caller _call method

1.8.0-rc.0 - 2019-06-06

Added

  • Integration test for atomic swap
  • Builders for InitiateKYCRecovery, CreateKYCRecoveryRequest, RemoveAssetPairOp
  • Unit tests for for InitiateKYCRecovery, CreateKYCRecoveryRequest, RemoveAssetPairOp
  • Integration tests for CreateKYCRecoveryRequest, CreateKYCRecoveryRequest
  • ApiCaller#withBaseURL method

Changed

  • Now using xdr version 3.4.0-x.0
  • Updated package.json dependencies to the latest, except of bignumber

Fixed

  • operation builders related to atomic swap

1.7.0 - 2019-06-03

1.7.0-rc.2 - 2019-05-30

Fixed

  • Transaction error parsing if no messages are provided
  • Bug with deprecated requestDetails field of ReviewRequestBuilder#reviewWithdrawRequest. Now this field be set automatically under the hood

1.7.0-rc.1 - 2019-05-21

Changed

  • Now an empty object on creator details validator is allowed

1.7.0-rc.0 - 2019-05-21

Added

  • Validators for specified types:
    • Undefined
    • Array
    • String
    • Public key
    • Secret key
    • Balance key
    • Int64 amount
    • Asset code
    • XDR enum type
    • Creator details
  • Check for spaces in BaseOperation.isValidString
  • DocumentsManager class to encapsulate creating document's config & uploading a file to the storage

Changed

  • api-caller method deleteWithSignature params
  • api-caller method delete params

Updated

  • Now using new validators in CreateIssuanceRequestBuilder

Fixed

  • BaseOperation.isValidAsset method, now it accepts only alphanumeric symbols

1.7.0-x.2 - 2019-05-15

Added

  • Method useBaseURL to api-caller
  • Method useNetworkDetails to api-caller
  • Method withWallet to api-caller
  • Method useApi to factors-manager
  • Method useApi to wallet-manager

1.7.0-x.1 - 2019-05-07

Added

  • New managers classes for encapsulating actions with wallets, factors, and change signers operations:
    • WalletsManager
    • FactorsManager
    • SignersManager

Changed

  • Now using default axios instance in ServerErrorBase constructor if there are no passed one

1.7.0-x.0 - 2019-05-07

Added

  • Manage account specific rule builder
  • Release sanity check script

Changed

  • Use XDR version 3.3.0-x.0

1.6.0 - 2019-05-07

1.6.0-rc.0 - 2019-05-02

Added

  • Builders for CancelPollOp, UpdatePollEndTime
  • Unit tests for for CancelPollOp, UpdatePollEndTime
  • Integration tests for CancelPollOp, UpdatePollEndTime

Changed

  • Use XDR version 3.2.0

1.6.0-x.0 - 2019-04-26

Added

  • DELETE method for ApiCaller

Fixed

  • Parsing transaction errors without operation details
  • Wallet verification request payload

1.5.0 - 2019-04-19

1.5.0-rc.1 - 2019-04-19

Added

  • getRaw method & networkDetails getter to API caller

1.5.0-rc.0 - 2019-04-19

Added

  • BLOB_TYPES constant

1.4.4 - 2019-04-15

Fixed

  • Param referrerId in create wallet POST request

1.4.3 - 2019-04-08

Added

  • Added errorResults getter for TransactionError to simplify deriving operation error codes and messages

1.4.2 - 2019-04-05

Fixed

  • Add missing referrerId arg to wallets.create()

1.4.1 - 2019-04-04

Fixed

  • Repository link in package.json

1.4.0 - 2019-04-03

Fixed

  • Use XDR version 3.1.1 (add pollID in result of create CREATE_POLL request)

1.4.0-rc.0 - 2019-03-30

Added

  • Voting:
    • ManageCreatePollRequestBuilder
    • ManagePollBuilder
    • ManageVoteBuilder
    • Integration tests for voting

Changed

  • Use XDR version 3.1.0

1.3.1-x.2 - 2019-03-21

Added

  • New "bravo" blob type

1.3.1-x.1 - 2019-03-14

Added

Changed

  • Use XDR version 3.0.1-x.0

Fixed

  • Use deserialize cache stub when creating a Jsona instance
  • Integration tests

1.3.0 - 2019-03-01