Skip to content

v1.0.3

Choose a tag to compare

@galactixx galactixx released this 21 Jun 22:27
· 13 commits to main since this release

v1.0.3 — 2025-05-08  “Whitespace Toggle”

  • ✂️ User‑selectable trimming

    • Added trimWhitespace bool parameter to both StringWrap and StringWrapSplit.

      • Prior versions always stripped leading/trailing blanks; callers can now
        choose to preserve them by passing false.
    • Default behaviour remains unchanged (true), so upgrading users who relied
      on trimming need no code changes.

  • 🧪 Tests

    • Added positive/negative fixtures verifying correct behaviour when
      trimWhitespace is toggled and when lines begin with tabs/spaces.

Minor breaking note: Function signatures changed; update importers that use
manual wrappers or reflection.