Releases
v3.4.0
aminya
released this
24 Jun 14:33
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
You can’t perform that action at this time.