Changelog
0.8.0 (2019-09-24)
CfgIf
, WaitForFrame
and WaitForFrame2
.option_buffer_to_hex
and option_hex_to_buffer
.serde_derive
dependency in favor of serde
feature.Changelog
0.7.0 (2019-07-16)
try
and with
actions as CFG nodes. The try
, with
, return
, throw
and jump
actions are no longer available as CFG actions and a replaced by dedicated block types. End
and Simple
CFG block types were unified: a null
represents the end of the current stack frame.Changelog
0.6.0 (2019-07-11)
DefineFunction
, DefineFunction2
, Try
, With
)Changelog
0.5.0 (2019-07-08)
travis.com
for CI.send_vars_method
to method
in GetUrl2
.rustfmt
support.Changelog
0.4.0 (2019-05-20)
CHANGELOG.md
.register_count
to register
in StoreRegister
.