We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4adc6f1 commit 171145eCopy full SHA for 171145e
ChangeLog.rst
@@ -13,6 +13,12 @@ Changes
13
* Add ``.skip()`` method to ``Unpacker`` (thanks to jnothman)
14
* Add capturing feature. You can pass the writable object to
15
``Unpacker.unpack()`` as a second parameter.
16
+* Add ``Packer.pack_array_header`` and ``Packer.pack_map_header``.
17
+ These methods only pack header of each type.
18
+* Add ``autoreset`` option to ``Packer`` (default: True).
19
+ Packer doesn't return packed bytes and clear internal buffer.
20
+* Add ``Packer.pack_map_pairs``. It packs sequence of pair to map type.
21
+
22
23
0.2.3
24
=======
0 commit comments