Skip to content
Permalink
Branch: master
Commits on Jun 7, 2019
  1. Merge pull request #285 from twitter/add_tls_to_urls

    alanbato committed Jun 7, 2019
    Use https instead of http in urls
Commits on Jun 6, 2019
  1. Replace http with https in files

    alanbato committed Jun 6, 2019
Commits on Dec 18, 2018
  1. [JS] - When defaulting do not merge objects (#276)

    kaushlakers authored and leeaustinadams committed Dec 18, 2018
Commits on Dec 14, 2018
  1. Merge pull request #274 from rcastera/new-v3-pkg

    kaushlakers committed Dec 14, 2018
    Make new v3 pkg
Commits on Dec 6, 2018
  1. Make new v3 pkg

    rcastera committed Dec 6, 2018
Commits on Oct 10, 2018
  1. Merge pull request #266 from dlamacchia/objc-bump-version-3.0.0

    dlamacchia committed Oct 10, 2018
    [ObjC] Bump bundle version and podspec version
  2. [ObjC] Bump bundle version and podspec version

    dlamacchia committed Oct 10, 2018
  3. Merge pull request #253 from pavanky/master

    andypiper committed Oct 10, 2018
    Adding issue and pull request templates to comply with twitter OSS best practices.
  4. Initial commit for twitter-text 3.0.0 (#265)

    kaushlakers authored and leeaustinadams committed Oct 10, 2018
    * Initial commit for twitter-text 3.0.0
    
    * remove js from travis test
    
    * package version change
Commits on Feb 15, 2018
  1. Adding issue and pull request templates to comply with twitter OSS po…

    pavanky committed Feb 15, 2018
    …licies
Commits on Feb 7, 2018
  1. Merge pull request #252 from dlamacchia/objc-2.0.5-release

    dlamacchia committed Feb 7, 2018
    Update for 2.0.5 objc release
  2. Update for 2.0.5 objc release

    dlamacchia committed Feb 7, 2018
    - Fixes project files to address analyzer warnings, problems with
      groups (and missing files)
    - IFUnicodeURL.h is the umbrella header for the IFUnicodeURL.xcodeproj
      and as such, should not be included as a file in the
      TwitterText.xcodeproj
    - Fixes project files to address problems using the framework on
      macOS.
Commits on Feb 6, 2018
Commits on Feb 2, 2018
  1. Merge pull request #251 from kaushlakers/master

    kaushlakers committed Feb 2, 2018
    Lock version of punycode to 1.4.1 to avoid all transpilation issues
Commits on Feb 1, 2018
  1. Generate standalone pkg

    kaushlakers committed Feb 1, 2018
Commits on Jan 30, 2018
  1. Merge pull request #248 from rcastera/babel_polyfill

    kaushlakers committed Jan 30, 2018
    "for of" loop is not supported by legacy browsers.
  2. Remove pkgs

    rcastera committed Jan 30, 2018
  3. Generate standalone pkgs for 2.0.4-rc1

    rcastera committed Jan 30, 2018
Commits on Jan 29, 2018
  1. Update version to be an rc

    kaushlakers committed Jan 29, 2018
    Added an rc tag to the version. I'd prefer to release a full version after we resolve the issue in punycode as well.
  2. Replace "for of" loops with simple for loop to remove polyfill requir…

    rcastera committed Jan 29, 2018
    …ement
Commits on Jan 26, 2018
  1. Merge pull request #249 from dlamacchia/twitter-text-objc-2.0.4

    dlamacchia committed Jan 26, 2018
    Update for 2.0.4 objc release
  2. Update for 2.0.4 objc release

    dlamacchia committed Jan 26, 2018
    Includes the following:
    - Domains with country code TLDs that are not prefixed by a protocol
      will now be extracted as a URL entity. Previously .cc and .tv were
      special-cased. This may result in some tweets getting longer: a
      short domain like "twitter.co" will be counted as 23 characters.
  3. adding babel-polyfill

    rcastera committed Jan 26, 2018
Commits on Jan 23, 2018
  1. Merge pull request #244 from kaushlakers/master

    kaushlakers committed Jan 23, 2018
    Use substring instead of startsWith for punycode check
  2. Use substring instead of startsWith to avoid unnecessary polyfill req…

    kaushlakers committed Jan 23, 2018
    …uirements
Commits on Jan 20, 2018
  1. Merge pull request #243 from twitter/cctlds

    dlamacchia committed Jan 20, 2018
    [All] Extract urls with a ccTLD but without a protocol/path.
Commits on Jan 19, 2018
  1. [All] Extract urls with a ccTLD but without a protocol/path.

    sudhee committed Jan 19, 2018
    [Java] Proxy deprecated Validator methods to use TwitterTextParser.
Commits on Jan 13, 2018
  1. Merge pull request #239 from dlamacchia/remove-unnecessary-di

    dlamacchia committed Jan 13, 2018
    Remove unnecessray NS_DESIGNATED_INITIALIZER
  2. Remove unnecessray NS_DESIGNATED_INITIALIZER

    dlamacchia committed Jan 13, 2018
  3. Merge pull request #238 from dlamacchia/twitter-text-objc-2.0.3-3

    dlamacchia committed Jan 13, 2018
    Bump objc to 2.0.3
  4. Includes the following:

    dlamacchia committed Jan 13, 2018
    - Made initWithConfiguration: public (Issue #236)
    - Fixed config files in project file for cocoapod (Issue #235)
    - renamed setDefaultParserConfiguration: to setDefaultParserWithConfiguration:
Older
You can’t perform that action at this time.