Standard v8.3.0 Release Notes

Release Date: 2016-09-29 // over 7 years ago
  • ๐Ÿš€ The last release (8.2.0) added ES7 support. This release (8.3.0) adds ES8 ๐Ÿ‘Œ support ...just 3 days later!

    ๐Ÿš€ This release should eliminate the need to specify babel-eslint as a custom ๐Ÿ“œ parser, since standard can now parse ES8 (i.e. ES2017) syntax out of the box. That means async and await will just work.

    • ๐Ÿ‘Œ Support ES8 (i.e. ES2017) syntax.