Skip to content

Commit

Permalink
Release 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weetmuts committed May 27, 2024
1 parent 721cfa5 commit ac6c0a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

2024-05-27: Version 2.10

Add -z to start with empty DOM then use add command to build DOM.
E.g.: xmq -z add weight=2.5ton add speed=123km/h add-root car to-xml
Generate proper colors for the tex output.

2024-05-19: Version 2.9

Add --stringparam=key=value and --param=key=value to transform command.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ xmq pom.xml to-json | jq .
xmq input.xmq render-tex > input_as_tex.tex ; xelatex input_as_tex.tex

# Compose a new DOM from xmq snippets and write the xml
xmq -z add a=1 add b=2 add c=3 add-root numbers to-xml
xmq -z add weight=2.5ton add speed=123km/h add-root car to-xml
```

# Using xmq.h and xmq.c in your program
Expand Down

0 comments on commit ac6c0a6

Please sign in to comment.