Releases: TheNorthMemory/tmc.js
Releases · TheNorthMemory/tmc.js
v0.3.16
types on:
taobao_opencrm_DigitalTplExamine
数字短信模板审核消息 topictaobao_top_ProcessCallback
工作流执行回调消息 topic
v0.3.15
- types of the
taobao_live_AgencyItemChanged
直播严选机构商品池变化通知 topic
v0.3.14
- fix the
byte
,short
andint
higher boundary on theMessage.Encoder
class.byte
->[-(2**7), 2**7)
short
->[-(2**15), 2**15)
int
->[-(2**31), 2**31)
v0.3.13
fix the byte
, short
and int
minimum boundary with equal
operation on the Message.Encoder
class
v0.3.12
- renew types:
- sharps of the Message's
possible
keys and values, theDate
value may beinteger(microseconds)
orstring(YYYY-MM-DD HH:mm:ss)
orGMT datetime string
; - sharps of the Message's primary
key
asreadonly
as possible;
- sharps of the Message's
v0.3.11
- optimize & lint on the
Message
class, importvars
by thedeconstruct
syntax; - renew types:
- new signature of
new Tmc(appKey: string, appSecret: BinaryLike, options?: ConsumerOptions)
; - correctly
@link
categories; - refresh
TOPICS
summary;
- new signature of
v0.3.10
- fix a bug on
fill
buffer scene and enhancewriteCustomValue
scenes; - renew types:
- named
topic
label onto each interfaces; - marked
tid
,oid
,num_iid
andsku_id
should bebigint
;
- named
v0.3.9
renew types:
taobao_live
in;OutgoingMessage
in;
v0.3.8
v0.3.7
The $.content.content
can be a plain object when used in .send(new Message(SEND, Data).with(CONTENT))
scene