]> Cypherpunks.ru repositories - pyderasn.git/blob - doc/news.rst
Decode context and defines feature extending
[pyderasn.git] / doc / news.rst
1 News
2 ====
3
4 .. _release2.0:
5
6 2.0
7 ---
8 * BIT STRINGs can also be :ref:`DEFINED BY <definedby>`
9 * Decoding process can be governed with optional :ref:`ctx <ctx>`
10   keyword argument to ``decode()`` method
11 * :ref:`defines_by_path <defines_by_path_ctx>` option is now
12   :ref:`decode context <ctx>` option, not a keyword argument
13
14 .. _release1.6:
15
16 1.6
17 ---
18 Ability to skip specified number of bytes (``--skip``) in command line
19 utility.
20
21 .. _release1.5:
22
23 1.5
24 ---
25 * Generic decoder's scheme and pretty printer
26   (:py:func:`pyderasn.generic_decoder`) can be used in libraries.
27 * Ability to specify :ref:`defines_by_path <defines_by_path_ctx>`
28   during command line invocation.
29
30 .. _release1.4:
31
32 1.4
33 ---
34 Ability to automatically decode :ref:`DEFINED BY <definedby>` fields
35 inside SEQUENCEs.
36
37 .. _release1.3:
38
39 1.3
40 ---
41 Removed ``__lt__``/``__eq__`` from base class, as pylint likes it.
42
43 .. _release1.2:
44
45 1.2
46 ---
47 Full rich comparison operators added.
48
49
50 .. _release1.1:
51
52 1.1
53 ---
54 Trivial README addition.
55
56 .. _release1.0:
57
58 1.0
59 ---
60 Initial release.