We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff8e9a commit b277272Copy full SHA for b277272
Changelog.md
@@ -18,7 +18,7 @@ What was added:
18
19
# SerialX 1.0.6
20
21
-Release date: 8.20.2020 (Noon)
+Release date: 8.22.2020 (Noon)
22
23
What was added:
24
* Improveing way to serialize numbers.
@@ -41,3 +41,13 @@ What was added:
41
Numbers must have additional character behind for example '4/' otherwise they will be taken as ASCII code!
42
* Some new methods and stuff!
43
#
44
+
45
+# SerialX 1.1.2
46
47
+Release date: 9.27.2020 (Evening)
48
49
+What was added:
50
+* Integers now can be serialized using Java binary and hexadecimal form (0b1111, 0xffff)!
51
+* Numbers can be separated with underscore (just like in Java)!
52
+* Fixing the bug when formatter mess up decimals suffixes and integers!
53
+#
0 commit comments