All Versions
35
Latest Version
Avg Release Cycle
42 days
Latest Release
2458 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.1.0 Changes
April 29, 2018- Feat
- Add
config.outputAST
(#483). Thanks @MattMcFarland - Add
@package
tag (#486). Thanks @bmaupin
- Add
- ๐ Fix
- Chore
- Update
marked
. (#503) Thanks @jan-molak - Update some packages.
- Update
- Feat
-
v1.0.4 Changes
November 12, 2017 -
v1.0.2 Changes
September 03, 2017 -
v1.0.1 Changes
July 30, 2017- ๐ฅ Breaking
- Some features were carved out to plugins
- Migration to v1.0
- v0.5 documentation
- Feat
- Note
v1.0.0
can not use. Becausev1.0.0
had been used in past.
- ๐ฅ Breaking
-
v1.0.0 Changes
April 23, 20172017-04-23
-
v1.0.0-alpha.3
April 23, 2017 -
v1.0.0-alpha.2
April 23, 2017 -
v1.0.0-alpha.1
April 23, 2017 -
v0.5.2 Changes
January 02, 2017- ๐ Fix
- Display error message when invalid function type (#351) Thanks @LukasHechenberger
- Crash when destructure sparse array (#350)
- Crash when guess type of array detructuring (#301)
- A union type in a generics type (eb051e7)
- A union type with a spread type (199d834)
- Crash when function was assigned by member expression (e59820a)
- Broken to guess type when property has null value or object expression using string key (5920c1f)
- Crash when guess type of return value that has object spread (#364) Thanks vovkasm
- Feat
- Automatically take a super class description if the method override a super class method. (7b515f0)
- ๐ Fix