slack-message-parser

JavaScript library for parsing Slack message format (mrkdwn)

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  17. 17
  18. 18
  19. 19
  20. 20
  21. 21
  22. 22
  23. 23
  24. 24
  25. 25
  26. 26
  27. 27
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.5] - 2019-08-29

### Fixed

- Add missing delimiters (Issue: [#7](https://github.com/pocka/slack-message-parser/issues/7), PR: [#15](https://github.com/pocka/slack-message-parser/pull/15)).
- Treat spaces as part of URLs (Issue: [#13](https://github.com/pocka/slack-message-parser/issues/13), PR: [#14](https://github.com/pocka/slack-message-parser/pull/14)).

## [1.0.4] - 2019-06-03

### Fixed

- Fix emoji sequence parsing (Issue: [#6](https://github.com/pocka/slack-message-parser/issues/6), PR: [#8](https://github.com/pocka/slack-message-parser/pull/8)).

## [1.0.3] - 2019-04-20

### Fixed

- Treat comma and dot as separator (Issue: [#4](https://github.com/pocka/slack-message-parser/issues/4), PR: [#5](https://github.com/pocka/slack-message-parser/pull/5)).