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
**This is a major version upgrade - please see migration guide for instructions
9
14
on how to** :ref:`migrate from version 2.x to 3.x. <migration_2_3>`
@@ -16,37 +21,37 @@ on how to** :ref:`migrate from version 2.x to 3.x. <migration_2_3>`
16
21
* Fixed `Support django-typer version 2.1 <https://github.com/bckohan/django-render-static/issues/144>`_
17
22
18
23
19
-
v2.2.1
20
-
======
24
+
v2.2.1 (11-APR-2024)
25
+
====================
21
26
22
27
* Fixed `Custom URL converts may expect reversal kwargs to be of a given type. <https://github.com/bckohan/django-render-static/issues/141>`_
23
28
* Fixed `Switch README and CONTRIBUTING to markdown. <https://github.com/bckohan/django-render-static/issues/140>`_
24
29
25
-
v2.2.0
26
-
======
30
+
v2.2.0 (27-FEB-2024)
31
+
====================
27
32
28
33
* Implemented `Refactor renderstatic command using TyperCommand <https://github.com/bckohan/django-render-static/issues/137>`_
29
34
* Implemented `Allow enum class writer to_string parameter to be the name of a property to return from toString() <https://github.com/bckohan/django-render-static/issues/132>`_
* Fixed `deepEqual should only be included by ClassURLWriter when Django version is less than 4.1 <https://github.com/bckohan/django-render-static/issues/134>`_
41
46
* Fixed `deepEqual generated code in ClassURLWriter has an error <https://github.com/bckohan/django-render-static/issues/133>`_
42
47
43
-
v2.1.1
44
-
======
48
+
v2.1.1 (20-NOV-2023)
49
+
====================
45
50
46
51
* Fixed `include_properties can result in non-deterministic ordering of constructor parameters that changes render to render <https://github.com/bckohan/django-render-static/issues/131>`_
47
52
48
-
v2.1.0
49
-
======
53
+
v2.1.0 (20-NOV-2023)
54
+
====================
50
55
* Implemented `Support templating of destination paths. <https://github.com/bckohan/django-render-static/issues/129>`_
51
56
* Implemented `Support configurable case insensitive property mapping on enum transpilation. <https://github.com/bckohan/django-render-static/issues/128>`_
52
57
* Implemented `Add a pass through getter for enums_to_js transpilation. <https://github.com/bckohan/django-render-static/issues/126>`_
@@ -56,23 +61,23 @@ v2.1.0
56
61
* Implemented `Allow include_properties to be a list of properties on enums_to_js <https://github.com/bckohan/django-render-static/issues/119>`_
57
62
* Implemented `Extension points for transpiled code. <https://github.com/bckohan/django-render-static/issues/104>`_
58
63
59
-
v2.0.3
60
-
======
64
+
v2.0.3 (09-NOV-2023)
65
+
====================
61
66
* Fixed `Invalid URL generation for urls with default arguments. <https://github.com/bckohan/django-render-static/issues/124>`_
62
67
63
68
64
-
v2.0.2
65
-
======
69
+
v2.0.2 (26-OCT-2023)
70
+
====================
66
71
* Fixed `Dependency bug, for python < 3.9 importlib_resource req should simply be >=1.3 <https://github.com/bckohan/django-render-static/issues/123>`_
67
72
68
73
69
-
v2.0.1
70
-
======
74
+
v2.0.1 (24-OCT-2023)
75
+
====================
71
76
* Fixed `enums_to_js allows 'name' property through even if it is excluded. <https://github.com/bckohan/django-render-static/issues/120>`_
72
77
73
78
74
-
v2.0.0
75
-
======
79
+
v2.0.0 (21-OCT-2023)
80
+
====================
76
81
77
82
**This is a major version upgrade - please see migration guide for instructions
78
83
on how to** :ref:`migrate from version 1.x to 2.x. <migration_1_2>`
@@ -105,40 +110,40 @@ on how to** :ref:`migrate from version 1.x to 2.x. <migration_1_2>`
105
110
* Fixed `Multilevel url arguments not working <https://github.com/bckohan/django-render-static/issues/13>`_
106
111
* Implemented `Enum support <https://github.com/bckohan/django-render-static/issues/4>`_
107
112
108
-
v1.1.6
113
+
v1.1.6 (15-FEB-2023)
109
114
====================
110
115
111
116
* Fixed `LICENSE is packaged as source. <https://github.com/bckohan/django-render-static/issues/95>`_
Copy file name to clipboardExpand all lines: pyproject.toml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[tool.poetry]
2
2
name = "django-render-static"
3
-
version = "3.0.0"
3
+
version = "3.0.1"
4
4
description = "Use Django's template engine to render static files at deployment or package time. Includes transpilers for extending Django's url reversal and enums to JavaScript."
0 commit comments