Skip to content

Releases: oller/vimgym

vimsplain@0.2.0

22 Mar 14:08
586968d

Choose a tag to compare

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.

vimsplain@0.1.7

17 Mar 22:53
ab6a37b

Choose a tag to compare

Patch Changes

  • #15 553c90d Thanks @oller! - docs: remove unused MODIFIER_KEY_MAP import from README

vimsplain@0.1.6

17 Mar 22:18
153c924

Choose a tag to compare

Patch Changes

  • #13 3c3792d Thanks @oller! - fix: handle nested quotes in command descriptions for README generation

vimsplain@0.1.5

17 Mar 21:30
663f831

Choose a tag to compare

Patch Changes

  • #11 49727f8 Thanks @oller! - optimize contents of bundled package, now minified

vimsplain@0.1.4

17 Mar 20:55
66d9213

Choose a tag to compare

Patch Changes

  • #9 7bafa31 Thanks @oller! - docs(vimsplain): optimize README intro and add richer examples

vimsplain@0.1.3

15 Mar 21:09
f72f6f9

Choose a tag to compare

Patch Changes

  • #6 804282a Thanks @oller! - Fix visual mode operators (d, D, c, C, y, Y, x, X, s, S, , >, <, =, J, p, P, gc, gu, gU, g, gq) now correctly explained as acting on the selection rather than with their normal-mode meanings. Also adds support for block visual mode ([C-v]).

vimsplain@0.1.2

15 Mar 14:10
7f72d09

Choose a tag to compare

Patch Changes

  • #2 160404f Thanks @oller! - Add npm version, downloads, CI status, and license badges to README.

vimsplain@0.1.1

15 Mar 13:58

Choose a tag to compare

Patch Changes

  • Add comprehensive test coverage for all command patterns and CI coverage thresholds.