slack-message-parser

JavaScript library for parsing Slack message format (mrkdwn)

Commits at v3.0.1

  1. a4fa4262 v3.0.1 Shota FUJI authored at Shota FUJI comitted at
  2. 137abe7b chore: Upgrade dnt to v0.34.0 In order to fix package.json `exports` field order bug. <https://github.com/pocka/slack-message-parser/issues/36> Shota FUJI authored at Shota FUJI comitted at
  3. fae48c8e docs: Update badges in README.md https://github.com/badges/shields/issues/8671 Shota FUJI authored at GitHub comitted at
  4. 57844b59 docs: Add Deno badge Shota Fuji authored at Shota Fuji comitted at
  5. e563b2f9 docs: Fix incorrect import path in installation docs Shota Fuji authored at Shota Fuji comitted at
  6. ce5d6041 v3.0.0 Shota Fuji authored at Shota Fuji comitted at
  7. e729390a chore: Set Node.js 16 as minimum (emit ES2021) To be more explicit. BREAKING CHANGE: No longer works on versions of Node.js below 16. Shota Fuji authored at Shota Fuji comitted at
  8. 16e81a4c chore: Fix npm build script Copy section had been broken due to new docs site. Shota Fuji authored at Shota Fuji comitted at
  9. 9ef612d1 chore: Run lint and test on PRs Shota Fuji authored at Shota Fuji comitted at
  10. a5376ab8 docs: Update CHANGELOG Shota Fuji authored at Shota Fuji comitted at
  11. 2700bd05 docs: New docs site To get rid of Node.js. Shota Fuji authored at Shota Fuji comitted at
  12. f0525623 docs: Add doc comments This is almost copy-paste from docs/api/README.md. Preparation for auto generated API docs. Shota Fuji authored at Shota Fuji comitted at
  13. 919c4e02 chore: Do not run `deno test --doc` separately I believed `deno test --doc` needs an entrypoint... that was wrong. Shota Fuji authored at Shota Fuji comitted at
  14. 0f98af4f docs: Fix README badge The version badge has been broken due to removal of `package.json`. Shota Fuji authored at Shota Fuji comitted at
  15. 70b4d73b docs: Create CONTRIBUTING.md Shota Fuji authored at Shota Fuji comitted at
  16. 70454850 chore: Exclude coverage artifacts from lint/test/fmt Shota Fuji authored at Shota Fuji comitted at
  17. 235c9401 chore: Add pre-commit hook For convenience. Shota Fuji authored at Shota Fuji comitted at
  18. ad1a8b48 chore: Delete package.json No longer needed. Shota Fuji authored at Shota Fuji comitted at
  19. d50aae3f chore: Apply EditorConfig to more files I'm not sure why it was only for .js,.ts,.json files. Shota Fuji authored at Shota Fuji comitted at
  20. 42fb9741 chore: Fix coverate report generation command It have included a test helper file. Shota Fuji authored at Shota Fuji comitted at
  21. 39d632f9 chore: Switch to Deno * No need to maintain dev dependencies (esp. Jest) * No need for local install * Stable compared to Node.js and its ecosystem * Native TS support * jsdoc testing * Lightweight, overall Shota Fuji authored at Shota Fuji comitted at
  22. 64a7f5ba v2.0.2 Shota Fuji authored at Shota Fuji comitted at
  23. a3e324ac Merge pull request #35 from kbhomes/master fix: Parse bold formatting properly with various punctuation suffixes Shota FUJI authored at GitHub comitted at
  24. 2c83f555 v2.0.1 Shota Fuji authored at Shota Fuji comitted at
  25. 557cf72c chore: Do not include unnecesarry files in tarball Shota Fuji authored at Shota Fuji comitted at
  26. ee7842df v2.0.0 Shota Fuji authored at Shota Fuji comitted at
  27. af23d31f docs: Update API docs Type signature changed Shota Fuji authored at Shota Fuji comitted at
  28. 0808c883 style: Fix lint error Shota Fuji authored at Shota Fuji comitted at
  29. 71452c02 Merge pull request #27 from garyposter/update-parse-type specify parse output as Root Shota FUJI authored at GitHub comitted at
  30. f0da4a11 chore: Update Deploy Docs action It fails due to the old Node.js version. I also updated other steps as well for simplicity. Shota Fuji authored at Shota Fuji comitted at
  31. 5acab1ba chore: Switch from Travic CI to GitHub Actions Shota Fuji authored at Shota Fuji comitted at
  32. c243f921 v1.1.0 Shota Fuji authored at Shota Fuji comitted at
  33. 9e11a179 feat: Add `source` property to base node https://github.com/pocka/slack-message-parser/issues/29 close #29 This enables users to fallback. You may able to use it for syntax higlighting also. Shota Fuji authored at Shota Fuji comitted at
  34. a25c63c3 chore: Upgrade TypeScript It's important to keep it updated. Shota Fuji authored at Shota Fuji comitted at
  35. 1247f456 v1.0.7 Shota Fuji authored at Shota Fuji comitted at
  36. 4dcbe8dc Merge pull request #28 from SomeKittens/more-emoji-disallow Add more disallowed characters to emoji regex Shota Fuji authored at GitHub comitted at
  37. 5de6320e chore: Use Yarn on Travis Shota Fuji authored at Shota Fuji comitted at
  38. 9b3323f3 chore: Ignore lockfiles Goodbye, useless security notifications. This library has 0 dependencies, so having lockfiles in the repo just increases a maintenance cost and the chance of getting dev-time only security risk (and its notifications). Shota Fuji authored at Shota Fuji comitted at
  39. a905822c Merge pull request #25 from pocka/dependabot/npm_and_yarn/yarn-1.22.0 Bump yarn from 1.17.3 to 1.22.0 Shota Fuji authored at GitHub comitted at
  40. 405571f3 Merge pull request #24 from pocka/dependabot/npm_and_yarn/handlebars-4.5.3 Bump handlebars from 4.1.2 to 4.5.3 Shota Fuji authored at GitHub comitted at
  41. adaeaedc 1.0.6 Shota Fuji authored at Shota Fuji comitted at
  42. a19c1e7f Merge pull request #23 from jamosaur/master Fix regex that matches emojis Shota Fuji authored at GitHub comitted at
  43. 16d49506 docs: Change badges * Remove prettier badge because it's usefull for only devs, not users. * Change to shields.io because of style inconsistency. Shota Fuji authored at Shota Fuji comitted at
  44. e6cfe0a3 docs: Add link to docs Shota Fuji authored at Shota Fuji comitted at
  45. 917cb8ba docs: Fix badge URL Shota Fuji authored at Shota Fuji comitted at
  46. 9e02764e Merge pull request #21 from pocka/docs/basis Add docs Shota Fuji authored at GitHub comitted at
  47. f31904cc Merge pull request #17 from pocka/dependabot/npm_and_yarn/mixin-deep-1.3.2 Bump mixin-deep from 1.3.1 to 1.3.2 Shota Fuji authored at GitHub comitted at
  48. 40608160 Merge pull request #16 from pocka/dependabot/npm_and_yarn/merge-1.2.1 Bump merge from 1.2.0 to 1.2.1 Shota Fuji authored at GitHub comitted at
  49. 1b1e26c4 v1.0.5 Shota Fuji authored at Shota Fuji comitted at
  50. 9c5e41bb Merge pull request #15 from pocka/fix/missing-punctuation Add missing delimiters Shota Fuji authored at GitHub comitted at
  51. 7fc4a4a4 Merge pull request #14 from pocka/fix/mailto-without-address Treat spaces as part of urls Shota Fuji authored at GitHub comitted at
  52. 22bd297a Merge pull request #12 from pocka/dependabot/npm_and_yarn/yarn-1.17.3 Bump yarn from 1.9.4 to 1.17.3 Shota Fuji authored at GitHub comitted at
  53. e43ea977 Merge pull request #11 from pocka/dependabot/npm_and_yarn/lodash-4.17.14 Bump lodash from 4.17.11 to 4.17.14 Shota Fuji authored at GitHub comitted at
  54. 8073f123 Merge pull request #10 from pocka/dependabot/npm_and_yarn/handlebars-4.1.2 Bump handlebars from 4.0.12 to 4.1.2 Shota Fuji authored at GitHub comitted at
  55. e1966c9c Merge pull request #9 from pocka/dependabot/npm_and_yarn/js-yaml-3.13.1 Bump js-yaml from 3.12.0 to 3.13.1 Shota Fuji authored at GitHub comitted at
  56. 02407685 v1.0.4 pocka authored at pocka comitted at
  57. 8c692bbe Merge pull request #8 from pocka/fix/limit-variation-to-skin-tone Limit variations only to skin-tone Shota Fuji authored at GitHub comitted at
  58. ddbbcc83 v1.0.3 pocka authored at pocka comitted at
  59. f0f1cb18 Merge pull request #5 from pocka/fix/decorated-texts-then-comma Treat comma and dot as separator Shota Fuji authored at GitHub comitted at
  60. 797ff431 v1.0.2 pocka authored at pocka comitted at
  61. b1b65979 Merge pull request #2 from pocka/fix/url-parsing Allow some symbols in link href Shota Fuji authored at GitHub comitted at
  62. ac93a53f 1.0.1 pocka authored at pocka comitted at
  63. d9c0474a [docs] Remove noise from usage pocka authored at pocka comitted at
  64. 517fc43a [fix] Parse non-delimited colons as emoji * Parse a:b:c as text,emoji,text pocka authored at pocka comitted at
  65. 6ec4616c [docs] Add Codecov badge Shota Fuji authored at GitHub comitted at
  66. 707dfbf8 [chore] Produce only lcov for coverage pocka authored at pocka comitted at
  67. 3600d678 [chore] Add Codecov config pocka authored at pocka comitted at
  68. a2401f3c [docs] Add Travis badge Shota Fuji authored at GitHub comitted at
  69. ade10baf [chore] Add travis config pocka authored at pocka comitted at
  70. fe782b5f [docs] Add badges Shota Fuji authored at GitHub comitted at
  71. c74a2cfe [chore] Prepare for publish pocka authored at pocka comitted at
  72. 09eacd0f [chore] Move typescript to devDependencies pocka authored at pocka comitted at
  73. b1e9cdde [chore] Ignore logs pocka authored at pocka comitted at
  74. c8b28405 v1.0.0 pocka authored at pocka comitted at
  75. 3e436715 [docs] Write README pocka authored at pocka comitted at
  76. 3546a3b4 [nits] Do not use path alias * Throws a require error when use in Node.js environment. pocka authored at pocka comitted at
  77. c24c80e2 [feat] Add implementation pocka authored at pocka comitted at
  78. 6f4cb0dc [chore] Turn off annoying lint rule pocka authored at pocka comitted at
  79. 5ad80fb6 [chore] Change test file name pocka authored at pocka comitted at
  80. 8fb09dc2 [chore] Change test file pattern and Add import alias pocka authored at pocka comitted at
  81. ca39d45a [chore] Mark "sideEffects: false" pocka authored at pocka comitted at
  82. f8652e41 :tada: Initial commit pocka authored at pocka comitted at
  83. 394b6af6 [fix] Allow some symbols in link href (#1) pocka authored at pocka comitted at
  84. c20fa47f fix: Treat comma and dot as separator * For *bold*, _italic_ and ~strike~, comma and dot(period) acts like as spaces. pocka authored at pocka comitted at
  85. a43b1f11 fix: Limit variations only to skin-tone * To parse sequential emojis. pocka authored at pocka comitted at
  86. 0b29e579 Bump js-yaml from 3.12.0 to 3.13.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1) Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot] authored at GitHub comitted at
  87. c766d8c0 Bump handlebars from 4.0.12 to 4.1.2 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.1.2. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.1.2) Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot] authored at GitHub comitted at
  88. e95720a5 Bump lodash from 4.17.11 to 4.17.14 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14) Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot] authored at GitHub comitted at
  89. b427cc5e Bump yarn from 1.9.4 to 1.17.3 Bumps [yarn](https://github.com/yarnpkg/yarn) from 1.9.4 to 1.17.3. - [Release notes](https://github.com/yarnpkg/yarn/releases) - [Changelog](https://github.com/yarnpkg/yarn/blob/v1.17.3/CHANGELOG.md) - [Commits](https://github.com/yarnpkg/yarn/compare/v1.9.4...v1.17.3) Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot] authored at GitHub comitted at
  90. 36f34bcc fix: Treat spaces as part of urls * It violating RFC though. Shota Fuji authored at Shota Fuji comitted at
  91. c1ce2b51 fix: Add missing delimiters Shota Fuji authored at Shota Fuji comitted at
  92. c8c6718f Bump merge from 1.2.0 to 1.2.1 Bumps [merge](https://github.com/yeikos/js.merge) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/yeikos/js.merge/releases) - [Commits](https://github.com/yeikos/js.merge/compare/v1.2.0...v1.2.1) Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot] authored at GitHub comitted at
  93. 11fca2a7 Bump mixin-deep from 1.3.1 to 1.3.2 Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot] authored at GitHub comitted at
  94. cfd63e4d docs: Add badge to README Shota Fuji authored at Shota Fuji comitted at
  95. 4cb30a57 chore: Build and deploy docs to ghpages Shota Fuji authored at Shota Fuji comitted at
  96. a4bc34f1 docs: Add docs Shota Fuji authored at Shota Fuji comitted at
  97. 689b2790 Fix regex that matches emojis James Wallen-Jones authored at James Wallen-Jones comitted at
  98. 51620014 Bump handlebars from 4.1.2 to 4.5.3 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3) Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot] authored at GitHub comitted at
  99. 9a7423b8 Bump yarn from 1.17.3 to 1.22.0 Bumps [yarn](https://github.com/yarnpkg/yarn) from 1.17.3 to 1.22.0. - [Release notes](https://github.com/yarnpkg/yarn/releases) - [Changelog](https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md) - [Commits](https://github.com/yarnpkg/yarn/compare/v1.17.3...v1.22.0) Signed-off-by: dependabot[bot] <support@github.com> dependabot[bot] authored at GitHub comitted at
  100. e3f18fc8 Add more disallowed characters to emoji regex Randall Koutnik authored at Randall Koutnik comitted at
  101. cdf31200 specify parse output as Root Gary Poster authored at Gary Poster comitted at
  102. 2185cf9b fix: Parse bold formatting properly with various punctuation suffixes Sajid Anwar authored at Sajid Anwar comitted at