Skip to content

Releases: cufyorg/mmRPC

0.4.0-beta.5

13 Jan 17:28

Choose a tag to compare

  • added propList(...)
  • added faultList(...)
  • added structList(...)
  • added traitList(...)
  • added markdown(...)

Full Changelog: 0.4.0-beta.4...0.4.0-beta.5

0.4.0-beta.4

13 Jan 07:57

Choose a tag to compare

0.4.0-beta.3

13 Jan 02:04

Choose a tag to compare

  • added builtin.trait
  • added spec encoding/decoding util
  • added metadata.repeated
  • BREAKING: Changed signature of builtin.Contract
  • fix builder plain field context accessors

Full Changelog: 0.4.0-beta.2...0.4.0-beta.3

0.4.0-beta.2

12 Jan 23:53

Choose a tag to compare

Added traits - fixes #2

Full Changelog: 0.4.0-beta.1...0.4.0-beta.2

0.4.0-beta.1

12 Jan 09:49

Choose a tag to compare

gradle build fail fixes

0.4.0-beta.0

12 Jan 09:39

Choose a tag to compare

0.3.0 Beta 11

03 Sep 02:59

Choose a tag to compare

0.3.0-beta.11

fix: stdlib versions of downgraded modules

0.3.0 Beta 10

01 Sep 13:22

Choose a tag to compare

0.3.0-beta.10

build: Upgraded dependencies and added wasm target

0.3.0 Beta 9

03 Aug 13:38

Choose a tag to compare

  • Generation of RoutineObject.typeI and RoutineObject.typeO

0.3.0 Beta 8

20 Mar 08:13

Choose a tag to compare

Breaking

  • removed List.literal
  • removed List?.literal
  • removed Map<String, Literal>.literal
  • removed Map<String, Literal>?.literal
  • removed literal(...)

Feature

  • added ConstDefinitionBuilder.(String)invoke(...)

  • added StructDefinitionSetDomainContainer.(String)invoke(...)

  • added List.toTupleLiteral()

  • added emptyTupleLiteral()

  • added tupleLiteralOf(...)

  • added Map<String, Literal>.toStructLiteral()

  • added emptyStructLiteral()

  • added structLiteralOf(...)

Deprecated

  • deprecated Comm.SameClient
  • deprecated Comm.SameSoftware
  • deprecated Comm.SameSubject
  • deprecated Comm.SameService

Full Changelog: 0.3.0-beta.7...0.3.0-beta.8