Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / esprima / ChangeLog
1 2015-03-03: Version 1.2.5
2
3       * Fix scanning of implicit octal literals (issue 565)
4
5 2015-02-05: Version 1.2.4
6
7       * Fix parsing of LeftHandSideExpression in ForInStatement (issue 560)
8       * Fix the handling of automatic semicolon insertion (issue 574)
9
10 2015-01-18: Version 1.2.3
11
12       * Fix division by this (issue 616)
13
14 2014-05-18: Version 1.2.2
15
16       * Fix duplicated tokens when collecting comments (issue 537)
17
18 2014-05-04: Version 1.2.1
19
20       * Ensure that Program node may still have leading comments (issue 536)
21
22 2014-04-29: Version 1.2.0
23
24       * Fix semicolon handling for expression statement (issue 462, 533)
25       * Disallow escaped characters in regular expression flags (issue 503)
26       * Performance improvement for location tracking (issue 520)
27       * Improve the speed of comment attachment (issue 522)
28
29 2014-03-26: Version 1.1.1
30
31       * Fix token handling of forward slash after an array literal (issue 512)
32
33 2014-03-23: Version 1.1.0
34
35       * Optionally attach comments to the owning syntax nodes (issue 197)
36       * Simplify binary parsing with stack-based shift reduce (issue 352)
37       * Always include the raw source of literals (issue 376)
38       * Add optional input source information (issue 386)
39       * Tokenizer API for pure lexical scanning (issue 398)
40       * Improve the web site and its online demos (issue 337, 400, 404)
41       * Performance improvement for location tracking (issue 417, 424)
42       * Support HTML comment syntax (issue 451)
43       * Drop support for legacy browsers (issue 474)
44
45 2013-08-27: Version 1.0.4
46
47       * Minimize the payload for packages (issue 362)
48       * Fix missing cases on an empty switch statement (issue 436)
49       * Support escaped ] in regexp literal character classes (issue 442)
50       * Tolerate invalid left-hand side expression (issue 130)
51
52 2013-05-17: Version 1.0.3
53
54       * Variable declaration needs at least one declarator (issue 391)
55       * Fix benchmark's variance unit conversion (issue 397)
56       * IE < 9: \v should be treated as vertical tab (issue 405)
57       * Unary expressions should always have prefix: true (issue 418)
58       * Catch clause should only accept an identifier (issue 423)
59       * Tolerate setters without parameter (issue 426)
60
61 2012-11-02: Version 1.0.2
62
63     Improvement:
64
65       * Fix esvalidate JUnit output upon a syntax error (issue 374)
66
67 2012-10-28: Version 1.0.1
68
69     Improvements:
70
71       * esvalidate understands shebang in a Unix shell script (issue 361)
72       * esvalidate treats fatal parsing failure as an error (issue 361)
73       * Reduce Node.js package via .npmignore (issue 362)
74
75 2012-10-22: Version 1.0.0
76
77     Initial release.