@@ -7,6 +7,13 @@ this list is curated by the development team for note worthy changes.
7
7
Version 3.x.x
8
8
-------------
9
9
10
+ Version 3.3.0
11
+ ^^^^^^^^^^^^^
12
+
13
+ Released :release: `3.3.0 ` on July 20th, 2021
14
+
15
+ * Added ``to_epoch `` to :py:class: `~rule_engine.types.DataType.DATETIME `
16
+
10
17
Version 3.2.0
11
18
^^^^^^^^^^^^^
12
19
@@ -23,7 +30,7 @@ Version 3.1.0
23
30
24
31
Released :release: `3.1.0 ` on March 15th, 2021
25
32
26
- * Added the new :py:class: `~rule_engine.ast .DataType.SET ` data type
33
+ * Added the new :py:class: `~rule_engine.types .DataType.SET ` data type
27
34
28
35
Version 3.0.0
29
36
^^^^^^^^^^^^^
@@ -35,7 +42,7 @@ Released :release:`3.0.0` on March 1st, 2021
35
42
symbol names
36
43
* Added some new data attributes
37
44
38
- * Added ``ceiling ``, ``floor `` and ``to_str `` to :py:class: `~rule_engine.ast .DataType.FLOAT `
45
+ * Added ``ceiling ``, ``floor `` and ``to_str `` to :py:class: `~rule_engine.types .DataType.FLOAT `
39
46
40
47
Version 2.x.x
41
48
-------------
@@ -47,7 +54,7 @@ Released :release:`2.4.0` on November 7th, 2020
47
54
48
55
* Added the :ref: `debug-repl ` utility
49
56
* Added the safe navigation version of the attribute, item and slice operators
50
- * Added the new :py:class: `~rule_engine.ast .DataType.MAPPING ` data type
57
+ * Added the new :py:class: `~rule_engine.types .DataType.MAPPING ` data type
51
58
* Switched from Travis-CI to GitHub Actions for continuous integration
52
59
* Added support for iterables to have multiple member types
53
60
@@ -61,8 +68,8 @@ Released :release:`2.3.0` on October 11th, 2020
61
68
* Added the ``$re_groups `` builtin symbol for extracting groups from a regular expression match
62
69
* Added some new data attributes
63
70
64
- * Added ``to_ary `` to :py:class: `~rule_engine.ast .DataType.STRING `
65
- * Added ``to_int `` and ``to_flt `` to :py:class: `~rule_engine.ast .DataType.STRING `
71
+ * Added ``to_ary `` to :py:class: `~rule_engine.types .DataType.STRING `
72
+ * Added ``to_int `` and ``to_flt `` to :py:class: `~rule_engine.types .DataType.STRING `
66
73
67
74
Version 2.2.0
68
75
^^^^^^^^^^^^^
@@ -78,8 +85,8 @@ Version 2.1.0
78
85
Released :release: `2.1.0 ` on August 3rd, 2020
79
86
80
87
* Added coverage reporting to Travis-CI
81
- * Changed :py:class: `~rule_engine.ast .DataType ` from an enum to a custom class
82
- * Improvements for the :py:class: `~rule_engine.ast .DataType.ARRAY ` data type
88
+ * Changed :py:class: `~rule_engine.types .DataType. from an enum to a custom class
89
+ * Improvements for the :py:class:`~rule_engine.types .DataType.ARRAY ` data type
83
90
84
91
* Added ``get[item] `` support for arrays, allowing items to be retrieved by index
85
92
* Added ability for specifying the member type and optionally null
@@ -92,7 +99,7 @@ Released :release:`2.0.0` on October 2nd, 2019
92
99
* Added proper support for attributes
93
100
* Added a change log
94
101
* Added additional information to the Graphviz output
95
- * Added the new :py:class: `~rule_engine.ast .DataType.ARRAY ` data type
102
+ * Added the new :py:class: `~rule_engine.types .DataType.ARRAY ` data type
96
103
* Started using Travis-CI
97
104
98
105
* Added automatic unit testing using Travis-CI
0 commit comments