- fixed return type for documented functions
- dependencies upgrade
- fixed processing of UTF-8 with BOM encoded source files
- added support for multiline comment starting with
/**
- added support for variable declarations with
let
andconst
- added support for keywords starting with
\
(like\file
)
- using babel for package building
- #1 added support for file documentation
- fixed class name matcher
- fixed translations loading
- fixed base class search
- #6 added translations for doxygen comments
- #5 made type definitions optional
- fixed file read error message