| Version | Date | Description |
|---|---|---|
| 2.2.2 | 2007-12-05 | Improving PrettyPrinterXMLWriter |
| 2.2.1 | 2007-04-07 | Minor update so the Maven transitive dependencies will work |
| 2.2 | 2003-12-17 | Lang dependency gone, JDK 1.4 the target JVM |
| 2.1 | 2003-09-02 | XmEnc dependency upgrade |
| 2.0 | 2003-09-02 | Rewritten API, XmlWriter goes from class to interface |
| Type | Changes | By |
|---|---|---|
|
PrettyPrinterXMLWriter does not implement all methods | hen |
|
expected/actual in the incorrect order in XmlWriterTest | hen |
| Type | Changes | By |
|---|---|---|
|
Upgrading to depend on xmlenc 0.52 (as that is on maven central) | hen |
| Type | Changes | By |
|---|---|---|
|
Modified code so the dependency on Commons-Lang is no longer necessary. This did mean moving to JDK 1.4 as the dependent JVM. | hen |
|
Removed unnecessary throwing of IOException in the FormattingXmlWriter. | hen |
| Type | Changes | By |
|---|---|---|
|
Upgraded the depdency for xmlenc from 0.20 to 0.37. Had to change the XmlEncXmlWriter slightly and improve the unit test. | hen |
| Type | Changes | By |
|---|---|---|
|
Migration from the xmlwriter.sf.net location. | hen |
|
Rework of system so that it is very adaptable/pluggable. There are two underlying core writers, one on top of xmlenc and the other an osjava version. On top there are multiple decorator pattern implementations. | hen |
|
On the fly schema checking. | hen |
|
Pretty printing. | hen |
|
Number/Date formatting. | hen |
|
Various empty element options. | hen |