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
* Fixed `typer > 0.12.5 toggles rich help renderings off by default <https://github.com/bckohan/django-typer/issues/108>`_
10
10
11
-
v2.2.1 (17-AUG-2024)
11
+
v2.2.1 (2024-08-17)
12
12
====================
13
13
14
14
* Fixed `Remove shell_complete monkey patch when upstream PR is merged. <https://github.com/bckohan/django-typer/issues/66>`_
15
15
16
-
v2.2.0 (26-JUL-2024)
16
+
v2.2.0 (2024-07-26)
17
17
====================
18
18
19
19
* Implemented `ModelObjectCompleter should optionally accept a QuerySet in place of a Model class. <https://github.com/bckohan/django-typer/issues/96>`_
20
20
21
-
v2.1.3 (15-JUL-2024)
21
+
v2.1.3 (2024-07-15)
22
22
====================
23
23
24
24
* 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>`_
62
62
63
63
64
-
v2.0.1 (31-MAY-2024)
64
+
v2.0.1 (2024-05-31)
65
65
====================
66
66
67
67
* Fixed `Readme images are broken. <https://github.com/bckohan/django-typer/issues/77>`_
68
68
69
-
v2.0.0 (31-MAY-2024)
69
+
v2.0.0 (2024-05-31)
70
70
====================
71
71
72
72
This major version release, includes an extensive internal refactor, numerous bug fixes and the
@@ -91,18 +91,18 @@ addition of a plugin-based extension pattern.
91
91
* Implemented `Add completer/parser for GenericIPAddressField. <https://github.com/bckohan/django-typer/issues/12>`_
92
92
93
93
94
-
v1.1.2 (22-APR-2024)
94
+
v1.1.2 (2024-04-22)
95
95
====================
96
96
97
97
* Fixed `Overridden common Django arguments fail to pass through when passed through call_command <https://github.com/bckohan/django-typer/issues/54>`_
98
98
99
-
v1.1.1 (11-APR-2024)
99
+
v1.1.1 (2024-04-11)
100
100
====================
101
101
102
102
* Implemented `Fix pyright type checking and add to CI <https://github.com/bckohan/django-typer/issues/51>`_
103
103
* Implemented `Convert CONTRIBUTING.rst to markdown <https://github.com/bckohan/django-typer/issues/50>`_
104
104
105
-
v1.1.0 (03-APR-2024)
105
+
v1.1.0 (2024-04-03)
106
106
====================
107
107
108
108
* 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>`_
121
121
122
-
v1.0.7 (17-MAR-2024)
122
+
v1.0.7 (2024-03-17)
123
123
====================
124
124
125
125
* 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>`_
126
126
127
-
v1.0.6 (14-MAR-2024)
127
+
v1.0.6 (2024-03-14)
128
128
====================
129
129
130
130
* Fixed `prompt options on groups still prompt when given as named parameters on call_command <https://github.com/bckohan/django-typer/issues/43>`_
131
131
132
132
133
-
v1.0.5 (14-MAR-2024)
133
+
v1.0.5 (2024-03-14)
134
134
====================
135
135
136
136
* Fixed `Options with prompt=True are prompted twice <https://github.com/bckohan/django-typer/issues/42>`_
137
137
138
138
139
-
v1.0.4 (13-MAR-2024)
139
+
v1.0.4 (2024-03-13)
140
140
====================
141
141
142
142
* Fixed `Help sometimes shows full script path in Usage: when it shouldnt. <https://github.com/bckohan/django-typer/issues/40>`_
143
143
* Fixed `METAVAR when ModelObjectParser supplied should default to model name <https://github.com/bckohan/django-typer/issues/39>`_
144
144
145
-
v1.0.3 (08-MAR-2024)
145
+
v1.0.3 (2024-03-08)
146
146
====================
147
147
148
148
* Fixed `Incomplete typing info for @command decorator <https://github.com/bckohan/django-typer/issues/33>`_
149
149
150
-
v1.0.2 (05-MAR-2024)
150
+
v1.0.2 (2024-03-05)
151
151
====================
152
152
153
153
* Fixed `name property on TyperCommand is too generic and should be private. <https://github.com/bckohan/django-typer/issues/37>`_
@@ -159,50 +159,50 @@ v1.0.2 (05-MAR-2024)
159
159
* Fixed `Missing subcommand produces stack trace without --traceback. <https://github.com/bckohan/django-typer/issues/27>`_
160
160
* Fixed `Allow handle() to be an initializer. <https://github.com/bckohan/django-typer/issues/24>`_
161
161
162
-
v1.0.1 (29-FEB-2024)
162
+
v1.0.1 (2024-02-29)
163
163
====================
164
164
165
165
* Fixed `shell_completion broken for click < 8.1 <https://github.com/bckohan/django-typer/issues/21>`_
166
166
167
-
v1.0.0 (26-FEB-2024)
167
+
v1.0.0 (2024-02-26)
168
168
====================
169
169
170
170
* Initial production/stable release.
171
171
172
-
v0.6.1b (24-FEB-2024)
172
+
v0.6.1b (2024-02-24)
173
173
=====================
174
174
175
175
* Incremental beta release - this is also the second release candidate for version 1.
176
176
* Peg typer version to 0.9.x
177
177
178
-
v0.6.0b (23-FEB-2024)
178
+
v0.6.0b (2024-02-23)
179
179
=====================
180
180
181
181
* Incremental beta release - this is also the first release candidate for version 1.
0 commit comments