Releases: skoropadas/telegramify-markdown
Releases · skoropadas/telegramify-markdown
v1.2.2
1.2.2 (2024-08-02)
Bug Fixes
v1.2.1
1.2.1 (2024-07-22)
Bug Fixes
- types are not included in the bundle (465c795)
v1.2.0
1.2.0 (2024-07-22)
Features
- add d.ts for the main converter function to support TypeScript (5c42d89), closes #9
v1.1.3
1.1.3 (2024-04-14)
Bug Fixes
- prevent from encoding already encoded url links (#8) (5b75aeb)
v1.1.2
1.1.2 (2024-04-14)
Bug Fixes
- doubled slashes when parentheses in links (#7) (f0ac6cb)
v1.1.1
1.1.1 (2024-03-05)
Bug Fixes
- project: replaceAll is not a function in node14 (444ae36), closes #6
v1.1.0
1.1.0 (2023-03-15)
Features
- convert: add
unsupportedTagsStrategy
option that allows to escape unsupported tags (4e78930), closes #5
v1.0.7
1.0.7 (2023-03-15)
Bug Fixes
- converter: list markers + Code Block will produce a , which causes Telegram to fail to parse (7a6e3c8), closes #4
v1.0.6
1.0.6 (2023-02-26)
Bug Fixes
- converter: list markers causes all subsequent characters to be incorrectly escaped (ed8dac4), closes #3
v1.0.5
1.0.5 (2023-01-05)
Bug Fixes
- converter: library doesn't remove HTML comments (209b8cf)