Skip to content

Releases: kkos/oniguruma

release 6.6.1

30 Aug 01:59
Compare
Choose a tag to compare
  • Fix definition of \X

release 6.6.0

28 Aug 00:21
Compare
Choose a tag to compare
  • NEW: ASCII only mode options for character type/property (?WDSP)
  • NEW: Extended Grapheme Cluster boundary \y, \Y (*original)
  • NEW: Extended Grapheme Cluster \X
  • Range-clear (Absent-clear) operator restores previous range in backtrack.

release 6.5.0

03 Aug 05:26
Compare
Choose a tag to compare
  • NEW: \K (keep)
  • NEW: \R (general newline) \N (no newline)
  • NEW: \O (true anychar)
  • NEW: if-then-else syntax (?(...)...|...)
  • NEW: Backreference validity checker (*original)
  • NEW: Absent repeater (?~absent)
  • NEW: Absent expression (?~|absent|expr) (*original)
  • NEW: Absent range cutter (?~|absent) (*original)

release 6.4.0

03 Jul 01:05
Compare
Choose a tag to compare
  • Fix fatal problem of endless repeat on Windows
  • NEW: call zero (call the total regexp)
  • NEW: relative backref and relative call by positive number

release 6.3.0

29 May 00:54
Compare
Choose a tag to compare

NEW SYNTAX: escape-o-brace for octal codepoint.
Fix many bugs: #55 - #60

release 6.2.0

07 Apr 07:52
Compare
Choose a tag to compare

Fix many bugs. (#52 etc..)

NEW API: onig_set_capture_num_limit() (#46)

release 5.9.6_p1

12 Dec 01:37
Compare
Choose a tag to compare

Fix Issue #35

release 6.1.3

11 Dec 04:33
Compare
Choose a tag to compare

Fix Issue #35

release 6.1.2

07 Nov 02:01
Compare
Choose a tag to compare
  • allow word bound, word begin and word end in look-behind.
  • NEW option: ONIG_OPTION_CHECK_VALIDITY_OF_STRING

release 6.1.1

01 Sep 23:49
Compare
Choose a tag to compare
  • Fix fatal bug Issue #23