slack-message-parser

JavaScript library for parsing Slack message format (mrkdwn)

Commits at v1.0.7

  1. 1247f456 v1.0.7 Shota Fuji authored at Shota Fuji comitted at
  2. 4dcbe8dc Merge pull request #28 from SomeKittens/more-emoji-disallow Add more disallowed characters to emoji regex Shota Fuji authored at GitHub comitted at
  3. 5de6320e chore: Use Yarn on Travis Shota Fuji authored at Shota Fuji comitted at
  4. 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
  5. 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
  6. 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
  7. adaeaedc 1.0.6 Shota Fuji authored at Shota Fuji comitted at
  8. a19c1e7f Merge pull request #23 from jamosaur/master Fix regex that matches emojis Shota Fuji authored at GitHub comitted at
  9. 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
  10. e6cfe0a3 docs: Add link to docs Shota Fuji authored at Shota Fuji comitted at
  11. 917cb8ba docs: Fix badge URL Shota Fuji authored at Shota Fuji comitted at
  12. 9e02764e Merge pull request #21 from pocka/docs/basis Add docs Shota Fuji authored at GitHub comitted at
  13. 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
  14. 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
  15. 1b1e26c4 v1.0.5 Shota Fuji authored at Shota Fuji comitted at
  16. 9c5e41bb Merge pull request #15 from pocka/fix/missing-punctuation Add missing delimiters Shota Fuji authored at GitHub comitted at
  17. 7fc4a4a4 Merge pull request #14 from pocka/fix/mailto-without-address Treat spaces as part of urls Shota Fuji authored at GitHub comitted at
  18. 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
  19. 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
  20. 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
  21. 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
  22. 02407685 v1.0.4 pocka authored at pocka comitted at
  23. 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
  24. ddbbcc83 v1.0.3 pocka authored at pocka comitted at
  25. 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
  26. 797ff431 v1.0.2 pocka authored at pocka comitted at
  27. b1b65979 Merge pull request #2 from pocka/fix/url-parsing Allow some symbols in link href Shota Fuji authored at GitHub comitted at
  28. ac93a53f 1.0.1 pocka authored at pocka comitted at
  29. d9c0474a [docs] Remove noise from usage pocka authored at pocka comitted at
  30. 517fc43a [fix] Parse non-delimited colons as emoji * Parse a:b:c as text,emoji,text pocka authored at pocka comitted at