The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/message-parser/CHANGELOG.md

7.5 KiB

Change Log

0.31.32

Patch Changes

  • (#35172) fixes an issue where the message parser was not properly parsing bold and italic when the symbols would also match an emoticon

0.31.32-rc.0

Patch Changes

  • (#35172) fixes an issue where the message parser was not properly parsing bold and italic when the symbols would also match an emoticon

0.31.31

Patch Changes

  • (#33227) Improved the performance of the message parser

0.31.31-rc.0

Patch Changes

  • (#33227) Improved the performance of the message parser

0.31.30

Patch Changes

0.31.29

Patch Changes

  • (#31810) feat(message-parser): add timestamps pattern

    Usage

    Pattern: <t:{timestamp}:?{format}>

    • {timestamp} is a Unix timestamp
    • {format} is an optional parameter that can be used to customize the date and time format.

    Formats

    Format Description Example
    t Short time 12:00 AM
    T Long time 12:00:00 AM
    d Short date 12/31/2020
    D Long date Thursday, December 31, 2020
    f Full date and time Thursday, December 31, 2020 12:00 AM
    F Full date and time (long) Thursday, December 31, 2020 12:00:00 AM
    R Relative time 1 year ago

0.31.29-rc.0

Patch Changes

  • (#31810) feat(message-parser): add timestamps pattern

    Usage

    Pattern: <t:{timestamp}:?{format}>

    • {timestamp} is a Unix timestamp
    • {format} is an optional parameter that can be used to customize the date and time format.

    Formats

    Format Description Example
    t Short time 12:00 AM
    T Long time 12:00:00 AM
    d Short date 12/31/2020
    D Long date Thursday, December 31, 2020
    f Full date and time Thursday, December 31, 2020 12:00 AM
    F Full date and time (long) Thursday, December 31, 2020 12:00:00 AM
    R Relative time 1 year ago

0.31.28

Patch Changes

  • 7fdfdb1b7 Thanks @dougfabris! - fix(message-parser): Made changes in grammar.pegjs for the strikedown approach

0.31.27

Patch Changes

0.31.26

Patch Changes

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.31.0 (2021-12-28)

Features

0.30.0 (2021-10-06)

Bug Fixes

  • jest: Adjust jest and ts-jest dependencies (#547) (91a4fa1)
  • message-parser: https://domain.com|Test (#546) (faca16f)
  • message-parser: Fix Url and Escaped Markdown (#537) (bc0cbce)

0.29.0 (2021-08-31)

Note: Version bump only for package @rocket.chat/message-parser

0.28.0 (2021-07-30)

Features

  • onboarding-ui: Administrator information form and Organization information form (#489) (b289f68)
  • styled API; monorepo grooming (#482) (1b6b70c)

0.27.0 (2021-06-28)

Bug Fixes

  • eslint: Add missing ESLint rule for TypeScript (#470) (cc0d498)

0.26.0 (2021-05-28)

Note: Version bump only for package @rocket.chat/message-parser

0.25.0 (2021-05-19)

Bug Fixes

  • fuselage: fix duplicated values on paginated multi select (#456) (4518a4e)
  • message-parser: Big emoji (#451) (6d65343)
  • message-parser: URL issues (#448) (8ce6b91)
  • message-parser Unordered List definition (#445) (6c659b8)

Features