File: CHANGES.rst

package info (click to toggle)
httpcode 0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 144 kB
  • sloc: python: 216; makefile: 4
file content (30 lines) | stat: -rw-r--r-- 699 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
Change History
==============

0.6 (2017-04-03)
----------------
- Use argparse instead of optparse
- Declare as Python 2.7+ and Python 3 compatible

0.5 (2011-12-30)
----------------
- Colorize HTTP codes

0.4 (2011-12-27)
----------------
- regex and 'x' can be used as part of an HTTP code
  https://github.com/rspivak/httpcode/pull/6

0.3 (2011-12-22)
----------------
- Add -s/--search option to search for code by description
  https://github.com/rspivak/httpcode/pull/3

0.2 (2011-12-21)
----------------
- Add HTTP code 418 (I'm a teapot): https://github.com/rspivak/httpcode/pull/2
- Bugfix: https://github.com/rspivak/httpcode/issues/1

0.1 (2011-12-21)
----------------
- Initial release