Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

39 lines (24 loc) · 1.34 KB

Change Log

[0.1.0]

  • Use Sonda to analyze bundle size
  • Update publint to 0.3.0 (Bundle size minified (GZIP): 25.53 KiB => 13.89 KiB or Uncompressed 79.48 KiB => 39.42 KiB)
  • Other dev bumps

[0.0.4]

  • fixed the display of settings (#3)
  • use jsonpos instead of jsonc-parser which is much smaller (reduce bundle size from 90kb => 80kb)

[0.0.3]

Fixes:

  • ignore private packages (in #2)

[0.0.2]

  • downgrade required version
  • add simple test
  • use node:path to handle basename/dirname

Fixes:

  • ignore non-json files and handle visibleTextEditors (in #1)

[0.0.1]

  • initial release