ESDoc v0.5.2 Release Notes

Release Date: 2017-01-02 // about 7 years ago
    • 🛠 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)