Skip to content

@bbob/preset-html5@4.4.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 01:20
· 3 commits to master since this release
0c49f3b

Minor Changes

  • #327 22bf163 Thanks @JiLiZART! - PNPM updated to 11.9.0 version

    Minimal Node version set to 22.x

    Example for React updated to new versions of deps

    For errors C1 and C2 used ERRORS.md file, instead of inlined error messages.

    ESlint migrated to 10.x version

    TypeScript migrated to 6.x version

  • #318 151af27 Thanks @JiLiZART! - Increased performance of @bbob/parser

    • Replaced all array searches [].indexOf to instant condition comparsion char === EQ || char === SPACE
    • Increased performance of nested tokens detection isTokenNested
    • Removed redundant object in CharGrabber
  • #316 6221374 Thanks @JiLiZART! - Fixes case where parsing [LIST][*]test[/LIST] with caseFreeTags: true can't parse tag

  • #310 7fe4a1a Thanks @FrenchGithubUser! - Adds support to [size=20]text[/size] tag

Patch Changes