1- From 0.2.0-alpha7 to ???
2- -
3- From 0.2.0-alpha6 to 0.2.0-alpha7
1+ ## 0.2.0-alpha8
2+
3+ - When parsing, only include namespace in tags when : namespace-aware is true
4+
5+ ## 0.2.0-alpha7
6+
47- Replace data.codec with using Base64, now in the JDK
58- Opt out of namespace awareness in the event-seq function by passing : namespace-aware mapped to a truthy value in the opts map
6- From 0.2.0-alpha5 to 0.2.0-alpha6
9+
10+ ## 0.2.0-alpha6
11+
712- ClojureScript implementation fixes and tests
813
9- From 0.2.0-alpha3 to 0.2.0-alpha5
14+ ## 0.2.0-alpha5
15+
1016- Fix error check for builtin prefixes DXML-49
1117- Remove reflection cases DXML-46
1218
13- From 0.2.0-alpha2 to 0.2.0-alpha3
19+ ## 0.2.0-alpha3
20+
1421- Minimum requirement is now clojure 1.7.0
1522- Print newline after preamble when pretty-printing (DXML-35)
1623- Serialize built-in data types in XML Schema (DXML-27)
@@ -21,43 +28,50 @@ From 0.2.0-alpha2 to 0.2.0-alpha3
2128- Support empty protocol function on Element deftypes (DXML-44)
2229- Reflection cleanup (DXML-42)
2330
24- From 0.2.0-alpha1 to 0.2.0-alpha2
31+ ## 0.2.0-alpha2
32+
2533- qname function now returns canonical (keyword) names
2634- Remove QName defrecord from Clojurescript
2735- Rename canonical-name to as-qname
2836- Remove to-qname
2937- xml nodes now implement map equality
3038
31- From 0.1.0-beta3 to 0.2.0-alpha1
39+ ## 0.2.0-alpha1
40+
3241- Define uniform mapping of xml namespaces to clojure namespaces via percent-encoding
3342- Remove declare-ns and alias-ns
3443- Introduce alias-uri
3544- Clojurescript support
3645- data.xml now requires Clojure 1.5.0+ (due to percent-sign in keywords)
3746- Preserve whitespace by default
3847
39- From 0.1.0-beta2 to 0.1.0-beta3
48+ ## 0.1.0-beta3
49+
4050- Fix emitter to keep non-namespaced xml names out of any set default namespace
4151- Add support for location info in parser
4252
43- From 0.1.0-beta1 to 0.1.0-beta2
53+ ## 0.1.0-beta2
54+
4455- Add support for emitting DOCTYPEs (DXML-10)
4556- Fix issue emitting sibling namespaces (DXML-33)
4657- Fix issue printing defaulted namespaces (DXML-30)
4758
48- From 0.0.8 to 0.1.0-beta1
59+ ## 0.1.0-beta1
60+
4961- Add support for XML namespaces (DXML-4)
5062- Fix pull-seq so it produces character events that work with emit-events (DXML-28)
5163- Removed docs and references to JDK 1.5, data.xml now requires 1.6+
5264- data.xml now requires Clojure 1.4.0+
5365
54- From 0.0.7 to 0.0.8
66+ ## 0.0.8
67+
5568- Remove relection warnings in emit-cdata (DXML-16)
5669- Added an EPL license file (DXML-19)
5770- Fixed bug in the handling of CData end tags (DXML-17)
5871- Added support for emitting booleans and numbers (DXML-14)
5972
60- From 0.0.6 to 0.0.7
73+ ## 0.0.7
74+
6175- Fixed bug with args to the indentation function (DXML-7)
6276- Strings now supported as tag names, previously was only kewords (DXML-8)
6377- Add CDATA and comments support to sexp-as-element (DXML-11)
0 commit comments