- Fix issue where error thrown when specifying arrow expression as default arguments
- Fix issues where errors thrown in panels
- Fix issues where continuing comments at top of files
- Update dependencies
- Fix issue when setting a default value from an object property.
- Fix issue where error thrown when active text editor is empty
- Update dependencies
- Fix minor indentation bug
- Fix issue where
new Class()
was not supported as a default - Fix indentation issue
- Fix issue when assigning a variable as a default values
- Installation documentation by
@bcruddy
PR
- Add static keyword support by
@bkrem
PR - Fix issues with call expressions as default values
- Fix issues with exported anonymous functions
- Improve support for transformed JS including ES2017 and flow
- Add JSX support
- Fix issue with null default values
- Add class support
- Add async support
- Improve error messages
- Split JSDoc rendering and function parsing to improve test coverage.
- Change from acorn to babylon parser to get better real code support.
- Support
#!
to support scripts.
- Disable line continuation
- Support destructured parameters
- Support variable declared functions
- Allow for choosing
@return
or@returns
- Add beta flag notes to readme.
- Add beta flag.
- Beta now contains version using AST instead of regex. PR
- Fix issue with keymap clashing in Linux and Windows
- First release under "new management"