Skip to content

v3.4.0

Compare
Choose a tag to compare
@aminya aminya released this 24 Jun 14:33
· 10 commits to master since this release
  • improve the size of the package. The whole package is only 52 KB!
  • initial support for asynchronous linter fixes
  • lazyload marked only when needed
  • drop support for Atom versions older than 1.52 (at least Electron 6 is required)
  • use Solid's Show to conditionally render
  • use largeness from atom-ide-base to detect if inline linter markers should be skipped in large editors
  • use terser-config-atomic
  • avoid implicit conversions by accurate handling of types
  • once/dobounce the buttons
  • make LinteUI.render function async (affects the server)
  • await and handle all promises
  • use solid createEffect and createSignal for tooltip descriptions instead of onMount and createState
  • use atom.workspace.getActiveTextEditor instead of our custom function
  • destructure atom at the top of the modules to improve performance
  • remove lodash dependency
  • update dependencies (Solid, Marked, etc)
  • Many more optimizations and fixes

v3.3.1...v3.4.0