]> Cypherpunks.ru repositories - pyderasn.git/blob - doc/news.rst
ab752f4289e388ba83d7261f755014bba3b94783
[pyderasn.git] / doc / news.rst
1 News
2 ====
3
4 .. _release3.0:
5
6 3.0
7 ---
8 * :py:func:`pyderasn.decode_path_defby` is replaced with
9   :py:class:`pyderasn.DecodePathDefBy`
10 * Ability to turn colourized terminal output by calling
11   ``pprint(..., with_colours=True)``
12
13 .. _release2.1:
14
15 2.1
16 ---
17 * Fixed invalid offset calculation when dealing with DEFINED BY objects
18   having explicit tags
19
20 .. _release2.0:
21
22 2.0
23 ---
24 * BIT STRINGs can also be :ref:`DEFINED BY <definedby>`
25 * Decoding process can be governed with optional :ref:`ctx <ctx>`
26   keyword argument to ``decode()`` method
27 * :ref:`defines_by_path <defines_by_path_ctx>` option is now
28   :ref:`decode context <ctx>` option, not a keyword argument
29 * Ability to do :ref:`strict validation <strict_default_existence_ctx>`
30   of defaulted values met in sequence, raising an exception
31
32 .. _release1.6:
33
34 1.6
35 ---
36 Ability to skip specified number of bytes (``--skip``) in command line
37 utility.
38
39 .. _release1.5:
40
41 1.5
42 ---
43 * Generic decoder's scheme and pretty printer
44   (:py:func:`pyderasn.generic_decoder`) can be used in libraries.
45 * Ability to specify :ref:`defines_by_path <defines_by_path_ctx>`
46   during command line invocation.
47
48 .. _release1.4:
49
50 1.4
51 ---
52 Ability to automatically decode :ref:`DEFINED BY <definedby>` fields
53 inside SEQUENCEs.
54
55 .. _release1.3:
56
57 1.3
58 ---
59 Removed ``__lt__``/``__eq__`` from base class, as pylint likes it.
60
61 .. _release1.2:
62
63 1.2
64 ---
65 Full rich comparison operators added.
66
67
68 .. _release1.1:
69
70 1.1
71 ---
72 Trivial README addition.
73
74 .. _release1.0:
75
76 1.0
77 ---
78 Initial release.