8000 Update Changelog.md · SimplyProgrammer/Java-SerialX@61cd70c · GitHub
[go: up one dir, main page]

Skip to content

Commit 61cd70c

Browse files
Update Changelog.md
1 parent 0c07eca commit 61cd70c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,3 +208,24 @@ What was added:
208208
* Some other small ones!
209209
* New examples were added!
210210
#
211+
212+
# SerialX 1.3.8
213+
214+
Release date: Near future...
215+
216+
What was added:<br>
217+
**Maven:**
218+
* The whole library was modularized using Maven into the following modules:
219+
* SerialX-core - Contains core features and utilities shared across the library. It also contains basic protocols and parsers that resemble the functionalities of pre-1.2.X SerialX.
220+
* SerialX-juss - Now contains everything JUSS related, features that were added roughly in 1.2 and later... This includes things like JussSerializer, ArrayConverter, OperationGroups etc...
221+
* SerialX-json - A relatively small extension of the JUSS module that is more narrowly focused on JSON. This is now where SerialX support for JSON is located.
222+
* SerialX-operators - An extensional module, this is now where all operator parsers are located.
223+
* SerialX-devtools - Small module containing tools for debugging the library, mainly Parser/Converter API. It is intended for DSL developers and people who want to add their own data formats.
224+
* From now on Maven will be used for dependency management and building of this library.
225+
* Distribution of this library will be conducted using Maven from now on.
226+
227+
**Unit tests:**
228+
* Some examples are now used as unit tests, this should greatly simplify the testing process and reduce the chance of bug introduction in the future.
229+
* These are now located on the new "tests-and-experimental-features" branch. This branch will be used for demonstrations, benchmarking, testing and experimenting. Note that this branch is not part of the main API.
230+
231+
TODO...

0 commit comments

Comments
 (0)
0