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
The XCore package is used to build basic object for programmation. for the WebAbility compatility code
@@ -18,14 +24,13 @@ For GO, the actual existing code includes:
18
24
19
25
Manuals are available on godoc.org [](https://godoc.org/github.com/webability-go/xcore/v2)
20
26
21
-
# The version 1 is obsolete.
27
+
# Please use xcore/v2
22
28
29
+
# The version 1 is obsolete.
23
30
24
31
Version Changes Control
25
32
=======================
26
33
27
-
# Please use xcore/v2
28
-
29
34
v1.1.1 - 2022-09-02
30
35
-----------------------
31
36
- Bug corrected on XDataset.GetString() and XDatasetCollection.GetDataString().
Minimum version of GO: 1.17 (for time.Time compatibility)
11
9
12
10
The XCore package is used to build basic object for programmation. for the WebAbility compatility code
@@ -19,8 +17,8 @@ For GO, the actual existing code includes:
19
17
Manuals are available on godoc.org [](https://godoc.org/github.com/webability-go/xcore)
20
18
21
19
22
-
TO DO:
23
-
======
20
+
TO DO, maybe:
21
+
=============
24
22
- XDataset.Set should accept path too > > >
25
23
- Get*Collection should convert types too
26
24
- XTemplate must concatenate strings after compilation
@@ -33,6 +31,11 @@ Some improvements to check, later:
33
31
Version Changes Control
34
32
=======================
35
33
34
+
v2.2.0 - 2023-08-31
35
+
-----------------------
36
+
- Added the parameter status to xlanguage XML and function to get/set the parameter.
37
+
- Added the function GetXML() to marshal the structure to an XML file.
38
+
36
39
v2.1.7 - 2023-06-15
37
40
-----------------------
38
41
- Added the missing counter for @@ meta language. Using {{.counter}} into the loop template, you can add the number of the dataset, 1-based.
0 commit comments