Skip to content

Releases: yetanotherape/diff-match-patch

v1.1.1

Choose a tag to compare

@yetanotherape yetanotherape released this 16 Feb 18:55
  • Fix string comparison (== vs ===) (#13)
  • Fix double call to mb_string (#16)
  • Fix nullable types warning (#20)
  • Update unicodeChr/unicodeOrd to mb_chr/mb_ord that appeared in PHP 7.2 (#14)

v1.1.0

Choose a tag to compare

@yetanotherape yetanotherape released this 20 Dec 17:44
e93beb9
  • Add support of PHP 8.0
  • Drop support of old PHP versions, so now PHP 7.3+ is required.

Thanks to @ErnestStaug for the PR #18.

v1.0.3

Choose a tag to compare

@yetanotherape yetanotherape released this 28 Sep 12:04
463b635

Fix typo(issue #11)

v1.0.2

Choose a tag to compare

@yetanotherape yetanotherape released this 04 Aug 17:15

Add support of emoji.

v1.0.1

Choose a tag to compare

@yetanotherape yetanotherape released this 11 Feb 19:54

Fix error with multiple line breaks (pull request #7)

v1.0.0

Choose a tag to compare

@yetanotherape yetanotherape released this 24 Nov 06:57

Complete porting python version.