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: actcms/html-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bupt1987/html-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 5 files changed
  • 4 contributors

Commits on Feb 23, 2016

  1. Add Magic function __get()

    Add Magic function __get to make this library works like original PHP Simple Dom Parser. Now you can use like this $example->plaintext, $example->outertext, $example->innertext
    greenjackal committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    ef5332f View commit details
    Browse the repository at this point in the history
  2. Merge pull request bupt1987#11 from shinbonlin/master

    Add Magic function __get()
    bupt1987 committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    4922643 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2016

  1. 增加php7

    bupt1987 committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    e171678 View commit details
    Browse the repository at this point in the history
  2. 增加php7

    bupt1987 committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    d38bb9f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2016

  1. 增加load方法,可以多次使用这个对象。

    增加href、src属性,便于使用减少PHP Simple HTML DOM Parser迁移过来的成本。
    chenjia404 committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    93fb8a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2016

  1. Merge pull request bupt1987#15 from chenjia404/master

    一点微小的工作
    bupt1987 committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    6f29e3c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. Update README.md

    bupt1987 committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    3010bcf View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2016

  1. 格式化代码

    bupt1987 committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    9d30827 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e16e6f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60f207e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2016

  1. up phpunit

    bupt1987 committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    a30c4fc View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Update .travis.yml

    bupt1987 authored Jan 18, 2019
    Configuration menu
    Copy the full SHA
    bba905c View commit details
    Browse the repository at this point in the history
  2. Update .travis.yml

    bupt1987 authored Jan 18, 2019
    Configuration menu
    Copy the full SHA
    ae5d325 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. fix: php73 "Compilation failed"

    "Compilation failed: invalid range in character class at offset 3"
    XinRoom authored Apr 16, 2019
    Configuration menu
    Copy the full SHA
    e907c22 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

  1. Merge pull request bupt1987#26 from XinRoom/master

    fix: php73 "Compilation failed"
    bupt1987 authored Aug 17, 2019
    Configuration menu
    Copy the full SHA
    2b04c3b View commit details
    Browse the repository at this point in the history
  2. Update .travis.yml

    只对7.2以上版本支持
    bupt1987 authored Aug 17, 2019
    Configuration menu
    Copy the full SHA
    9e5fac0 View commit details
    Browse the repository at this point in the history
Loading