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