- Ups, actually release the changes for v0.14.2 this time
- Update deps
- Fixed
//
,//!
, and//
not extending to new line (#331, #352) - Fixed Rustdoc not working (#347, #352)
- Derusting the code base (#344, #345, #346)
- Fixed issue with the Java argument parser: types are no longer part of the
@param
annotation - Fixed parsing issues in ActionScript
- Java constructors no longer get
@return
annotations (#301, #243)
- TypeScript function
@params
no longer have include types (#300) - TypeScript and JS constructor functions no longer have
@return
annotations (#300) - TypeScript constructor function argument parser now strips
public
andprivate
keywords (#300) - TypeScript var blocks no longer include
@type
(#300)
- Fixed issue with the 'lower_primitives' setting for JS booleans (#299)
- Fixed issue with new PHP array syntax in default parameters (#280)
- Added support for classes in JS (#267)
- Prevent
Uncaught TypeError: Cannot read property 'name' of null
errors while parsing arguments (#257)
- Handle ES2015 generators in function shorthands (#292)
- Fixed last release
- Fixed a wrong undefined check, that could lead to an uncaught exception (#262)
- Fixed language detection (all languages were considered to be JS) (#291)
- Added support for SCSS (#290)
- Added support for Processing (#275)
- Fixed a subtle bug related to text inputs in Atom's docks (#278)
- Added support for final methods in PHP (#277)
- Fixed constructors in c++ (#273)
- Fixed generic types (template) in c++ method signatures (#234)
- Nothing
- Fixed missing
@return
annotations in PHP code (#269)
- Fixed last release
- Fixed Uncaught TypeError in editors not in the workspace (#268)
- Added method to automatically add
@constructor
annotations in JavaScript (#34) - Fixed
spacer_between_sections
setting (#208) - Fixed recognition of Java methods with an array return type (#244)
- Fixed handling of editors not in the workspace (#266)
- Fixed recognition of varibles and functions in PHP (#259)
- Fixed typo regarding curly types
- Fixed Java: Uncaught TypeError: Cannot read property 'search' of undefined
- Added/Fixed support for shorthand method definitions
- Fixed TextEditor.prototype.displayBuffer deprecation
- Prevent exception if arguments can't be parsed
- Fixed exception when adding
/**
to the end of a file (#233)
- Improved treatment of c-style block comments (#231)
- Added option
c_style_block_comments
to turn on/off c-style block comments (#231)
- Fixed problem with
throws
declaration in Java code (#156) - Updated extend functionality to grab everything associated with the comment (#225)
- Fixed error when using
Wrap Lines
- Fixed problem with immediately returned JS closures
- Improved support for ES2015 Generator functions
- Fixed problem with unnamed function parameters in C++
- Fixed problems when extending comments which contain a slash
- Added support for exported JS functions
- Added support for async JS functions and identify the return type as Promise
- Added support for static JS functions
- Added support for PHP7 return types
- Added tests for functions with multiple arguments
- Preserve indentation while line wrapping
- Added support for uppercase boolean literals in PHP
- Don't add an asterisk when hitting enter after a block comments
- No changes; just going to v0.8
- Fixed problems with falsely detected JS functions
- Added support for ES 2015 arrow functions
- Improved specs for the JS parser
- Fixed problems with Java annotation
- Added better Rust support
- Fixed problem with optional arguments in JS functions
- Small amount of specs added
- Identifies variable args in the c++ parser
- Fixed parameters handling in one-lined function
- Fixed TypescriptParser
- C++ language detection fixed
- Added some basic ES6/2015 support
- Respect extend double slash setting
- Bug correction on shallow indent mode
- Extra tags error fixed
- Javascript variable parser fixed
- Some additional minor issues fixed
- Fixed parse_var function arguments bug
- PHP language detection fixed
- PHP function regex error fixed
- Extend line comment setting unused fixed
- Typo fixed
- Wrap lines error fixed
- License Updated
- Scope selector bug fixed
- Named regex added to fix parser errors
- Multi line comment decorate feature added
- Scope based checks added
- Readme fixed
- Changelog Update
- Language support ported for all languages
- Moved all files to Javascript
- Added support for all parent package functionalities
- Macros remain unsupported
- Made parser library editor independent
- Initial release