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: kpdecker/jsdiff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Choose a base ref
...
head repository: kpdecker/jsdiff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Choose a head ref
  • 15 commits
  • 13 files changed
  • 3 contributors

Commits on Oct 12, 2016

  1. Split file using all possible line delimeter instead of hard-coded "/…

    …n" and join lines back using the original delimeters
    
    Change-Id: I8428395071744f78e19dd96e81c1b6bc7ca1126e
    Signed-off-by: Sidney <[email protected]>
    soulbeing committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    802fa9d View commit details
    Browse the repository at this point in the history
  2. error fix

    Change-Id: Ibe1f1da43f4e7d2d246c3e3b4e31e515a76f45c3
    Signed-off-by: Sidney <[email protected]>
    soulbeing committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    8440a55 View commit details
    Browse the repository at this point in the history
  3. more error fix

    Change-Id: Idd56dfba2f2764a2937226fde566c8ef3abf487c
    Signed-off-by: Sidney <[email protected]>
    soulbeing committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    53ccd48 View commit details
    Browse the repository at this point in the history
  4. add default delimiter for test cases

    Change-Id: Ie464bfbde8d34d3f63c999226a646f01b71c012f
    Signed-off-by: Sidney <[email protected]>
    soulbeing committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    8913dd3 View commit details
    Browse the repository at this point in the history
  5. fix quotes

    Change-Id: I1e7ec5aa0c83148d3ffbb0e746fa8643b5c46b07
    Signed-off-by: Sidney <[email protected]>
    soulbeing committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    17e9a1b View commit details
    Browse the repository at this point in the history
  6. more changes

    Change-Id: I301f5e4822582689116bb5ba61228ed28d0fd1be
    Signed-off-by: Sidney <[email protected]>
    soulbeing committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    b42b679 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2016

  1. removed the uncovered code

    Change-Id: Id3e3f4f23249e07d02b4dc34207368a7eeee7ad5
    Signed-off-by: Sidney <[email protected]>
    soulbeing committed Oct 13, 2016
    Configuration menu
    Copy the full SHA
    563e502 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2016

  1. Configuration menu
    Copy the full SHA
    d1a7616 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aea80b View commit details
    Browse the repository at this point in the history
  3. added JsDiff.diffArrays

    compares each element in the arrays using equality (===)
    wvanderdeijl committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    0bb9c4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5003de View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2016

  1. Merge pull request #146 from wvanderdeijl/array

    JsDiff.diffArrays to compare arrays
    kpdecker authored Nov 27, 2016
    Configuration menu
    Copy the full SHA
    e4ee3bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #144 from soulbeing/SpliteFile

    Split file using all possible line delimiter instead of hard-coded "/n" and join lines back using the original delimiters
    kpdecker authored Nov 27, 2016
    1 Configuration menu
    Copy the full SHA
    7760e23 View commit details
    Browse the repository at this point in the history
  3. Update release notes

    kpdecker committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    d42f1b3 View commit details
    Browse the repository at this point in the history
  4. v3.1.0

    kpdecker committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    870aa15 View commit details
    Browse the repository at this point in the history
Loading