This website requires JavaScript.
38751b5df6
more docs
master
sergeych
2025-01-18 04:28:11 +03:00
39c5f1f586
version 0.1.11
sergeych
2024-12-26 15:12:13 +03:00
3f83e842fe
!fix Long.encodeToHex bug, rewritten with new types +fast BitSet set with enums support
sergeych
2024-12-23 01:00:34 +03:00
f6d2422cc1
+added more useful collections
sergeych
2024-12-22 12:17:30 +03:00
d29bf960aa
- no caching on stored delegates, fix problens with memory storage connections + optStored now properly load/store only non-null values * possible concurrent modification in KVStorage.clear fixed
sergeych
2024-11-30 13:37:20 +07:00
2eb38e27ed
+ByteChunk
sergeych
2024-10-11 08:24:00 +07:00
a4cf3fe8ee
readme fix
sergeych
2024-08-24 07:14:10 +02:00
988974230d
readme fix
sergeych
2024-08-24 07:14:10 +02:00
10b21ab205
docs/tests addons
sergeych
2024-08-24 07:13:38 +02:00
fc9d4c5070
v0.1.7 release for all platforms on kotlin 2.0.20 - important fix in wasmJS
0.1.7
sergeych
2024-08-24 07:00:01 +02:00
e07ebf564a
v0.1.6 release for all platforms
v0.1.6-release
sergeych
2024-07-27 19:00:36 +02:00
a866dff852
docs publc
v0.1.6
sergeych
2024-07-24 22:50:54 +03:00
904a91b8de
more sugar & unsigned support
sergeych
2024-06-30 12:50:52 +07:00
1fd229fdb1
Added MRUCache
sergeych
2024-06-29 10:32:03 +07:00
cc8c9ecc5d
MP fixes: more platforms
sergeych
2024-06-08 20:27:51 +07:00
a5f2128e1d
added & published for all KMP targets (0.1.3)
sergeych
2024-04-27 00:09:58 +02:00
1c84f286d9
MP fixes
sergeych
2024-04-23 21:49:57 +03:00
fa87a0f611
more ios/macos targets implementation
sergeych
2024-03-15 19:22:36 +01:00
87a0c14b85
0.1.1 published to platforms except apple
sergeych
2024-02-26 12:47:24 +03:00
e9082af4de
more KMP targets
sergeych
2024-02-26 12:44:44 +03:00
3c33eb3bd9
refactored packages, added more docs
sergeych
2024-02-19 03:33:45 +03:00
babc3933eb
0.1.1-SNAPSHOT: storages, sync tools, docs
sergeych
2024-02-18 22:50:37 +03:00
3e6c487601
release 0.1.0: fixed bug with object/empty serialization, migrated to newest kotlin
sergeych
2024-01-28 16:06:48 +03:00
47b450c597
0.0.7: oendOfData support, correct decoding with default values past it
sergeych
2023-12-24 00:39:38 +03:00
06f8bc7ef2
release 0.0.6
sergeych
2023-11-22 18:44:29 +03:00
30bf5fefe9
more support for ubytearrays
sergeych
2023-10-26 10:35:16 +03:00
b5db8bb8cc
version bump in readme
sergeych
2023-10-07 01:58:48 +01:00
9eb7bd9e0e
version bump
v0.0.4
sergeych
2023-10-07 01:55:59 +01:00
e1c78e2bbb
0.0.4-rc: fixed a bug in variable-size short field (rare situation and most often masked).
sergeych
2023-10-07 01:50:26 +01:00
b7784fec18
0.0.3 release: docs, foxed dump formatting
v0.0.3
sergeych
2023-09-28 18:03:47 +01:00
ee20bfdee7
fixe #2 effective Instant binary representation (truncates to millis though)
sergeych
2023-07-21 16:45:27 +01:00
d0f29ce06f
more docs
sergeych
2023-04-02 05:10:44 +01:00
6ae2e9f885
some texts fixed
sergeych
2023-04-01 17:27:16 +01:00
641188e92b
support for fixed size ints (all), but only BE
sergeych
2023-04-01 17:17:42 +01:00
86eb5e9d7f
some support for fixed number
sergeych
2023-04-01 16:12:20 +01:00
5b8df2ff20
WrongCollectionSize exception added and more docs
sergeych
2023-03-31 21:14:02 +01:00
ba6bf7eb37
ignore and annotation description
sergeych
2023-03-31 07:10:59 +01:00
204f73f045
BiPack: added @FixedSize for collection serialization
sergeych
2023-03-31 06:20:26 +01:00
bd19570dec
toDump() fixed fills
sergeych
2023-03-16 16:35:18 +01:00
eb25bcb94e
dokka docs added/2
sergeych
2023-03-15 23:09:51 +01:00
61c0b7b0f8
dokka docs added
sergeych
2023-03-15 23:03:45 +01:00
2cd68276d4
docs for bipack format
sergeych
2023-03-15 11:21:59 +01:00
569d62faa9
cosmetics
sergeych
2023-03-15 10:51:10 +01:00
d97de2c3ea
add more tests and fixed more glitches
sergeych
2023-03-15 10:43:06 +01:00
2823692b03
improved dump
sergeych
2023-03-15 10:19:18 +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).
sergeych
2023-03-15 09:51:42 +01:00
e556d4bc3d
fixed bugs with platforms and types. Tests pased
sergeych
2023-03-15 08:26:13 +01:00
e4f2644169
test for inner class CrcProtection bug
sergeych
2023-03-13 23:19:48 +01:00
8aa82bb42f
missing stuff & ignores
sergeych
2023-03-13 23:10:30 +01:00
0b1cd2d9cf
fixed bugs in types, added more tests
sergeych
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
sergeych
2023-03-13 16:27:06 +01:00
6bc01e9534
simpler annotations
sergeych
2023-03-13 15:28:49 +01:00
8c73ec9e30
CRC-protected frames
sergeych
2023-03-13 15:28:08 +01:00
ee2c958445
tests moved to common
sergeych
2023-03-12 23:27:21 +01:00
be03163a96
support for serialized frames
sergeych
2023-03-12 23:22:21 +01:00
63b231975b
encoder and decoder now support extendable formats.
sergeych
2023-03-12 22:48:21 +01:00
6e65a216c5
upgraded to k1.8, upgraded stools, added more docs on codecs
sergeych
2023-03-11 15:36:09 +01:00
8fb052c4f9
refactored int codecs to DRY and easy support signed/unsigned values
sergeych
2023-03-11 14:35:37 +01:00
0f9702b1dc
initial: varing and smarting packing tools
sergeych
2023-02-03 13:10:43 +01:00