Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Releases: mesg-foundation/mesg-js

v5.0.0

28 Oct 10:27
8744829
Compare
Choose a tag to compare

Breaking Changes

  • (#141) Remove core APIs.
  • (#143) Remove service.Delete API.

Added

  • (#134) Add credential system.
  • (#142) Add ownership APIs.
  • (#143) Add service.Hash and service.Exists APIs.

v4.4.0

23 Sep 08:01
10eaa79
Compare
Choose a tag to compare

Added

  • (#132) Add support for constants for map.
  • (#133) Add account api.
  • (#135) New api namespace, prefix all the API with mesg to avoid conflicts.

Changed

  • (#136) Normalize naming of the api (everything singular).

v4.3.1

11 Sep 09:22
Compare
Choose a tag to compare

Changed

  • (#130) Use MESG struct instead of proto.

v4.3.0

09 Sep 09:38
Compare
Choose a tag to compare

Breaking Changes

  • (#124) Switch from string to byte for hashes. You can use the function decode from lib/util/base58 to convert the hashes from string.

Added

v4.2.1

05 Aug 04:29
cf8652a
Compare
Choose a tag to compare

Fixed

  • (#116) Fix missing support for big number with proto structs

v4.2.0

29 Jul 17:22
3750a58
Compare
Choose a tag to compare

Click here to see the release notes

Breaking Changes

  • (#114) Support of proto Structs type that replace JSON strings.

Changed

  • (#112) Automatic type generation.

Experimental

  • (#113) Add workflow APIs.

v4.1.0

09 Jul 05:43
72c201e
Compare
Choose a tag to compare

Click here to see the release notes

Added

  • (#104) Resolve instance hash from Service SID.

Fixed

  • (#108) Move filter on Execution's status from executeTaskAndWaitResult to listenResult.

v4.0.0

09 Jul 05:43
b56fc6f
Compare
Choose a tag to compare

Click here to see the release notes

Breaking Changes

  • (#102) Update internal logic to the new Engine's APIs of v0.11.0. The Service side stay the same (except a few types) but the application side have some modifications on the parameters of the functions. Check the release notes on the forum for more detail.

v3.0.0 - Service task output simplification

19 Jun 04:25
3242c34
Compare
Choose a tag to compare

Click here to see the release notes

Breaking Changes

  • (#90) Service task output simplification. (#91). (#99).
  • (#101) Rename executionID to executionHash.

Changed

v2.1.0

13 May 04:39
b18a74d
Compare
Choose a tag to compare
  • #81 Service: throw an error when task's output functions are called without any data.
  • #82 Service: show a warning instead of throwing an error when tasks are defined in mesg.yml but not implemented.
  • #84 Service: throw an error when emit event functions are called without any data.
  • #86 Update proto files with latest version from MESG Core.