You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/changelog.rst
+57-52
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,29 @@
2
2
Change Log
3
3
==========
4
4
5
-
v2.1.3
6
-
======
5
+
v2.2.0 (26-JUL-2024)
6
+
====================
7
+
8
+
* Implemented `ModelObjectCompleter should optionally accept a QuerySet in place of a Model class. <https://github.com/bckohan/django-typer/issues/96>`_
9
+
10
+
v2.1.3 (15-JUL-2024)
11
+
====================
7
12
8
13
* Fixed `Move from django_typer to django_typer.management broke doc reference links. <https://github.com/bckohan/django-typer/issues/98>`_
* Fixed `class help attribute should be type hinted to allow a lazy translation string. <https://github.com/bckohan/django-typer/issues/85>`_
46
51
47
52
48
-
v2.0.1
49
-
======
53
+
v2.0.1 (31-MAY-2024)
54
+
====================
50
55
51
56
* Fixed `Readme images are broken. <https://github.com/bckohan/django-typer/issues/77>`_
52
57
53
-
v2.0.0
54
-
======
58
+
v2.0.0 (31-MAY-2024)
59
+
====================
55
60
56
61
This major version release, includes an extensive internal refactor, numerous bug fixes and the
57
62
addition of a plugin-based extension pattern.
@@ -75,19 +80,19 @@ addition of a plugin-based extension pattern.
75
80
* Implemented `Add completer/parser for GenericIPAddressField. <https://github.com/bckohan/django-typer/issues/12>`_
76
81
77
82
78
-
v1.1.2
79
-
======
83
+
v1.1.2 (22-APR-2024)
84
+
====================
80
85
81
86
* Fixed `Overridden common Django arguments fail to pass through when passed through call_command <https://github.com/bckohan/django-typer/issues/54>`_
82
87
83
-
v1.1.1
84
-
======
88
+
v1.1.1 (11-APR-2024)
89
+
====================
85
90
86
91
* Implemented `Fix pyright type checking and add to CI <https://github.com/bckohan/django-typer/issues/51>`_
87
92
* Implemented `Convert CONTRIBUTING.rst to markdown <https://github.com/bckohan/django-typer/issues/50>`_
88
93
89
-
v1.1.0
90
-
======
94
+
v1.1.0 (03-APR-2024)
95
+
====================
91
96
92
97
* Implemented `Convert readme to markdown. <https://github.com/bckohan/django-typer/issues/48>`_
* Fixed `Support typer 0.10 and 0.11 <https://github.com/bckohan/django-typer/issues/45>`_
105
110
106
-
v1.0.7
107
-
======
111
+
v1.0.7 (17-MAR-2024)
112
+
====================
108
113
109
114
* Fixed `Helps throw an exception when invoked from an absolute path that is not relative to the getcwd() <https://github.com/bckohan/django-typer/issues/44>`_
110
115
111
-
v1.0.6
112
-
======
116
+
v1.0.6 (14-MAR-2024)
117
+
====================
113
118
114
119
* Fixed `prompt options on groups still prompt when given as named parameters on call_command <https://github.com/bckohan/django-typer/issues/43>`_
115
120
116
121
117
-
v1.0.5
118
-
======
122
+
v1.0.5 (14-MAR-2024)
123
+
====================
119
124
120
125
* Fixed `Options with prompt=True are prompted twice <https://github.com/bckohan/django-typer/issues/42>`_
121
126
122
127
123
-
v1.0.4
124
-
======
128
+
v1.0.4 (13-MAR-2024)
129
+
====================
125
130
126
131
* Fixed `Help sometimes shows full script path in Usage: when it shouldnt. <https://github.com/bckohan/django-typer/issues/40>`_
127
132
* Fixed `METAVAR when ModelObjectParser supplied should default to model name <https://github.com/bckohan/django-typer/issues/39>`_
128
133
129
-
v1.0.3
130
-
======
134
+
v1.0.3 (08-MAR-2024)
135
+
====================
131
136
132
137
* Fixed `Incomplete typing info for @command decorator <https://github.com/bckohan/django-typer/issues/33>`_
133
138
134
-
v1.0.2
135
-
======
139
+
v1.0.2 (05-MAR-2024)
140
+
====================
136
141
137
142
* Fixed `name property on TyperCommand is too generic and should be private. <https://github.com/bckohan/django-typer/issues/37>`_
138
143
* Fixed `When usage errors are thrown the help output should be that of the subcommand invoked not the parent group. <https://github.com/bckohan/django-typer/issues/36>`_
@@ -143,50 +148,50 @@ v1.0.2
143
148
* Fixed `Missing subcommand produces stack trace without --traceback. <https://github.com/bckohan/django-typer/issues/27>`_
144
149
* Fixed `Allow handle() to be an initializer. <https://github.com/bckohan/django-typer/issues/24>`_
145
150
146
-
v1.0.1
147
-
======
151
+
v1.0.1 (29-FEB-2024)
152
+
====================
148
153
149
154
* Fixed `shell_completion broken for click < 8.1 <https://github.com/bckohan/django-typer/issues/21>`_
150
155
151
-
v1.0.0
152
-
======
156
+
v1.0.0 (26-FEB-2024)
157
+
====================
153
158
154
159
* Initial production/stable release.
155
160
156
-
v0.6.1b
157
-
=======
161
+
v0.6.1b (24-FEB-2024)
162
+
=====================
158
163
159
164
* Incremental beta release - this is also the second release candidate for version 1.
160
165
* Peg typer version to 0.9.x
161
166
162
-
v0.6.0b
163
-
=======
167
+
v0.6.0b (23-FEB-2024)
168
+
=====================
164
169
165
170
* Incremental beta release - this is also the first release candidate for version 1.
0 commit comments