BBob

⚡️Blazing fast js bbcode parser, that transforms and parses bbcode to AST and transform it to HTML, React, Vue with plugin support in pure javascript, no dependencies

MIT License

Downloads
426.9K
Stars
163
Committers
14

Bot releases are visible (Hide)

BBob - @bbob/[email protected]

Published by github-actions[bot] 4 months ago

Major Changes

Minor Changes

  • #233 270f564 Thanks @JiLiZART! - ** BREAKING CHANGE **

    TagNode.create method now by default pass null to content instead of empty array []

    // new behavior
    TagNode.create("img").toString(); // -> [img]
    // old behavior
    TagNode.create("img", {}, []).toString(); // -> [img][/img]
    

    Migrate all calls of TagNode.create('test-tag') to `TagNode.create('test-tag', {}, [])

  • #199 3575982 Thanks @JiLiZART! - All build processes and CI actions now using PNPM as default Package Manager

Patch Changes

BBob - @bbob/[email protected]

Published by github-actions[bot] 4 months ago

Major Changes

Minor Changes

  • #233 270f564 Thanks @JiLiZART! - ** BREAKING CHANGE **

    TagNode.create method now by default pass null to content instead of empty array []

    // new behavior
    TagNode.create("img").toString(); // -> [img]
    // old behavior
    TagNode.create("img", {}, []).toString(); // -> [img][/img]
    

    Migrate all calls of TagNode.create('test-tag') to `TagNode.create('test-tag', {}, [])

  • #199 3575982 Thanks @JiLiZART! - All build processes and CI actions now using PNPM as default Package Manager

Patch Changes

BBob - @bbob/[email protected]

Published by github-actions[bot] 4 months ago

Major Changes

Minor Changes

  • #233 270f564 Thanks @JiLiZART! - ** BREAKING CHANGE **

    TagNode.create method now by default pass null to content instead of empty array []

    // new behavior
    TagNode.create("img").toString(); // -> [img]
    // old behavior
    TagNode.create("img", {}, []).toString(); // -> [img][/img]
    

    Migrate all calls of TagNode.create('test-tag') to `TagNode.create('test-tag', {}, [])

  • #199 3575982 Thanks @JiLiZART! - All build processes and CI actions now using PNPM as default Package Manager

Patch Changes

BBob - @bbob/[email protected]

Published by github-actions[bot] 4 months ago

Major Changes

Minor Changes

  • #233 270f564 Thanks @JiLiZART! - ** BREAKING CHANGE **

    TagNode.create method now by default pass null to content instead of empty array []

    // new behavior
    TagNode.create("img").toString(); // -> [img]
    // old behavior
    TagNode.create("img", {}, []).toString(); // -> [img][/img]
    

    Migrate all calls of TagNode.create('test-tag') to `TagNode.create('test-tag', {}, [])

  • #199 3575982 Thanks @JiLiZART! - All build processes and CI actions now using PNPM as default Package Manager

Patch Changes

BBob - @bbob/[email protected]

Published by github-actions[bot] 4 months ago

Major Changes

Minor Changes

  • #233 270f564 Thanks @JiLiZART! - ** BREAKING CHANGE **

    TagNode.create method now by default pass null to content instead of empty array []

    // new behavior
    TagNode.create("img").toString(); // -> [img]
    // old behavior
    TagNode.create("img", {}, []).toString(); // -> [img][/img]
    

    Migrate all calls of TagNode.create('test-tag') to `TagNode.create('test-tag', {}, [])

  • #199 3575982 Thanks @JiLiZART! - All build processes and CI actions now using PNPM as default Package Manager

Patch Changes

BBob - @bbob/[email protected]

Published by github-actions[bot] 4 months ago

Major Changes

Minor Changes

  • #233 270f564 Thanks @JiLiZART! - ** BREAKING CHANGE **

    TagNode.create method now by default pass null to content instead of empty array []

    // new behavior
    TagNode.create("img").toString(); // -> [img]
    // old behavior
    TagNode.create("img", {}, []).toString(); // -> [img][/img]
    

    Migrate all calls of TagNode.create('test-tag') to `TagNode.create('test-tag', {}, [])

  • #199 3575982 Thanks @JiLiZART! - All build processes and CI actions now using PNPM as default Package Manager

Patch Changes

BBob - @bbob/[email protected]

Published by github-actions[bot] 4 months ago

Major Changes

Minor Changes

  • #233 270f564 Thanks @JiLiZART! - ** BREAKING CHANGE **

    TagNode.create method now by default pass null to content instead of empty array []

    // new behavior
    TagNode.create("img").toString(); // -> [img]
    // old behavior
    TagNode.create("img", {}, []).toString(); // -> [img][/img]
    

    Migrate all calls of TagNode.create('test-tag') to `TagNode.create('test-tag', {}, [])

  • #199 3575982 Thanks @JiLiZART! - All build processes and CI actions now using PNPM as default Package Manager

Patch Changes

BBob - @bbob/[email protected]

Published by github-actions[bot] 4 months ago

Major Changes

Minor Changes

  • #233 270f564 Thanks @JiLiZART! - ** BREAKING CHANGE **

    TagNode.create method now by default pass null to content instead of empty array []

    // new behavior
    TagNode.create("img").toString(); // -> [img]
    // old behavior
    TagNode.create("img", {}, []).toString(); // -> [img][/img]
    

    Migrate all calls of TagNode.create('test-tag') to `TagNode.create('test-tag', {}, [])

  • #199 3575982 Thanks @JiLiZART! - All build processes and CI actions now using PNPM as default Package Manager

BBob - @bbob/[email protected]

Published by github-actions[bot] 4 months ago

Major Changes

Minor Changes

  • #230 05246b2 Thanks @Alteras1! - fix: treat contextFreeTags case insensitively

  • #233 270f564 Thanks @JiLiZART! - ** BREAKING CHANGE **

    TagNode.create method now by default pass null to content instead of empty array []

    // new behavior
    TagNode.create("img").toString(); // -> [img]
    // old behavior
    TagNode.create("img", {}, []).toString(); // -> [img][/img]
    

    Migrate all calls of TagNode.create('test-tag') to `TagNode.create('test-tag', {}, [])

  • #199 3575982 Thanks @JiLiZART! - All build processes and CI actions now using PNPM as default Package Manager

Patch Changes

BBob - @bbob/[email protected]

Published by github-actions[bot] 4 months ago

Major Changes

Minor Changes

  • #233 270f564 Thanks @JiLiZART! - ** BREAKING CHANGE **

    TagNode.create method now by default pass null to content instead of empty array []

    // new behavior
    TagNode.create("img").toString(); // -> [img]
    // old behavior
    TagNode.create("img", {}, []).toString(); // -> [img][/img]
    

    Migrate all calls of TagNode.create('test-tag') to `TagNode.create('test-tag', {}, [])

  • #199 3575982 Thanks @JiLiZART! - All build processes and CI actions now using PNPM as default Package Manager

Patch Changes

BBob - @bbob/[email protected]

Published by github-actions[bot] 4 months ago

Major Changes

Minor Changes

  • #233 270f564 Thanks @JiLiZART! - ** BREAKING CHANGE **

    TagNode.create method now by default pass null to content instead of empty array []

    // new behavior
    TagNode.create("img").toString(); // -> [img]
    // old behavior
    TagNode.create("img", {}, []).toString(); // -> [img][/img]
    

    Migrate all calls of TagNode.create('test-tag') to `TagNode.create('test-tag', {}, [])

  • #199 3575982 Thanks @JiLiZART! - All build processes and CI actions now using PNPM as default Package Manager

Patch Changes

BBob - @bbob/[email protected]

Published by github-actions[bot] 4 months ago

Major Changes

Minor Changes

  • #233 270f564 Thanks @JiLiZART! - ** BREAKING CHANGE **

    TagNode.create method now by default pass null to content instead of empty array []

    // new behavior
    TagNode.create("img").toString(); // -> [img]
    // old behavior
    TagNode.create("img", {}, []).toString(); // -> [img][/img]
    

    Migrate all calls of TagNode.create('test-tag') to `TagNode.create('test-tag', {}, [])

  • #199 3575982 Thanks @JiLiZART! - All build processes and CI actions now using PNPM as default Package Manager

Patch Changes

BBob - @bbob/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

BBob - @bbob/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

BBob - @bbob/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

BBob - @bbob/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • #191 0c78831 Thanks @JiLiZART! - Now HTML5 Preset supports color tag

    [color="red"]Red Text[/color]
    

    Also fixes bug with case insensitive tags in onlyAllowTags
    Now you can pas h1 and H1 and they will be treated as same tags

  • Updated dependencies [0c78831]:

BBob - @bbob/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • #191 0c78831 Thanks @JiLiZART! - Now HTML5 Preset supports color tag

    [color="red"]Red Text[/color]
    

    Also fixes bug with case insensitive tags in onlyAllowTags
    Now you can pas h1 and H1 and they will be treated as same tags

  • Updated dependencies [0c78831]:

BBob - @bbob/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

BBob - @bbob/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • #191 0c78831 Thanks @JiLiZART! - Now HTML5 Preset supports color tag

    [color="red"]Red Text[/color]
    

    Also fixes bug with case insensitive tags in onlyAllowTags
    Now you can pas h1 and H1 and they will be treated as same tags

BBob - @bbob/[email protected]

Published by github-actions[bot] about 1 year ago

Patch Changes

  • #191 0c78831 Thanks @JiLiZART! - Now HTML5 Preset supports color tag

    [color="red"]Red Text[/color]
    

    Also fixes bug with case insensitive tags in onlyAllowTags
    Now you can pas h1 and H1 and they will be treated as same tags