Skip to content

vimsplain@0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Mar 14:08
· 2 commits to main since this release
586968d

Minor Changes

  • #17 f4b2e73 Thanks @oller! - Internal Architecture Refactor: The core parser has been completely rewritten from a monolithic loop into a highly performant, isolated Mode-based Handler architecture (Normal, Visual, Insert, Search, Command).
    New Exports: Added VimMode and ParsingContext types to the public API for developers who want to inspect or hook into the parser's internal state machine.
    Bulletproof Reliability: The parser is now backed by extensive property-based fuzzing and headless CodeMirror integration testing to guarantee 100% accurate, regression-free explanations.