Skip to content

Releases: aokihu/quick-struct

1.0.0

15 Apr 05:23

Choose a tag to compare

v1.0.0 Release

0.4.11

13 Apr 15:52

Choose a tag to compare

encode function can convert Number to ""BigInt" automatically

0.4.10

13 Apr 08:52

Choose a tag to compare

Fix encode BigInt64 data is not incorrect

0.4.9

12 Apr 15:44

Choose a tag to compare

Update README.md

0.4.8

12 Apr 12:42

Choose a tag to compare

encode() support set endianness now

0.4.6

11 Apr 08:46

Choose a tag to compare

Remove 'Auto Flush' console output

0.4.5

11 Apr 08:05

Choose a tag to compare

🌟New Features

Support struct attribute, which are written in template string.

Struct Attributes:

  • ver This attribute is 1 now
  • autoflush Auto flush decoded cache after toJson() output

0.4.4

11 Apr 05:38

Choose a tag to compare

add autoFlush()

0.4.3

11 Apr 04:58

Choose a tag to compare

  • Add BigUint64 and BigInt64 test cases
  • Update README.md

0.4.2

11 Apr 03:35

Choose a tag to compare

Add flush() method, it clear decoded cache.