Releases: tgsnake/parser
Releases · tgsnake/parser
2.1.0
2.0.3
2.0.2
✨ Update @tgsnake/parser to 2.0.2
🗒️ Changelog:
- Add support custom emoji
🚀 Installation Guide :
- Deno :
import { Parser } from "https://deno.land/x/tgsnake_parser@2.0.2/src/index.ts"; - NodeJS :
npm i @tgsnake/parseror yarnadd @tgsnake/parser
🪲 Know Bugs
- Nothing, if you found bug report it.
📋 Notes
Full Changelog: 2.0.1...2.0.2
2.0.1
✨ Update @tgsnake/parser to 2.0.1
🗒️ Changelog:
- Fixed import in deno
🚀 Installation Guide :
- Deno :
import { Parser } from "https://deno.land/x/tgsnake_parser@2.0.1/src/index.ts"; - NodeJS :
npm i @tgsnake/parseroryarn add @tgsnake/core
🪲 Know Bugs
- Nothing, if you found bug report it.
📋 Notes
Full Changelog: 2.0.0...2.0.1
2.0.0
✨ Update @tgsnake/parser to 2.0.0
🗒️ Changelog:
- Fully migrate to @tgsnake/core support
🚀 Installation Guide :
- Deno :
import { Parser } from "https://deno.land/x/tgsnake_parser@2.0.0/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
- change markdown to html tag
- bug fix
Full Changelog: 1.0.0...1.1.0