Skip to content

Releases: TheNorthMemory/tmc.js

v0.3.16

02 Feb 05:07
0.3.16
7151ea5
Compare
Choose a tag to compare

types on:

  • taobao_opencrm_DigitalTplExamine 数字短信模板审核消息 topic
  • taobao_top_ProcessCallback 工作流执行回调消息 topic

v0.3.15

05 Jan 14:42
0.3.15
5b88275
Compare
Choose a tag to compare
  • types of the taobao_live_AgencyItemChanged 直播严选机构商品池变化通知 topic

v0.3.14

04 Dec 09:33
0.3.14
ea355c9
Compare
Choose a tag to compare
  • fix the byte, short and int higher boundary on the Message.Encoder class.
    • byte -> [-(2**7), 2**7)
    • short -> [-(2**15), 2**15)
    • int -> [-(2**31), 2**31)

v0.3.13

03 Dec 02:15
0.3.13
976b3ef
Compare
Choose a tag to compare

fix the byte, short and int minimum boundary with equal operation on the Message.Encoder class

v0.3.12

28 Nov 09:23
0.3.12
c7c51e4
Compare
Choose a tag to compare
  • renew types:
    • sharps of the Message's possible keys and values, the Date value may be integer(microseconds) or string(YYYY-MM-DD HH:mm:ss) or GMT datetime string;
    • sharps of the Message's primary key as readonly as possible;

v0.3.11

27 Nov 06:41
0.3.11
05dc4d5
Compare
Choose a tag to compare
  • optimize & lint on the Message class, import vars by the deconstruct syntax;
  • renew types:
    • new signature of new Tmc(appKey: string, appSecret: BinaryLike, options?: ConsumerOptions);
    • correctly @link categories;
    • refresh TOPICS summary;

v0.3.10

26 Nov 06:24
0.3.10
b10d3f7
Compare
Choose a tag to compare
  • fix a bug on fill buffer scene and enhance writeCustomValue scenes;
  • renew types:
    • named topic label onto each interfaces;
    • marked tid, oid, num_iid and sku_id should be bigint;

v0.3.9

25 Nov 10:18
0.3.9
af021ae
Compare
Choose a tag to compare

renew types:

  • taobao_live in;
  • OutgoingMessage in;

v0.3.8

24 Nov 15:05
0.3.8
33915f1
Compare
Choose a tag to compare

optimize performace speed up on the Message.Encoder

  • 0.3.8 x 148,753 ops/sec ±1.31% (82 runs sampled)
  • 532c993 x 123,147 ops/sec ±1.15% (81 runs sampled)
  • 0.3.7 x 83,358 ops/sec ±2.11% (79 runs sampled)

v0.3.7

23 Nov 06:10
0.3.7
9287c78
Compare
Choose a tag to compare

The $.content.content can be a plain object when used in .send(new Message(SEND, Data).with(CONTENT)) scene