Skip to content

Commit

Permalink
Release 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weetmuts committed Jun 23, 2024
1 parent 40a68b8 commit 384b728
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-06-23: Version 2.13.0

Handle leading/ending comments (outside of root node) when converting to/from json.
Rename command noout to no-output.

2024-06-01: Version 2.12.0

Add colors for xsl and xlmns for tex rendering.
Expand Down
15 changes: 2 additions & 13 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,13 +1,2 @@
Add colors for xsl and xlmns for tex rendering.
Separate xmqGetString vs xmqGetStringRel.
Handle !DOCTYPE in json conversion.
Json conversion handle true/false/null correctly.
Convert single char top level element to correct json.
Do not trim json comments.
Do not trim json quotes.
Handle entities to/from json strings.
Handle attribute without value when converting to from json.
Escape backslash with backslash*2 in json strings.
When converting to json for key = value with attributes, then create json objects instead.
Handle comments and pure text nodes in json conversion.
Handle pure text nodes (key |) when converting to json.
Handle leading/ending comments (outside of root node) when converting to/from json.
Rename command noout to no-output.

0 comments on commit 384b728

Please sign in to comment.