File: CHANGELOG.rst

package info (click to toggle)
python-restructuredtext-lint 1.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: python: 309; sh: 25; makefile: 14
file content (89 lines) | stat: -rw-r--r-- 3,020 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
restructuredtext-lint changelog
===============================
1.3.2 - Added "Other tools" section to README. Replacement for #57

1.3.1 - Removed `.pyc` files from distribution. Fixes #56

1.3.0 - Added Python 3.7 support via @Jenselme in #47

1.2.2 - Dropped PyYAML dev dependency to fix GitHub vulnerability warning

1.2.1 - Dropped Python 3.3 from Travis CI to fix testing errors

1.2.0 - Added directory support via @dhruvsomani in #48. Fixes #38

1.1.3 - Updated documentation and typos via @jwilk in #44 and #45

1.1.2 - Replaced Gittip with support me page

1.1.1 - Removed PyPy3 from Travis CI to fix failures

1.1.0 - Added support for `--rst-prolog`. Fixes #39

1.0.1 - Repaired Python 3 testing errors in Travis CI

1.0.0 - Moved to "Silence is golden" philosophy. Clean files now have no output

0.18.0 - Added `--level` CLI option via @peterjc in #37

0.17.2 - Added `zip_safe` flag via @djanderson in #35

0.17.1 - Updated documentation with new info on Sphinx from #29

0.17.0 - Added back ``--version`` support with missing ``include_package_data`` flag

0.16.0 - Reverted support for ``--version`` due to breaking installation from PyPI

0.15.0 - Added support for ``--version``

0.14.3 - Moved ``with`` statement for opening/closing files to prevent leaking file descriptors via @asottile in #28

0.14.2 - Documented common PyPI issues

0.14.1 - Fixed up indentation annoyances in README

0.14.0 - Repaired JSON with no errors via @Iyozhikov in #25

0.13.0 - Added absolute imports to repair local development

0.12.4 - Added CPython@3.4, CPython@3.5, and PyPy@3 to Travis CI tests

0.12.3 - Added ``foundry`` for release

0.12.2 - Repaired imports to be absolute within package to fix Python3 issues via @fizyk in #21

0.12.1 - Added ``flake8-quotes`` to lint for non-single quotes

0.12.0 - Added support for multiple ``.rst`` files to ``rst-lint`` command via @pwilczynskiclearcode in #19

0.11.3 - Documented added in new directives/roles

0.11.2 - Added test failures for lint errors

0.11.1 - Fixed bad assertions in tests

0.11.0 - Added fix for errors that have no line number (e.g. invalid links). Fixes #12

0.10.0 - Remerged change from ``0.8.0`` to loosen ``docutils`` dependency to allow minor fluctuations. Fixes #9

0.9.0 - Added ``flake8`` linting via @berendt in #10

0.8.0 - Loosened ``docutils`` dependency to allow minor fluctuations. Fixes #9

0.7.0 - Increased ``halt_level`` to 5 (never halt) to collect all errors. Fixes #7

0.6.0 - Rewrote library to be inline with ``rst2html.py`` flow. Added error collecting on transforms. Fixes #6

0.5.0 - Relocated tests to follow convention and make running specific tests easier

0.4.0 - Repaired regression for bad parses that did not return all promised data (e.g. line number). Fixes #5

0.3.1 - Documented ``lint_file`` method

0.3.0 - Moved from ``read`` to ``io.read``, allowing specification of ``encoding`` from CLI. Attribution to @coldfix

0.2.0 - Added CLI utility

0.1.1 - Repairing link for PyPI

0.1.0 - Initial release