Skip to content

Releases: tgsnake/parser

2.1.0

06 Jun 10:18
Compare
Choose a tag to compare

Changelogs

  • add: Support expandable blockquote.

2.0.3

23 Dec 05:16
Compare
Choose a tag to compare

Changelog:

• Add: Allows users to add language in pre-code when parse mode is markdown.

Installation:

  • Deno :
import { Parser } from "https://deno.land/x/[email protected]/src/index.ts";
  • NodeJS :
npm i @tgsnake/parser
yarn add @tgsnake/parser

2.0.2

19 Dec 13:47
Compare
Choose a tag to compare

✨ Update @tgsnake/parser to 2.0.2 
🗒️ Changelog:

  • Add support custom emoji

🚀 Installation Guide :  

  • Deno :  
    import { Parser } from "https://deno.land/x/[email protected]/src/index.ts";
  • NodeJS :  
    npm i @tgsnake/parser or yarn add @tgsnake/parser 

🪲 Know Bugs

  • Nothing, if you found bug report it.

📋 Notes

Full Changelog: 2.0.1...2.0.2

2.0.1

12 Apr 07:12
Compare
Choose a tag to compare

✨ Update @tgsnake/parser to 2.0.1 
🗒️ Changelog:

  • Fixed import in deno

🚀 Installation Guide :  

  • Deno :  
    import { Parser } from "https://deno.land/x/[email protected]/src/index.ts";
  • NodeJS :  
    npm i @tgsnake/parser or yarn add @tgsnake/core 

🪲 Know Bugs

  • Nothing, if you found bug report it.

📋 Notes

Full Changelog: 2.0.0...2.0.1

2.0.0

28 Mar 05:20
Compare
Choose a tag to compare

✨ Update @tgsnake/parser to 2.0.0 
🗒️ Changelog:

  • Fully migrate to @tgsnake/core support

🚀 Installation Guide :  
- Deno :  
import { Parser } from "https://deno.land/x/[email protected]/src/index.ts";
- NodeJS :  
npm i @tgsnake/parser or yarn add @tgsnake/core 

🪲 Know Bugs

  • Nothing, if you found bug report it.

📋 Notes

Full Changelog: 1.1.0...2.0.0

1.1.0

08 Jan 01:43
Compare
Choose a tag to compare
  • change markdown to html tag
  • bug fix

Full Changelog: 1.0.0...1.1.0

1.0.0

06 Jan 12:41
Compare
Choose a tag to compare

initial build.