Skip to content

Latest commit

 

History

History
36 lines (16 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

36 lines (16 loc) · 1.42 KB

1.0.1 (2021-03-25)

Bug Fixes

1.0.0 (2021-03-22)

Bug Fixes

  • fix 'module not found prettier' error (8f3f0bb)

Code Refactoring

  • eslint: remove support eslint 0.x and expect >=7.22.0 (f29915d)

Performance Improvements

  • update supported node versions to 12 (7bd57dd)

BREAKING CHANGES

  • removal of outdated node versions, requires >=12
  • eslint: remove support older eslint versions, requires >= 7.22.0

0.2.2 (2019-05-29)

Bug Fixes

  • hierachical-import: fill the missing specs that allows importing module root components from th (01adf86)