-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathCHANGES.txt
72 lines (49 loc) · 1.86 KB
/
CHANGES.txt
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
Changes
=======
0.7.2 (2021-05-28)
------------------
- Permit use with click versions 8 and higher.
0.7.1 (2020-11-20)
------------------
- Future deprecation warning added in 0.7.0 has been changed. Cligj version
1.0.0 will support Python versions >= 3.6.
0.7.0 (2020-10-21)
------------------
- Warn about deprecation of support for Python versions < 3.7 in 1.0.0 (#33).
- Warn about future change in --sequence default when the option is used (#31).
0.6.0 (2020-10-19)
------------------
No changes since 0.6b1.
0.6b1 (2020-10-14)
------------------
Future changes:
- Feature sequences, not collections, will be the default form of output in
version 1.0 (#20).
Bug fixes:
- Always use `encoding='utf-8'` when opening input GeoJSON (#27).
- Improve docstrings (#22).
0.5.0 (2018-09-26)
------------------
- Version 0.4.0 is not compatible with click 7, but version 0.5.0 is (#23).
- The features_in_arg handler now takes sequences of geometry objects (#14).
- The iter_features function has a new per-feature callback and is ready for
use in other projects like Fiona (#15).
- The plugins module has been removed (#17).
0.4.0 (2015-12-17)
------------------
- Introduces a click argument, `features_in_arg`, which utilizes a click
callback to normalize the input of geojson features (#9).
- Release from tagged Travis CI builds (#10).
0.3.0 (2015-08-12)
------------------
- Deprecation of the cligj.plugins module (#6). Please switch to the
click-plugins module: https://github.com/click-contrib/click-plugins. The
cligj.plugins module will be removed from cligj at version 1.0.
0.2.0 (2015-05-28)
------------------
- Addition of a pluggable command group class and a corresponding click-style
decorator (#2, #3).
0.1.0 (2015-01-06)
------------------
- Initial release: a collection of GeoJSON-related command line arguments and
options for use with Click (#1).