Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tinode/tinode-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.11
Choose a base ref
...
head repository: tinode/tinode-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 10 files changed
  • 3 contributors

Commits on Dec 18, 2023

  1. Copy the full SHA
    fc01ef5 View commit details

Commits on Feb 3, 2024

  1. export topic ID URI prefix

    or-else committed Feb 3, 2024
    Copy the full SHA
    976fe08 View commit details

Commits on Feb 6, 2024

  1. Copy the full SHA
    c6bbf30 View commit details

Commits on Apr 3, 2024

  1. fix: #74 drafty should correctly parse unicode text with use of graph…

    …emes
    
    - add more drafty ut
    dilshans2k committed Apr 3, 2024
    Copy the full SHA
    ad52c9b View commit details

Commits on Apr 26, 2024

  1. refactor: #74 some refactors

    - use '' single quotes for non-localizable strings
    - use const instead of let where required
    - use == instead of === where required
    dilshans2k committed Apr 26, 2024
    Copy the full SHA
    0f1ffb1 View commit details
  2. feat: #74 import intl-segmenter polfill from formatjs

    - polyfill is required because firefox hasnt implemented intl segmenter yet
    dilshans2k committed Apr 26, 2024
    Copy the full SHA
    da95a20 View commit details

Commits on Apr 27, 2024

  1. Merge pull request #75 from dilshans2k/bugfix/drafty-should-correctly…

    …-parse-unicode-text
    
    fix: #74 drafty should correctly parse unicode text with use of graphemes
    or-else authored Apr 27, 2024
    Copy the full SHA
    35516e9 View commit details

Commits on Apr 28, 2024

  1. Copy the full SHA
    4820dbb View commit details

Commits on Apr 29, 2024

  1. Copy the full SHA
    916a1cd View commit details
  2. bump version and rebuild

    or-else committed Apr 29, 2024
    Copy the full SHA
    7995f2d View commit details

Commits on May 19, 2024

  1. another test added

    or-else committed May 19, 2024
    Copy the full SHA
    51481f4 View commit details

Commits on May 30, 2024

  1. Copy the full SHA
    c269e51 View commit details

Commits on Jan 16, 2025

  1. Copy the full SHA
    e629985 View commit details
Showing with 2,538 additions and 3,304 deletions.
  1. +2,054 −3,229 package-lock.json
  2. +1 −1 package.json
  3. +132 −28 src/drafty.js
  4. +244 −1 src/drafty.test.js
  5. +3 −0 src/tinode.js
  6. +100 −41 umd/tinode.dev.js
  7. +1 −1 umd/tinode.dev.js.map
  8. +1 −1 umd/tinode.prod.js
  9. +1 −1 umd/tinode.prod.js.map
  10. +1 −1 version.js
Loading