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 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. v4.0.0 - June 21, 2018
  2. v4.0.0-rc.0 - June 9, 2018
  3. * 3b919b8 Build: Adding rc release script to package.json (#38) (Kevin Partington)
  4. * 137732a Chore: avoid creating package-lock.json files (#37) (Teddy Katz)
  5. v4.0.0-alpha.0 - April 27, 2018
  6. * 7cc3769 Upgrade: eslint-release ^0.11.1 (#36) (Teddy Katz)
  7. * c9f6967 Breaking: remove TDZScope (refs eslint/eslint#10245) (#35) (Toru Nagashima)
  8. * 982a71f Fix: wrong resolution about default parameters (#33) (Toru Nagashima)
  9. * 57889f1 Docs: Remove extra header line from LICENSE (#32) (Gyandeep Singh)
  10. v3.7.1 - April 12, 2017
  11. * ced6262 Fix: restore previous Scope API exports from escope (#31) (Vitor Balocco)
  12. * 5c3d966 Fix: Remove and Modify tests that contain invalid ES6 syntax (#29) (Reyad Attiyat)
  13. v3.7.0 - March 17, 2017
  14. * 9e27835 Chore: Add files section to package.json (#24) (Ilya Volodin)
  15. * 3e4d123 Upgrade: eslint-config-eslint to 4.0.0 (#21) (Teddy Katz)
  16. * 38c50fb Chore: Rename src to lib and test to tests (#20) (Corbin Uselton)
  17. * f4cd920 Chore: Remove esprima (#19) (Corbin Uselton)
  18. * f81fad5 Revert "Chore: Remove esprima" (#18) (James Henry)
  19. * 31b0085 Chore: Remove es6-map and es6-weakmap as they are included in node4 (#10) (#13) (Corbin Uselton)
  20. * 12a1ca1 Add Makefile.js and eslint (#15) (Reyad Attiyat)
  21. * 7d23f8e Chore: Remove es6-map and es6-weakmap as they are included in node4 (#10) (Corbin Uselton)
  22. * 019441e Chore: Convert to ES6 that is supported on Node 4, commonjs modules and remove Babel (#14) (Corbin Uselton)
  23. * c647f65 Update: Add check for node.body in referencer (#2) (Corbin Uselton)
  24. * eb5c9db Remove browserify and jsdoc (#12) (Corbin Uselton)
  25. * cf38df0 Chore: Update README.md (#3) (James Henry)
  26. * 8a142ca Chore: Add eslint-release scripts (#6) (James Henry)
  27. * e60d8cb Chore: Remove unused bower.json (#5) (James Henry)
  28. * 049c545 Chore: Fix tests for eslint-scope (#4) (James Henry)
  29. * f026aab Chore: Update package.json for eslint fork (#1) (James Henry)
  30. * a94d281 Chore: Update license with JSF copyright (Nicholas C. Zakas)