Blame view

node_modules/strong-error-handler/CHANGES.md 1.83 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
  2017-04-18, Version 2.1.0
  =========================
  
   * Bump js2xmlparser dependency to version 3.0.0 (Matthew O'Donoghue)
  
  
  2017-03-22, Version 2.0.0
  =========================
  
   * Fix markdown formatting in README (Miroslav Bajtoš)
  
   * Fix the order of arguments in the jsdoc comment. (Charlie Schliesser)
  
   * Update readme with added XML support (David Cheung)
  
   * Add a machine-readable "code" property (Zak Barbuto)
  
   * Upgrade dependencies to their latest versions (Miroslav Bajtoš)
  
   * Describe "safeFields" option in README (Zak Barbuto)
  
   * Drop support for Node v0.10/v0.12 (Miroslav Bajtoš)
  
  
  2017-01-30, Version 1.2.1
  =========================
  
   * Stop adding safeFields to original options arg (Miroslav Bajtoš)
  
  
  2017-01-30, Version 1.2.0
  =========================
  
   * Support options.safeFields (Zak Barbuto)
  
   * Readme cleanup (#36) (Rand McKinney)
  
   * xml support added (Ahmet Ozisik)
  
   * Update paid support URL (Siddhi Pai)
  
   * Downstream ignore dashboard-controller (Simon Ho)
  
   * Update pt translation file (Candy)
  
   * Make the examples more clear (Amir Jafarian)
  
   * Fix readme (Amir Jafarian)
  
  
  2016-10-07, Version 1.1.1
  =========================
  
   * Update pt translation file (Candy)
  
   * Update translation files - round#2 (Candy)
  
   * globalization: add translated strings (gunjpan)
  
  
  2016-09-05, Version 1.1.0
  =========================
  
   * Fix minor Syntax error (Loay)
  
   * Globalize strong-error-handler (David Cheung)
  
   * Update eslint infrastructure (Loay)
  
   * Add documentation (Loay)
  
   * Improve grammar in readme. (Richard Pringle)
  
   * Test with express instead of http server (David Cheung)
  
   * HTML response for accepted headers (David Cheung)
  
  
  2016-05-26, Version 1.0.1
  =========================
  
   * Remove statusCode from details in Array errors (David Cheung)
  
  
  2016-05-20, Version 1.0.0
  =========================
  
   * First release!