File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # Change Log
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [ Unreleased] - yyyy-mm-dd
6
+
7
+ <!-- ### Added
8
+
9
+ ### Changed
10
+
11
+ ### Fixed -->
12
+
13
+ ## [ 0.1.0] 2 February 2023
14
+
15
+ ### Added
16
+
17
+ - Baseline Release ` src ` directory
18
+ - Serialization for all XPath 3.1 types
19
+ - Supports nested maps, arrays and sequences
20
+ - Colorisation for types using ANSI codes for terminal output
21
+ - Bracket-pair colorisation
22
+ - Multi-line Formatting for nested maps, arrays and sequences
23
+ - Representation of nodes adapts for cases where there is no context document
24
+ - Abbreviated form of element content shown in following priority:
25
+ 1 . Justified, normalised text node serialisation
26
+ 2 . (` @name ` , ` @class ` , ` @id ` , ` @* ` )[ 1] attribute
27
+ - Colorisation auto-disabled for Saxon versions later than 9.9.0.1
28
+ - (required for command-line usage as text MessageEmitter no longer supported)
29
+ - XSLT sample directory
30
+ - XSLT test directory (manual testing)
31
+ - README documentation
32
+
You can’t perform that action at this time.
0 commit comments