Commit Graph

53 Commits

Author SHA1 Message Date
3801c5759f bump version to 1.4.0
All checks were successful
/ test (pull_request) Successful in 41s
2026-02-05 14:29:19 +01:00
03ec68cc40 remove unsigned support 2026-02-05 14:19:51 +01:00
421beeed1e Merge pull request '1.3.4 release' (#9) from develop into main
All checks were successful
/ publish (push) Successful in 2m48s
Reviewed-on: Infendro/bytes-kt#9
2026-02-03 22:06:17 +00:00
19b2fb36fd bump version to 1.3.4
All checks were successful
/ test (pull_request) Successful in 1m44s
2026-02-03 23:02:24 +01:00
f18adc08b9 implement shorthand bytearray operations 2026-02-03 23:01:19 +01:00
85f10be1d2 Merge pull request '1.3.3 release' (#8) from develop into main
All checks were successful
/ publish (push) Successful in 1m22s
Reviewed-on: Infendro/bytes-kt#8
2026-01-22 10:59:48 +00:00
345be1cc6f bump version to 1.3.3
All checks were successful
/ test (pull_request) Successful in 28s
2026-01-22 11:58:36 +01:00
d7d4e0c635 implement bytearray operators with byte 2026-01-22 11:35:09 +01:00
3e769fe4d0 small refactor to ci caching 2026-01-17 12:38:20 +01:00
17ff49ce0c Merge pull request '1.3.2 release' (#7) from develop into main
All checks were successful
/ publish (push) Successful in 3m26s
Reviewed-on: Infendro/bytes-kt#7
2026-01-15 15:23:32 +00:00
d7e65ccc32 fix ByteArray to numeric conversion
All checks were successful
/ test (pull_request) Successful in 2m49s
2026-01-15 16:18:44 +01:00
dddf2bab93 add return types 2026-01-15 14:56:46 +01:00
d55ec62be9 simplify test workflow to JVM only 2026-01-15 14:45:31 +01:00
9c7a9e4926 Merge pull request '1.3.1 release' (#6) from develop into main
All checks were successful
/ publish (push) Successful in 2m14s
Reviewed-on: Infendro/bytes-kt#6
2026-01-15 13:18:42 +00:00
ff0e17b5ad switch to signed-first approach
All checks were successful
/ test (pull_request) Successful in 2m47s
It turns out signed math is more performant
2026-01-15 14:10:14 +01:00
d06e523914 fix REAMDE 2026-01-14 16:18:57 +01:00
afe35355a8 Merge pull request 'optimizations' (#5) from develop into main
All checks were successful
/ publish (push) Successful in 1m29s
Reviewed-on: Infendro/bytes-kt#5
2026-01-14 15:12:42 +00:00
947ef907a5 more optimizations, split ci
All checks were successful
/ test (pull_request) Successful in 6m14s
2026-01-14 16:03:16 +01:00
23b565ca0a upgrade
Some checks failed
/ test (push) Failing after 2m16s
/ publish (push) Has been skipped
2026-01-14 15:47:39 +01:00
cc9961084c implement optimizations 2026-01-14 15:36:50 +01:00
9391009403 improve ci
All checks were successful
/ test (push) Successful in 3m25s
/ publish (push) Has been skipped
2026-01-13 15:58:00 +01:00
1195ad5acc replace IllegalArgumentException with require 2025-12-14 00:12:03 +01:00
9b7335ead2 update README to match wiki 2025-12-13 15:23:18 +01:00
f5d559e8fe refactor lib structure 2025-12-13 14:49:00 +01:00
3ab2bea4f6 improve test coverage 2025-12-13 11:35:11 +01:00
a9f77d6211 fix workflow 2025-12-13 01:30:31 +01:00
ecbeab8531 small refactor 2025-12-13 01:09:41 +01:00
b8639c7cf0 refactor build.gradle.kts 2025-12-13 00:59:15 +01:00
300ad7511a use common plugin 2025-12-13 00:54:00 +01:00
22cfdd90ab improve test coverage 2025-12-12 21:21:44 +01:00
01327ef4b2 refactor 2025-12-12 21:20:44 +01:00
be9a8a4369 bump version to 1.2.4
All checks were successful
/ publish (push) Successful in 4m57s
2025-12-12 15:47:47 +01:00
96d2c5785f implement String utilities
UByteArray::decodeToString(): String
String::encodeToUByteArray(): UByteArray
2025-12-12 15:44:39 +01:00
1e04a3aff4 bump version to 1.2.3
All checks were successful
/ publish (push) Successful in 4m7s
2025-12-01 17:53:42 +01:00
401d169cc0 upgrade kotlin version 2025-12-01 17:53:06 +01:00
fa2c6b6621 refactor and simplify functions 2025-12-01 17:48:45 +01:00
4fbadfba1e implement tests 2025-12-01 16:24:58 +01:00
eb2cdbea73 implement typed array to byte array conversions 2025-12-01 16:24:35 +01:00
941a486217 bump version to 1.2.2
All checks were successful
/ publish (push) Successful in 2m32s
2025-11-10 18:08:28 +01:00
3a0a947fb0 fix padding
again
2025-11-10 18:08:21 +01:00
0daa5d68a4 bump version to 1.2.1
All checks were successful
/ publish (push) Successful in 2m32s
2025-11-10 15:52:46 +01:00
bd9531b60b fix padEnd 2025-11-10 15:52:24 +01:00
f647abc0a4 fix build
All checks were successful
/ publish (push) Successful in 3m56s
2025-11-10 13:59:55 +01:00
694c44d7d5 bump version 1.2.0
Some checks failed
/ publish (push) Failing after 2m42s
2025-11-10 13:52:07 +01:00
e4c3a0f45f implement padding, support UByteArray 2025-11-10 13:51:21 +01:00
f825b6a7ab add README 2025-10-04 12:58:45 +02:00
df3312f5c0 upgrade gradle wrapper 2025-10-04 12:57:13 +02:00
2e2abc4f73 add opt-in 2025-07-24 21:06:39 +02:00
1f30e07d39 bump version to 1.1.1
All checks were successful
/ publish (push) Successful in 2m46s
2025-07-24 20:53:43 +02:00
11c95ed76f fix addAll 2025-07-24 20:52:47 +02:00