Skip to content

Releases: mobius-network/mobius-client-js

v0.5.1

29 Mar 20:33
02870da

Choose a tag to compare

Core

  • Fix signer check to be compatible with the breaking changes in Horizon 0.17 response format #24

v0.5.0

06 Jul 18:34

Choose a tag to compare

Core

  • Add default JWT token generation w/ support for expiresIn param for the challenge #21

v0.4.1

19 Jun 14:27

Choose a tag to compare

Core

  • Fixed FriendBot builder arguments b3b6a24
  • Added correct FriendBotbuilder's .call() method b3b6a24

v0.4.0

11 Jun 20:35

Choose a tag to compare

Core

  • Fixed double payment issue #19:

    • Fix an issue in App.pay() method which caused double charging
    • Rename App.pay() -> App.charge(). NOTE: App.pay() is deprecated
    • Update App.transfer() to follow Ruby SDK behavior
    • Introduce App.payout() method for app -> user payments
  • Improved user & app accounts reloading after transactions submit #16

Other

v0.3.2

31 May 01:46

Choose a tag to compare

Core:

  • Fixed user -> application payments by passing correct account instance and adding valid transaction signature #11

v0.3.1

29 May 18:42

Choose a tag to compare

Core:

  • Fix package submodules exports #9

Other:

  • Added LICENSE file to the project root

Public release

27 May 15:47

Choose a tag to compare

Core:

  • implemented Mobius client functionality #4

  • Implemented Account service class to interact with the account on Stellar network #5

  • Implemented App service class to interact with user balance in application #6

Other:

  • Add better documentation, usage examples

v0.2.1

27 May 16:05

Choose a tag to compare

Core:

  • Fixed Challenge transaction memo passing during transaction build 2151e46

  • Added tests for authentification parts #3

v0.2.0

27 May 16:02

Choose a tag to compare

Core:

  • Improved build setup, added ESlint, Prettier #1

  • Implemented core authentification functionality which allows generate & validate Challenge transactions on the developer's and sign it on user's side #2