Blame view

node_modules/js2xmlparser/CHANGES.md 1.29 KB
f7563de62   Palak Handa   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
  ## 1.0.0 ##
  
  * First stable release
  * Add arrayMap feature
  * Switch to semantic versioning
  * Switch to Apache 2.0 license
  
  ## 0.1.9 ##
  
  * Fix error in example.js
  
  ## 0.1.8 ##
  
  * Reconcile readme and tests with examples
  
  ## 0.1.7 ##
  
  * Added .gitattributes to .gitignore file
  * Minor tweaks to examples
  
  ## 0.1.6 ##
  
  * Addition of alias string option
  * Minor changes to examples
  * Minor fixes to tests
  
  ## 0.1.5 ##
  
  * Bug fixes
  * Minor changes to examples
  
  ## 0.1.4 ##
  
  * Removed callFunctions option (functionality already provided by convertMap option)
  * Removed wrapArray option (functionality already provided by existing array functionality)
  * Escape numbers when at tbe beginning of an element name
  * Edits to documentation
  * Added tests
  * Added copyright headers to individual JS files
  
  ## 0.1.3 ##
  
  * Fixed crash when undefined objects are converted to strings
  * Added callFunctions option
  * Added wrapArray option
  * Added useCDATA option
  * Added convertMap option
  * Added copyright year and "and other contributors" to license
  
  ## 0.1.2 ##
  
  * Fixed crash when null objects are converted to strings
  
  ## 0.1.1 ##
  
  * Fixed accidental truncation of XML when pretty-printing is disabled
  * Removed copyright year from license
  
  ## 0.1.0 ##
  
  * Initial release