Skip to content

Releases: jfcherng/php-sequence-matcher

4.0.1

27 Feb 03:57
2cb8e66
Compare
Choose a tag to compare

Breaking Changes

  • Bump min PHP version requirement to 8.1
  • Some refactoring with new PHP features

3.2.3

27 May 19:31
9468ac6
Compare
Choose a tag to compare
  • chore: allow PHP 8

3.1.1

22 Feb 18:01
11bc4f5
Compare
Choose a tag to compare
  • Code tidy.

3.1.0

22 Feb 18:01
c1b724d
Compare
Choose a tag to compare
  • Add SequenceMatcher::OP_NOP which is 0.

3.0.0

22 Feb 18:00
b891c73
Compare
Choose a tag to compare
  • [BC Break] Always use int OP.

    • 'eq' is 1
    • 'del' is 2
    • 'ins' is 4
    • 'rep' is 8

Release of new version 2.0.0

20 Feb 07:17
4f8c8cb
Compare
Choose a tag to compare
  • [BC Break] Make constants name shorter.
  • Add ability to generate int opcode.