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
* Implemented `Move tests into top level directory. <https://github.com/bckohan/django-render-static/issues/149>`_
9
14
* Implemented `Remove wrapped dependency required mishegoss and replace with jinja2 module level imports <https://github.com/bckohan/django-render-static/issues/148>`_
@@ -12,37 +17,37 @@ v3.0.0
12
17
* Fixed `Support django-typer version 2.1 <https://github.com/bckohan/django-render-static/issues/144>`_
13
18
14
19
15
-
v2.2.1
16
-
======
20
+
v2.2.1 (11-APR-2024)
21
+
====================
17
22
18
23
* Fixed `Custom URL converts may expect reversal kwargs to be of a given type. <https://github.com/bckohan/django-render-static/issues/141>`_
19
24
* Fixed `Switch README and CONTRIBUTING to markdown. <https://github.com/bckohan/django-render-static/issues/140>`_
20
25
21
-
v2.2.0
22
-
======
26
+
v2.2.0 (27-FEB-2024)
27
+
====================
23
28
24
29
* Implemented `Refactor renderstatic command using TyperCommand <https://github.com/bckohan/django-render-static/issues/137>`_
25
30
* 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>`_
37
42
* Fixed `deepEqual generated code in ClassURLWriter has an error <https://github.com/bckohan/django-render-static/issues/133>`_
38
43
39
-
v2.1.1
40
-
======
44
+
v2.1.1 (20-NOV-2023)
45
+
====================
41
46
42
47
* 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>`_
43
48
44
-
v2.1.0
45
-
======
49
+
v2.1.0 (20-NOV-2023)
50
+
====================
46
51
* Implemented `Support templating of destination paths. <https://github.com/bckohan/django-render-static/issues/129>`_
47
52
* Implemented `Support configurable case insensitive property mapping on enum transpilation. <https://github.com/bckohan/django-render-static/issues/128>`_
48
53
* Implemented `Add a pass through getter for enums_to_js transpilation. <https://github.com/bckohan/django-render-static/issues/126>`_
@@ -52,23 +57,23 @@ v2.1.0
52
57
* Implemented `Allow include_properties to be a list of properties on enums_to_js <https://github.com/bckohan/django-render-static/issues/119>`_
53
58
* Implemented `Extension points for transpiled code. <https://github.com/bckohan/django-render-static/issues/104>`_
54
59
55
-
v2.0.3
56
-
======
60
+
v2.0.3 (09-NOV-2023)
61
+
====================
57
62
* Fixed `Invalid URL generation for urls with default arguments. <https://github.com/bckohan/django-render-static/issues/124>`_
58
63
59
64
60
-
v2.0.2
61
-
======
65
+
v2.0.2 (26-OCT-2023)
66
+
====================
62
67
* Fixed `Dependency bug, for python < 3.9 importlib_resource req should simply be >=1.3 <https://github.com/bckohan/django-render-static/issues/123>`_
63
68
64
69
65
-
v2.0.1
66
-
======
70
+
v2.0.1 (24-OCT-2023)
71
+
====================
67
72
* Fixed `enums_to_js allows 'name' property through even if it is excluded. <https://github.com/bckohan/django-render-static/issues/120>`_
68
73
69
74
70
-
v2.0.0
71
-
======
75
+
v2.0.0 (21-OCT-2023)
76
+
====================
72
77
73
78
**This is a major version upgrade - please see migration guide for instructions
74
79
on how to** :doc:`migration` **from version 1.x to 2.x.**
@@ -101,40 +106,40 @@ on how to** :doc:`migration` **from version 1.x to 2.x.**
101
106
* Fixed `Multilevel url arguments not working <https://github.com/bckohan/django-render-static/issues/13>`_
102
107
* Implemented `Enum support <https://github.com/bckohan/django-render-static/issues/4>`_
103
108
104
-
v1.1.6
109
+
v1.1.6 (15-FEB-2023)
105
110
====================
106
111
107
112
* 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