Ohm-Management - Projektarbeit B-ME
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 17KB

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