Skip to content

Commit

Permalink
Release 2.2.0 - switch JSON functionality to built in Groovy libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
engswee committed Jun 23, 2020
1 parent 794d970 commit 862731f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Expand Up @@ -22,9 +22,11 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

target/
/target/

.idea
*.iml
.classpath
.project
.settings
.settings
.DS_Store
9 changes: 9 additions & 0 deletions ReleaseNotes.txt
@@ -1,5 +1,14 @@
Version History

----------------------------------------------------------------------------------------------------
2.2.0 - Released 23 Jun 2020
----------------------------------------------------------------------------------------------------
i) Switch JSON parsing in JSON2XMLConverter to use built-in JsonSlurper in Groovy
ii) Switch JSON generation in XML2JSONConverter to use built-in JsonOutput in Groovy
iii) Remove dependency on org.json library
iv) Fix issue #5 - add parameter 'arrayGPathList' to XML2JSONConverter
- this enables forcing of specific nodes to a JSON Array based on GPath notation

----------------------------------------------------------------------------------------------------
2.1.1 - Released 5 Nov 2019
----------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 862731f

Please sign in to comment.