Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

43 lines (23 loc) · 2.63 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.0 (2018-07-03)

Features

  • add configuration for styling the decorations (650f728), closes #14
  • don't add decoration for arrow function variables (3eee520), closes #15
  • support paraterName for class constructor (#11) (93276ae)
  • support tsx (#19) (955bf20), closes #13

0.2.0 (2018-04-08)

Bug Fixes

  • don't omit module name of imported types (11e2fd0), closes #2
  • fix missing return type decoration for methods (89bcece), closes #10

Features

  • add option to disable features using the configuration (04d848a), closes #3
  • add option to introduce an update delay (5ec2780), closes #5
  • highlight inferred 'any' types with a warning color (9e72be0), closes #7
  • render parameter names on function calls (cd7ec69), closes #1

0.1.0 (2018-04-02)

Features