Commit graph

32 commits

Author SHA1 Message Date
Andrew Martin
f5799e7270 Add wordPaddedDec4 2020-02-12 14:56:32 -05:00
Andrew Martin
1ccaa80ba8 Update changelog for 0.3.3.0 release 2020-02-10 09:34:49 -05:00
Zankoku Okuno
f8a32ebb1b
Word256 lacunae for big-endian and little-endian output
Implement BE and LE builders for 256-bit words and arrays of 256-bit words.
Test new functions in the test suite.
2020-02-07 09:39:59 -05:00
Eric Demko
6657cc0383 implemented wider hex builders and a couple missing builders 2020-02-06 14:41:26 -05:00
Andrew Martin
93d3429fe7 Prepare for 0.3.2.0 release 2020-01-20 18:54:43 -05:00
Andrew Martin
d496f23fd8 Add word8PaddedLowerHex 2020-01-03 06:42:32 -05:00
Andrew Martin
ecde041d9d Add wordPaddedDec9 2019-12-30 20:43:36 -05:00
Andrew Martin
2b85e2cb84
Add function for zero-padded decimal encoding of two digit numers 2019-12-30 20:14:15 -05:00
Andrew Martin
10ed08c77d Add length to Data.Bytes.Chunks 2019-12-09 19:35:51 -05:00
Andrew Martin
3688e024e8 Add runOnto 2019-12-09 13:25:51 -05:00
Andrew Martin
70a5c15e6c Add putManyConsLength 2019-11-23 08:56:52 -05:00
Andrew Martin
c7fcaff97f Add putMany and considate consLength functions 2019-11-22 16:24:48 -05:00
Andrew Martin
ae5d17ce5c Sort imports. Add release date to changelog. 2019-11-20 14:35:49 -05:00
Andrew Martin
4f8ea31b73 Add Data.ByteArray.Builder.Unsafe.fromEffect 2019-11-20 14:30:51 -05:00
Andrew Martin
575d29730d Add little-endian variant of length-consing function 2019-10-25 12:57:56 -04:00
Andrew Martin
6359787a02 Add Semigroup and Monoid instances for Chunks 2019-10-18 10:59:03 -04:00
Andrew Martin
469da275e9 Export reverseCommitsOntoChunks from the Unsafe module 2019-10-18 10:42:49 -04:00
Andrew Martin
00f437f8cc Add big-endian and little-endian parsers for Word128 2019-10-17 11:26:14 -04:00
Andrew Martin
a66f8e1200 Add shortByteString builder. Prepare the changelog for a major release. 2019-10-17 09:45:08 -04:00
Andrew Martin
691749e27a Support big-endian and little-endian encoding of 16-bit and 32-bit signed integers 2019-10-10 10:28:01 -04:00
Andrew Martin
71568edb50 Add big-endian and little-endian functions for copying a PrimArray of Word{16,32,64} 2019-10-10 09:40:39 -04:00
Andrew Martin
c84f6cbcca Add flush, copy, and insert 2019-10-10 09:10:44 -04:00
Andrew Martin
3ad5261ff4 Add little-endian encoding functions for Word{16,32,64}. Add machine encoding functions for 64-bit signed int. These just convert it to an unsigned int and call the corresponding encoding function. 2019-10-09 09:48:28 -04:00
Andrew Martin
d52aecdc60 Add consLengthBE32 2019-09-18 11:45:02 -04:00
Andrew Martin
902eede957 add release date to changelog in preparation for release to hackage 2019-09-05 09:25:26 -04:00
Andrew Martin
1c17d129ff update the changelog 2019-09-05 09:18:14 -04:00
Andrew Martin
61c7539cee update the changelog in preparation for a release 2019-09-04 11:15:18 -04:00
Andrew Martin
5d3d6d1afd Add functions for encoding ShortText as UTF-8 and as JSON 2019-08-07 15:23:02 -04:00
Andrew Martin
37aaeac18a Add doubleDec for rendering floating-point numbers 2019-08-05 12:07:02 -04:00
Andrew Martin
7b222c31cf major version bump and modify changelog 2019-08-02 16:28:25 -04:00
Andrew Martin
a0f71b9b81 bump to 0.1.1.0 for release 2019-07-30 08:43:09 -04:00
Andrew Martin
0d63fbc60d Initial commit. The library includes a simple Builder, a Semigroup instance, primitives for running the builder, and a function for decimal-encoding a 64-bit word. There is also a test suite to confirm that it works. 2019-06-17 13:24:24 -04:00