18 Commits

Author SHA1 Message Date
a9f07ddb6f bipack: auto-detect unsigned inline types and add @Varint field codec 2026-03-25 02:49:52 +03:00
1a46c8cab3 v0.3.0 released: kotlin 2.2.21 breaking changes with Instant/Clock, etc. adopted in a compatible way 2025-12-14 13:23:48 +01:00
904a91b8de more sugar & unsigned support 2024-06-30 12:50:52 +07:00
3e6c487601 release 0.1.0: fixed bug with object/empty serialization, migrated to newest kotlin 2024-01-28 16:06:48 +03:00
47b450c597 0.0.7: oendOfData support, correct decoding with default values past it 2023-12-24 00:39:38 +03:00
e1c78e2bbb 0.0.4-rc: fixed a bug in variable-size short field (rare situation and most often masked). 2023-10-07 01:50:26 +01:00
ee20bfdee7 fixe #2 effective Instant binary representation (truncates to millis though) 2023-07-21 16:45:27 +01:00
641188e92b support for fixed size ints (all), but only BE 2023-04-01 17:17:42 +01:00
86eb5e9d7f some support for fixed number 2023-04-01 16:12:20 +01:00
204f73f045 BiPack: added @FixedSize for collection serialization 2023-03-31 06:20:26 +01:00
d97de2c3ea add more tests and fixed more glitches 2023-03-15 10:43:06 +01:00
149a0e1850 optimization: ise varint on field counter for extendable format (it's rare for a struct to have so many fields so smartint will be better). 2023-03-15 09:51:54 +01:00
e556d4bc3d fixed bugs with platforms and types. Tests pased 2023-03-15 08:26:13 +01:00
0b1cd2d9cf fixed bugs in types, added more tests 2023-03-13 21:49:09 +01:00
0e8f3daf99 support for @Unsigned fields and fox bad error of kotlinjs x is Float glitch: it returns true for integers 2023-03-13 16:27:06 +01:00
8c73ec9e30 CRC-protected frames 2023-03-13 15:28:08 +01:00
be03163a96 support for serialized frames 2023-03-12 23:22:21 +01:00
63b231975b encoder and decoder now support extendable formats. 2023-03-12 22:48:21 +01:00