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 `class help attribute should be type hinted to allow a lazy translation string. <https://github.com/bckohan/django-typer/issues/85>`_
46
46
47
47
48
-
v2.0.1
49
-
======
48
+
v2.0.1 (31-MAY-2024)
49
+
====================
50
50
51
51
* Fixed `Readme images are broken. <https://github.com/bckohan/django-typer/issues/77>`_
52
52
53
-
v2.0.0
54
-
======
53
+
v2.0.0 (31-MAY-2024)
54
+
====================
55
55
56
56
This major version release, includes an extensive internal refactor, numerous bug fixes and the
57
57
addition of a plugin-based extension pattern.
@@ -75,19 +75,19 @@ addition of a plugin-based extension pattern.
75
75
* Implemented `Add completer/parser for GenericIPAddressField. <https://github.com/bckohan/django-typer/issues/12>`_
76
76
77
77
78
-
v1.1.2
79
-
======
78
+
v1.1.2 (22-APR-2024)
79
+
====================
80
80
81
81
* Fixed `Overridden common Django arguments fail to pass through when passed through call_command <https://github.com/bckohan/django-typer/issues/54>`_
82
82
83
-
v1.1.1
84
-
======
83
+
v1.1.1 (11-APR-2024)
84
+
====================
85
85
86
86
* Implemented `Fix pyright type checking and add to CI <https://github.com/bckohan/django-typer/issues/51>`_
87
87
* Implemented `Convert CONTRIBUTING.rst to markdown <https://github.com/bckohan/django-typer/issues/50>`_
88
88
89
-
v1.1.0
90
-
======
89
+
v1.1.0 (03-APR-2024)
90
+
====================
91
91
92
92
* 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
105
106
-
v1.0.7
107
-
======
106
+
v1.0.7 (17-MAR-2024)
107
+
====================
108
108
109
109
* 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
110
111
-
v1.0.6
112
-
======
111
+
v1.0.6 (14-MAR-2024)
112
+
====================
113
113
114
114
* Fixed `prompt options on groups still prompt when given as named parameters on call_command <https://github.com/bckohan/django-typer/issues/43>`_
115
115
116
116
117
-
v1.0.5
118
-
======
117
+
v1.0.5 (14-MAR-2024)
118
+
====================
119
119
120
120
* Fixed `Options with prompt=True are prompted twice <https://github.com/bckohan/django-typer/issues/42>`_
121
121
122
122
123
-
v1.0.4
124
-
======
123
+
v1.0.4 (13-MAR-2024)
124
+
====================
125
125
126
126
* Fixed `Help sometimes shows full script path in Usage: when it shouldnt. <https://github.com/bckohan/django-typer/issues/40>`_
127
127
* Fixed `METAVAR when ModelObjectParser supplied should default to model name <https://github.com/bckohan/django-typer/issues/39>`_
128
128
129
-
v1.0.3
130
-
======
129
+
v1.0.3 (08-MAR-2024)
130
+
====================
131
131
132
132
* Fixed `Incomplete typing info for @command decorator <https://github.com/bckohan/django-typer/issues/33>`_
133
133
134
-
v1.0.2
135
-
======
134
+
v1.0.2 (05-MAR-2024)
135
+
====================
136
136
137
137
* Fixed `name property on TyperCommand is too generic and should be private. <https://github.com/bckohan/django-typer/issues/37>`_
138
138
* 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 +143,50 @@ v1.0.2
143
143
* Fixed `Missing subcommand produces stack trace without --traceback. <https://github.com/bckohan/django-typer/issues/27>`_
144
144
* Fixed `Allow handle() to be an initializer. <https://github.com/bckohan/django-typer/issues/24>`_
145
145
146
-
v1.0.1
147
-
======
146
+
v1.0.1 (29-FEB-2024)
147
+
====================
148
148
149
149
* Fixed `shell_completion broken for click < 8.1 <https://github.com/bckohan/django-typer/issues/21>`_
150
150
151
-
v1.0.0
152
-
======
151
+
v1.0.0 (26-FEB-2024)
152
+
====================
153
153
154
154
* Initial production/stable release.
155
155
156
-
v0.6.1b
157
-
=======
156
+
v0.6.1b (24-FEB-2024)
157
+
=====================
158
158
159
159
* Incremental beta release - this is also the second release candidate for version 1.
160
160
* Peg typer version to 0.9.x
161
161
162
-
v0.6.0b
163
-
=======
162
+
v0.6.0b (23-FEB-2024)
163
+
=====================
164
164
165
165
* Incremental beta release - this is also the first release candidate for version 1.
0 commit comments