Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 23KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509
  1. v7.3.1 - December 5, 2020
  2. * [`fef6f4a`](https://github.com/eslint/espree/commit/fef6f4a2803d959304c6961527044bd9da39ac92) Upgrade: acorn-jsx@5.3.1 (#459) (Milos Djermanovic)
  3. * [`0e09d9a`](https://github.com/eslint/espree/commit/0e09d9a4f213cb87073a6a87cb7d6317b77d1a23) Chore: Add tests for ecmaVersion default value (#460) (Milos Djermanovic)
  4. * [`4c70052`](https://github.com/eslint/espree/commit/4c70052df0b0ba903602c1f838918cbc07ee5eca) Docs: Fix some minor typos in the READMEs (#455) (Noah Doersing)
  5. v7.3.0 - August 22, 2020
  6. * [`4ba3eef`](https://github.com/eslint/espree/commit/4ba3eefdc4b32784565822b34f11977e99ca1a19) Chore: move to GitHub Actions (#449) (Kai Cataldo)
  7. * [`bd0a405`](https://github.com/eslint/espree/commit/bd0a405ffbe4962bcf5aa225ed3861a6a15cb827) Update: support logical assignment and numeric separators (#448) (Toru Nagashima)
  8. v7.2.0 - July 17, 2020
  9. * [`91c2d58`](https://github.com/eslint/espree/commit/91c2d5896889042058399cd64de4b218c5add0eb) Docs: Add security policy (#447) (Nicholas C. Zakas)
  10. * [`872645c`](https://github.com/eslint/espree/commit/872645cea0bee08960b93c097f84153d44b44d7f) Update: support optional chaining (#446) (Toru Nagashima)
  11. * [`0cc7800`](https://github.com/eslint/espree/commit/0cc78007c933564f32fd849bd8022992845c3ac1) Docs: Clean up LICENSE file (#445) (Nicholas C. Zakas)
  12. v7.1.0 - June 4, 2020
  13. * [`75e80bc`](https://github.com/eslint/espree/commit/75e80bc1b5a100f64b09b2c7bf47c5168417d890) Update: support `??` operator, `import.meta`, and `export * as ns` (#441) (Toru Nagashima)
  14. * [`ad0543c`](https://github.com/eslint/espree/commit/ad0543c8b9f6981857ebebf23a37589a656e61a6) Chore: added fixlint in Makefile.js (#440) (Anix)
  15. v7.0.0 - May 7, 2020
  16. * [`8fe2efc`](https://github.com/eslint/espree/commit/8fe2efc00902e7f1680af00a6279e1aecb3c5b47) Breaking: drop Node v8 support (#429) (Kai Cataldo)
  17. * [`6048bfe`](https://github.com/eslint/espree/commit/6048bfe3939fa7dc162c0b3c4b043bb410736b0b) Docs: documenting public API (fixes #431) (#442) (Anix)
  18. * [`9a4cff3`](https://github.com/eslint/espree/commit/9a4cff3626d50a88428ca1b66610a2bdedd774dd) Chore: added tests for options normalize (#439) (Anix)
  19. * [`99707f3`](https://github.com/eslint/espree/commit/99707f3f9d337ca719dce5720106f98b65bba7b1) Chore: added lockfiles to .gitignore (#438) (Anix)
  20. * [`9b91bcc`](https://github.com/eslint/espree/commit/9b91bccacea15c75025a62bae828f83598aef5fe) Docs: new site for docs (#436) (Anix)
  21. v6.2.1 - March 10, 2020
  22. * [`d6d7480`](https://github.com/eslint/espree/commit/d6d7480e424960159007caea86f209f696138734) Upgrade: acorn 7.1.1, Regex DOS vuln (fixes #435) (#434) (James)
  23. v6.2.0 - March 2, 2020
  24. * [`ced1b68`](https://github.com/eslint/espree/commit/ced1b6810b991531e6d3788ebd5a322fc5c7d463) Update: update acorn-jsx and fix failing test (#432) (Kai Cataldo)
  25. * [`acb8776`](https://github.com/eslint/espree/commit/acb8776d369abf9e02f79142879e9b1a4774f938) Update: add latestEcmaVersion & supportedEcmaVersions (#430) (Kai Cataldo)
  26. v6.1.2 - October 20, 2019
  27. * [`70c4970`](https://github.com/eslint/espree/commit/70c4970e5eba6f060e1e32a22d231647f2d0e0f8) Fix: misuse token types (fixes #393, refs eslint/eslint#11018) (#426) (Toru Nagashima)
  28. v6.1.1 - August 23, 2019
  29. * [`ba81546`](https://github.com/eslint/espree/commit/ba81546e8552ec0f779aae7e03668c334630484e) Upgrade: dev deps to latest (#424) (薛定谔的猫)
  30. * [`bbe0119`](https://github.com/eslint/espree/commit/bbe01195fb57e24634d18825d39b820ed1767e95) Upgrade: acorn-jsx@5.0.2 (#423) (薛定谔的猫)
  31. * [`c0635ba`](https://github.com/eslint/espree/commit/c0635bac4cd891cb612fb81655012e2579f4e2b1) Docs: update readme to mention ES2020 (#422) (Kai Cataldo)
  32. v6.1.0 - August 18, 2019
  33. * [`9870c55`](https://github.com/eslint/espree/commit/9870c553efd3eb1bd22b4b3bb5220896c5cb6933) Update: improve error messaging when validating ecmaVersion (#421) (Kai Cataldo)
  34. * [`3f49224`](https://github.com/eslint/espree/commit/3f49224eb05f6b8cb1b996ce424a99c40978b389) Fix: tokenize the latest right curly brace (fixes #403) (#419) (finico)
  35. * [`f5e58cc`](https://github.com/eslint/espree/commit/f5e58cc5e9030793baca3426366b8d7286ef5b89) Update: support bigint and dynamic import (#415) (Toru Nagashima)
  36. v6.0.0 - June 21, 2019
  37. * [`a988a36`](https://github.com/eslint/espree/commit/a988a36e436a1ab6c84005ba0adb6cf9c262c1ec) Build: add node 12 (#414) (薛定谔的猫)
  38. v6.0.0-alpha.0 - April 12, 2019
  39. * [`493d464`](https://github.com/eslint/espree/commit/493d464e1564aea0ea33000389771d42ddece2cb) Breaking: validate parser options (fixes #384) (#412) (薛定谔的猫)
  40. v5.0.1 - February 15, 2019
  41. * [`c40e2fc`](https://github.com/eslint/espree/commit/c40e2fcedf81ff06151e82bdf655d2d0d29e71b8) Upgrade: acorn@6.0.7 (#407) (Kai Cataldo)
  42. v5.0.0 - December 5, 2018
  43. * [`1bcd563`](https://github.com/eslint/espree/commit/1bcd563d4eb4b4032d2662cc5ccd3bfd841b39d7) Breaking: remove attachComment (#405) (Kai Cataldo)
  44. * [`35623ee`](https://github.com/eslint/espree/commit/35623ee07289c9199eef8b735c97cb3d3d08d5b8) Chore: update linting config (#406) (Kai Cataldo)
  45. * [`4b86a7d`](https://github.com/eslint/espree/commit/4b86a7dc7c447c11bb6530e46dc43428ce2bd372) Build: add node 11 (#400) (薛定谔的猫)
  46. * [`7c278d6`](https://github.com/eslint/espree/commit/7c278d6acc6b5db86b803d0cd21b830deb6f569e) Fix: build failing due to incorrectly super() call (fixes #398) (#399) (薛定谔的猫)
  47. * [`6ebc219`](https://github.com/eslint/espree/commit/6ebc21947166399a0b4918d4a1beb9d610650336) Upgrade: eslint & eslint-config-eslint (#387) (薛定谔的猫)
  48. v4.1.0 - October 24, 2018
  49. * 8eadb88 Upgrade: acorn 6, acorn-jsx 5, and istanbul (#391) (Toru Nagashima)
  50. * 0f2edb8 Upgrade: eslint-release@1.0.0 (#392) (Teddy Katz)
  51. * 560b6f7 Update: VisitorKeys depend on eslint-visitor-keys (#389) (othree)
  52. * 6bf2ebf Docs: Fix some typos in the README (#386) (Hugo Locurcio)
  53. v4.0.0 - June 21, 2018
  54. v4.0.0-rc.0 - June 9, 2018
  55. * d8224c4 Build: Adding rc release script to package.json (#383) (Kevin Partington)
  56. * 4207773 Build: add node 10 (#381) (薛定谔的猫)
  57. * cd9da7e Update: upgrade acorn to support two ES2019 syntax (#380) (Toru Nagashima)
  58. * 8cb3ceb Chore: remove Object.assign polyfill (#382) (薛定谔的猫)
  59. v4.0.0-alpha.1 - May 28, 2018
  60. * 56c5a9c Fix: remove workarounds for acorn < 4 (#372) (Rouven Weßling)
  61. * fd305e5 Upgrade: eslint-release to v0.11.1 (#376) (Teddy Katz)
  62. v4.0.0-alpha.0 - March 30, 2018
  63. * 95fa890 Build: fix typos in package.json release scripts (#375) (Teddy Katz)
  64. * 6284e09 Breaking: remove experimentalObjectRestSpread option (#374) (Teddy Katz)
  65. * 0df063f Breaking: require Node.js 6+, upgrade acorn-jsx@4.1.1 (fixes #345) (#371) (薛定谔的猫)
  66. * 0252144 Upgrade: acorn 5.5.1 (#370) (Rouven Weßling)
  67. v3.5.4 - March 4, 2018
  68. * 706167b Upgrade: acorn 5.5.0 (#369) (Toru Nagashima)
  69. v3.5.3 - February 2, 2018
  70. * 70f9859 Upgrade: acorn 5.4.0 (#367) (Toru Nagashima)
  71. * cea4823 Chore: Adding .gitattributes file (#366) (Kevin Partington)
  72. * 4160aee Upgrade: acorn v5.3.0 (#365) (Toru Nagashima)
  73. v3.5.2 - November 10, 2017
  74. * 019b70a Fix: Remove blockBindings from docs (fixes #307, fixes #339) (#356) (Jan Pilzer)
  75. * b2016cb Chore: refactoring rest/spread properties (#361) (Toru Nagashima)
  76. * 59c9d06 Chore: upgrade acorn@5.2 (fixes #358) (#360) (Toru Nagashima)
  77. * 06c35c9 Chore: add .npmrc (#359) (Toru Nagashima)
  78. v3.5.1 - September 15, 2017
  79. * 5eb1388 Fix: Fix parsing of async keyword-named object methods (#352) (#353) (Mark Banner)
  80. v3.5.0 - August 5, 2017
  81. * 4d442a1 Update: add initial support for ES2018 (#348) (Teddy Katz)
  82. * d4bdcb6 Fix: Make template token objects adhere to token object structure (#343) (Ian Christian Myers)
  83. * 9ac671a Upgrade: acorn to 5.1.1 (#347) (Teddy Katz)
  84. * 16e1fec Docs: Specify default values of options (fixes #325) (#342) (Jan Pilzer)
  85. * be85b8e Fix: async shorthand properties (fixes #340) (#341) (Toru Nagashima)
  86. v3.4.3 - May 5, 2017
  87. * 343590a Fix: add AwaitExpression to espree.Syntax (fixes #331) (#332) (Teddy Katz)
  88. v3.4.2 - April 21, 2017
  89. * c99e436 Upgrade: eslint to 2.13.1 (#328) (Teddy Katz)
  90. * 628cf3a Fix: don't mutate user-provided configs (fixes #329) (#330) (Teddy Katz)
  91. v3.4.1 - March 31, 2017
  92. * a3ae0bd Upgrade: acorn to 5.0.1 (#327) (Teddy Katz)
  93. * 15ef24f Docs: Add badges (#326) (Jan Pilzer)
  94. * 652990a Fix: raise error for trailing commas after rest properties (fixes #310) (#323) (Teddy Katz)
  95. * 9d86ba5 Upgrade: acorn to ^4.0.11 (#317) (Toru Nagashima)
  96. * a3442b5 Chore: fix tests for Node 6+ (#315) (Teddy Katz)
  97. v3.4.0 - February 2, 2017
  98. * f55fa51 Build: Lock acorn to v4.0.4 (#314) (Kai Cataldo)
  99. * 58f75be Fix:generic error for invalid ecmaVersion(fixes eslint#7405) (#303) (Scott Stern)
  100. * d6b383d Docs: Update license copyright (Nicholas C. Zakas)
  101. * e5df542 Update: To support year in ecmaVersion number (fixes #300) (#301) (Gyandeep Singh)
  102. v3.3.2 - September 29, 2016
  103. * 7d3e2fc Fix: reset `isAsync` flag for each property (fixes #298) (#299) (Toru Nagashima)
  104. v3.3.1 - September 26, 2016
  105. * 80abdce Fix: `}` token followed by template had been lost (fixes #293) (#294) (Toru Nagashima)
  106. * 9810bab Fix: parsing error on `async` as property name. (#295) (Toru Nagashima)
  107. v3.3.0 - September 20, 2016
  108. * 92b04b1 Update: create-test script (fixes #291) (#292) (Jamund Ferguson)
  109. v3.2.0 - September 16, 2016
  110. * 5a37f80 Build: Update release tool (Nicholas C. Zakas)
  111. * 9bbcad8 Update: Upgrade Acorn to support ES2017 (fixes #287) (#290) (Jamund Ferguson)
  112. * 8d9767d Build: Add CI release scripts (Nicholas C. Zakas)
  113. v3.1.7 - July 29, 2016
  114. * 8f6cfbd Build: Add CI release (Nicholas C. Zakas)
  115. * ff15922 Fix: Catch ES2016 invalid syntax (fixes #284) (#285) (Nicholas C. Zakas)
  116. v3.1.6 - June 15, 2016
  117. * a90edc2 Upgrade: acorn 3.2.0 (fixes #279) (#280) (Toru Nagashima)
  118. v3.1.5 - May 27, 2016
  119. * 7df2e4a Fix: Convert ~ and ! prefix tokens to esprima (fixes #274) (#276) (Daniel Tschinder)
  120. v3.1.4 - April 21, 2016
  121. * e044705 Fix: remove extra leading comments at node level (fixes #264) (Kai Cataldo)
  122. * 25c27fb Chore: Remove jQuery copyright from header of each file (Kai Cataldo)
  123. * 10709f0 Chore: Add jQuery Foundation copyright (Nicholas C. Zakas)
  124. * d754b32 Upgrade: Acorn 3.1.0 (fixes #270) (Toru Nagashima)
  125. * 3a90886 Docs: replace a dead link with the correct contributing guide URL (Shinnosuke Watanabe)
  126. * 55184a2 Build: replace optimist with a simple native method (Shinnosuke Watanabe)
  127. * c7e5a13 Fix: Disallow namespaces objects in JSX (fixes #261) (Kai Cataldo)
  128. * 22290b9 Fix: Add test for leading comments (fixes #136) (Kai Cataldo)
  129. v3.1.3 - March 18, 2016
  130. * 98441cb Fix: Fix behavior of ignoring comments within previous nodes (refs #256) (Kai Cataldo)
  131. v3.1.2 - March 14, 2016
  132. * a2b23ca Fix: Ensure 'var let' works (fixes #149) (Nicholas C. Zakas)
  133. * 5783282 Fix: Make obj.await work in modules (fixes #258) (Nicholas C. Zakas)
  134. * d1b4929 Fix: leading comments added from previous node (fixes #256) (Kai Cataldo)
  135. v3.1.1 - February 26, 2016
  136. * 3614e81 Fix: exponentiation operator token (fixes #254) (Nicholas C. Zakas)
  137. v3.1.0 - February 25, 2016
  138. * da35d98 New: Support ecmaVersion 7 (fixes #246) (Nicholas C. Zakas)
  139. v3.0.2 - February 19, 2016
  140. * 0973cda Build: Update release script (Nicholas C. Zakas)
  141. * 106000f Fix: use the plugins feature of acorn (fixes #250) (Toru Nagashima)
  142. * 36d84c7 Build: Add tests (fixes #243) (Nicholas C. Zakas)
  143. v3.0.1 - February 2, 2016
  144. * ecfe4c8 Upgrade: eslint-config-eslint to 3.0.0 (Nicholas C. Zakas)
  145. * ea6261e Fix: Object rest/spread in assign (fixes #247) (Nicholas C. Zakas)
  146. * 7e57ee0 Docs: fix `options.comment` typo (xuezu)
  147. * dd5863e Build: Add prerelease script (Nicholas C. Zakas)
  148. * 0b409ee Upgrade: eslint-release to 0.2.0 (Nicholas C. Zakas)
  149. v3.0.0 - January 20, 2016
  150. * 5ff65f6 Upgrade: Change Esprima version to latest (Nicholas C. Zakas)
  151. * a8badcc Upgrade: eslint-release to 0.1.4 (Nicholas C. Zakas)
  152. * 34d195b Build: Switch to eslint-release (Nicholas C. Zakas)
  153. * a0ddc30 Breaking: Remove binary scripts (Nicholas C. Zakas)
  154. * 02b5284 Build: Fix package.json dependencies (Nicholas C. Zakas)
  155. * b07696f Fix: tests for importing keywords (fixes #225) (Toru Nagashima)
  156. * 2e2808a Build: Add node@5 to CI (fixes #237) (alberto)
  157. * 445c685 Update: Unrecognized license format in package.json (fixes #234) (alberto)
  158. * 61cb5ee Update: Remove duplicated acorn-jsx dep (fixes #232) (alberto)
  159. * df5b71c Upgrade: eslint and eslint-config-eslint (fixes #231) (alberto)
  160. * ef7a06d Fix: lastToken not reset between calls to parse (fixes #229) (alberto)
  161. * cdf8407 New: ecmaFeatures.impliedStrict (fixes: #227) (Nick Evans)
  162. v3.0.0-alpha-2 - December 9, 2015
  163. * 3.0.0-alpha-2 (Nicholas C. Zakas)
  164. * Breaking: move ecmaFeatures into ecmaVersion (fixes #222) (Nicholas C. Zakas)
  165. * New: Export VisitorKeys (fixes #220) (Nicholas C. Zakas)
  166. v3.0.0-alpha-1 - December 1, 2015
  167. * 3.0.0-alpha-1 (Nicholas C. Zakas)
  168. * Fix: parse unicode escapes in identifiers (fixes #181) (Nicholas C. Zakas)
  169. * Fix: Ensur object rest works in destructed arg (fixes #213) (Nicholas C. Zakas)
  170. * Breaking: Switch to Acorn (fixes #200) (Nicholas C. Zakas)
  171. * Update: Add tokens to tests (fixes #203) (Nicholas C. Zakas)
  172. * Docs: Update README (Nicholas C. Zakas)
  173. v2.2.5 - September 15, 2015
  174. * 2.2.5 (Nicholas C. Zakas)
  175. * Fix: Ensure node type is correct for destructured (fixes #195) (Nicholas C. Zakas)
  176. v2.2.4 - August 13, 2015
  177. * 2.2.4 (Nicholas C. Zakas)
  178. * Fix: newlines in arrow functions (fixes #172) (Jamund Ferguson)
  179. * Fix: nested arrow function as default param (fixes #145) (Jamund Ferguson)
  180. * Fix: Rest Params & Arrow Functions (fixes #187) (Jamund Ferguson)
  181. * Fix: trailing commas in import/export (fixes #148) (Jamund Ferguson)
  182. * Build: Added sudo false to Travis to build faster (fixes #177) (KahWee Teng)
  183. v2.2.3 - July 22, 2015
  184. * 2.2.3 (Nicholas C. Zakas)
  185. * Fix: Incorrect error location (fixes #173) (Nicholas C. Zakas)
  186. v2.2.2 - July 16, 2015
  187. * 2.2.2 (Nicholas C. Zakas)
  188. * 2.2.1 (Nicholas C. Zakas)
  189. * Fix: Yield as identifier in arrow func args (fixes #165) (Nicholas C. Zakas)
  190. * Fix: Allow AssignmentExpression in object spread (fixes #167) (Nicholas C. Zakas)
  191. v2.2.1 - July 16, 2015
  192. * 2.2.1 (Nicholas C. Zakas)
  193. v2.2.0 - July 15, 2015
  194. * 2.2.0 (Nicholas C. Zakas)
  195. * New: Add experimental object rest/spread (fixes #163) (Nicholas C. Zakas)
  196. * Fix: npm browserify (fixes #156) (Jason Laster)
  197. v2.1.0 - July 10, 2015
  198. * 2.1.0 (Nicholas C. Zakas)
  199. * Fix: Leading comments for anonymous classes (fixes #155, fixes #158) (Toru Nagashima)
  200. * New: Add newTarget option (fixes #157) (Nicholas C. Zakas)
  201. v2.0.4 - June 26, 2015
  202. * 2.0.4 (Nicholas C. Zakas)
  203. * Docs: added missing `ecmaFeatures.superInFunctions` option from doc (Clément Fiorio)
  204. * Fix: "await" is a future reserved word (fixes #151) (Jose Roberto Vidal)
  205. v2.0.3 - June 2, 2015
  206. * 2.0.3 (Nicholas C. Zakas)
  207. * Fix: Incomplete Switch Statement Hangs (Fixes #146) (Jamund Ferguson)
  208. * Docs: Clarify ecmaFeatures usage (Dan Wolff)
  209. v2.0.2 - April 28, 2015
  210. * 2.0.2 (Nicholas C. Zakas)
  211. * Fix: Allow yield without value as function param (fixes #134) (Nicholas C. Zakas)
  212. * Fix: Allow computed generators in classes (fixes #123) (Nicholas C. Zakas)
  213. * Fix: Don't allow arrow function rest param (fixes #130) (Nicholas C. Zakas)
  214. v2.0.1 - April 11, 2015
  215. * 2.0.1 (Nicholas C. Zakas)
  216. * Fix: Yield should parse without an argument (fixes #121) (Nicholas C. Zakas)
  217. v2.0.0 - April 4, 2015
  218. * 2.0.0 (Nicholas C. Zakas)
  219. * Docs: Update README with latest info (Nicholas C. Zakas)
  220. * Breaking: Use ESTree format for default params (fixes #114) (Nicholas C. Zakas)
  221. * New: Add Super node (fixes #115) (Nicholas C. Zakas)
  222. * Breaking: Switch to RestElement for rest args (fixes #84) (Nicholas C. Zakas)
  223. * Docs: Correct license info on README (fixes #117) (AJ Ortega)
  224. * Breaking: Remove guardedHandlers/handlers from try (fixes #71) (Nicholas C. Zakas)
  225. v1.12.3 - March 28, 2015
  226. * 1.12.3 (Nicholas C. Zakas)
  227. * Fix: Tagged template strings (fixes #110) (Nicholas C. Zakas)
  228. v1.12.2 - March 21, 2015
  229. * 1.12.2 (Nicholas C. Zakas)
  230. * Fix: Destructured arg for catch (fixes #105) (Nicholas C. Zakas)
  231. v1.12.1 - March 21, 2015
  232. * 1.12.1 (Nicholas C. Zakas)
  233. * Fix: Disallow octals in template strings (fixes #96) (Nicholas C. Zakas)
  234. * Fix: Template string parsing (fixes #95) (Nicholas C. Zakas)
  235. * Fix: shorthand properties named get or set (fixes #100) (Brandon Mills)
  236. * Fix: bad error in parsing invalid class setter (fixes #98) (Marsup)
  237. v1.12.0 - March 14, 2015
  238. * 1.12.0 (Nicholas C. Zakas)
  239. * Fix: Update broken tests (Nicholas C. Zakas)
  240. * New: Add sourceType to Program node (fixes #93) (Nicholas C. Zakas)
  241. * Allow spread in more places (fixes #89) (Nicholas C. Zakas)
  242. * Fix: Deeply nested template literals (fixes #86) (Nicholas C. Zakas)
  243. * Fix: Allow super in classes by default (fixes #87) (Nicholas C. Zakas)
  244. * Fix: generator methods in classes (fixes #85) (Jamund Ferguson)
  245. * Remove XJS note from Esprima-FB incompatibilities (Joe Lencioni)
  246. v1.11.0 - March 7, 2015
  247. * 1.11.0 (Nicholas C. Zakas)
  248. * Fix: Don't allow default export class by mistake (fixes #82) (Nicholas C. Zakas)
  249. * Fix: Export default function should be FunctionDeclaration (fixes #81) (Nicholas C. Zakas)
  250. * Fix: Ensure class declarations must have IDs outside of exports (refs #72) (Nicholas C. Zakas)
  251. * Fix: export class expression support (refs #72) (Jamund Ferguson)
  252. * Update: Add tests for sourceType=module (refs #72) (Nicholas C. Zakas)
  253. * Fix: Class name should be id (fixes #78) (Nicholas C. Zakas)
  254. * Fix: disallow import/export in functions (refs #72) (Jamund Ferguson)
  255. * Test: strict mode enforced in modules (refs #72) (Jamund Ferguson)
  256. * New: Add modules feature flag (refs #72) (Nicholas C. Zakas)
  257. * merging upstream and solving conflicts for PR #43 (Caridy Patino)
  258. * New: Add ES6 module support (fixes #35) (Caridy Patino)
  259. * Update: Add TryStatement.handler (fixes #69) (Brandon Mills)
  260. * Fix: Destructured Defaults (fixes #56) (Jamund Ferguson)
  261. * Update: Refactor out comment attachment logic (Nicholas C. Zakas)
  262. v1.10.0 - March 1, 2015
  263. * 1.10.0 (Nicholas C. Zakas)
  264. * New: Support ES6 classes (refs #10) (Nicholas C. Zakas)
  265. * Docs: Update README.md (Jamund Ferguson)
  266. v1.9.1 - February 21, 2015
  267. * 1.9.1 (Nicholas C. Zakas)
  268. * Fix: Allow let/const in switchcase (fixes #54) (Nicholas C. Zakas)
  269. v1.9.0 - February 21, 2015
  270. * 1.9.0 (Nicholas C. Zakas)
  271. * Fix: Extend property method range and loc to include params (fixes #36) (Brandon Mills)
  272. * New: spread operator (refs #10) (Jamund Ferguson)
  273. * Fix: incorrectly parsed arrow fragment (refs #58) (Jamund Ferguson)
  274. * New: Rest Parameter (refs: #10) (Jamund Ferguson)
  275. * New: Destructuring (refs #10) (Jamund Ferguson)
  276. v1.8.1 - February 7, 2015
  277. * 1.8.1 (Nicholas C. Zakas)
  278. * Build: Add Node.js 0.12 testing (Nicholas C. Zakas)
  279. * Fix: Actuall fix tokenization issue with templates (fixes #44) (Nicholas C. Zakas)
  280. v1.8.0 - February 6, 2015
  281. * 1.8.0 (Nicholas C. Zakas)
  282. * New: Support for Arrow Functions (refs #10) (Jamund Ferguson)
  283. * New: Allow super references in functions (refs #10) (Nicholas C. Zakas)
  284. * Update create-test.js (Jamund Ferguson)
  285. * Fix: Tokenization for template strings (fixes #44) (Nicholas C. Zakas)
  286. * New: Allow return in global scope (fixes #46) (Nicholas C. Zakas)
  287. v1.7.1 - January 23, 2015
  288. * 1.7.1 (Nicholas C. Zakas)
  289. * Fix: When ecmaFeatures.forOf is true, check for operater is "undefined" when match keyword is "in" (fixes #39) (Peter Chanthamynavong)
  290. v1.7.0 - January 23, 2015
  291. * 1.7.0 (Nicholas C. Zakas)
  292. * New: Add support for template strings (FredKSchott)
  293. * New: Add support for default parameters (refs #10) (Jamund Ferguson)
  294. * New: Add support for unicode code point escape sequences (FredKSchott)
  295. v1.6.0 - January 10, 2015
  296. * 1.6.0 (Nicholas C. Zakas)
  297. * Update: Make comment attachment tests look at whole AST (Nicholas C. Zakas)
  298. * Docs: Update README to reflect feature flags (Nicholas C. Zakas)
  299. * Docs: Add a couple more FAQs to README (Nicholas C. Zakas)
  300. * New: Add support for duplicate object literal properties (FredKSchott)
  301. * New: Implement generators (refs #10) (Nicholas C. Zakas)
  302. v1.5.0 - December 29, 2014
  303. * 1.5.0 (Nicholas C. Zakas)
  304. * Docs: Update README with compat info (Nicholas C. Zakas)
  305. * Update: Add regex parsing test (Nicholas C. Zakas)
  306. * Update: s/XJS/JSX/g (Nicholas C. Zakas)
  307. * Build: Update release script (Nicholas C. Zakas)
  308. * Update: Move SyntaxTree to ast-node-factory.js (FredKSchott)
  309. * New: Add JSX parsing (fixes #26) (Nicholas C. Zakas)
  310. * Update: Switch location marker logic (fixes #15) (Nicholas C. Zakas)
  311. * 1.4.0 (Nicholas C. Zakas)
  312. v1.4.0 - December 23, 2014
  313. * 1.4.0 (Nicholas C. Zakas)
  314. * Fix: Parsing issues with property methods (fixes #21) (Nicholas C. Zakas)
  315. * New: Add support for shorthand properties (refs #10) (Nicholas C. Zakas)
  316. * New: Add support for object literal method shorthand (refs #10) (Nicholas C. Zakas)
  317. * Fix: Ensure comments are attached for return (fixes #2) (Nicholas C. Zakas)
  318. * Build: Ensure CHANGELOG.md is committed on release (Nicholas C. Zakas)
  319. * 1.3.1 (Nicholas C. Zakas)
  320. v1.3.1 - December 22, 2014
  321. * 1.3.1 (Nicholas C. Zakas)
  322. * Fix: Add all files to npm package (fixes #17) (Nicholas C. Zakas)
  323. * Update: Move Messages to separate file (Nicholas C. Zakas)
  324. * Docs: Removed unnecessary comment (Nicholas C. Zakas)
  325. * 1.3.0 (Nicholas C. Zakas)
  326. v1.3.0 - December 21, 2014
  327. * 1.3.0 (Nicholas C. Zakas)
  328. * Build: Add release scripts (Nicholas C. Zakas)
  329. * New: Add computed object literal properties (refs #10) (Nicholas C. Zakas)
  330. * Build: Fix commands in Makefile.js (Nicholas C. Zakas)
  331. * Docs: Add FAQ to README (Nicholas C. Zakas)
  332. * Fix: Don't allow let/const in for loops (fixes #14) (Nicholas C. Zakas)
  333. * New: Support for-of loops (refs #10) (Nicholas C. Zakas)
  334. * Update: Change .ast.js files to .result.js files (Nicholas C. Zakas)
  335. * New: Support ES6 octal literals (Nicholas C. Zakas)
  336. * New: Ability to parse binary literals (Nicholas C. Zakas)
  337. * Update: More tests for regex u flag (Nicholas C. Zakas)
  338. * Update: Switch to using ecmaFeatures (Nicholas C. Zakas)
  339. * Update: Add comment attachment tests (Nicholas C. Zakas)
  340. * Update README.md (Jamund Ferguson)
  341. * New: Add u and y regex flags (refs #10) (Nicholas C. Zakas)
  342. * Update: Cleanup tests (Nicholas C. Zakas)
  343. * New: Add ecmascript flag (fixes #7) (Nicholas C. Zakas)
  344. * Docs: Update README with build commands (Nicholas C. Zakas)
  345. * Update: Move some things around (Nicholas C. Zakas)
  346. * Update: Read version number from package.json (Nicholas C. Zakas)
  347. * Update: Move AST node types to separate file (Nicholas C. Zakas)
  348. * Update: Remove duplicate file (Nicholas C. Zakas)
  349. * Update: Move token information to a separate file (Nicholas C. Zakas)
  350. * Update: Bring in Makefile.js for linting and browserify (Nicholas C. Zakas)
  351. * Update: Fix ESLint warnings, remove check-version (Nicholas C. Zakas)
  352. * Update: Move Position and SourceLocation to separate file (Nicholas C. Zakas)
  353. * Update: Move syntax checks into separate file (Nicholas C. Zakas)
  354. * Update: Remove UMD format (Nicholas C. Zakas)
  355. * Docs: Update README with more info (Nicholas C. Zakas)
  356. * Update: remove npm-debug.log from tracked files (Brandon Mills)
  357. * Docs: Remove redundant 'features' in readme (Matthias Oßwald)
  358. * Docs: Fix a link to Wikipedia (Ryuichi Okumura)
  359. * Update: Split parsing tests into smaller files (Nicholas C. Zakas)
  360. * Update: Normalize values in tests (Nicholas C. Zakas)
  361. * Update: CommonJSify test file (Nicholas C. Zakas)