Revision history for Perl extension Spooky::Patterns::XS

1.55    2020-01-25
        - Way stronger strategy on ignoring characters that
          do not add value

1.54    2020-01-23
        - Add Bag of Patterns to calculate nearest pattern

1.53    2020-01-14
        - Fix read_lines to return the last line in file correctly
          if it doesn't end with a newline

1.52    2019-07-27
        - Record all matches even if they overlap at the start

1.51    2017-12-04
        - Ignore skips at the end of a pattern

1.50    2017-05-08
        - Support dump and load and rework data structure
          to make it fast

1.40    2017-04-21
        - Do not set UTF-8 flag in readlines
        - add normalize and distance
        - small bug fixes

1.31    2017-04-01
        - Avoid crash on $SKIP20
        - Do not require the full file token in memory

1.30    2017-03-15
        - Optimized algorithm for lookup of patterns

1.21    2017-03-15
        - make sure hex is always 32 bytes long

1.20    2017-03-15
        - add Hash package for completness

1.12    2017-03-14
        - upgrade read lines to utf-8

1.11    2017-03-12
        - Fix successive matches

1.10    2017-03-11
        - Only support $SKIP variables

1.06    2017-03-10
        - Handle escape sequences correctly

1.05    2017-03-10
        - Ignore globs at the start of a pattern

1.04    2017-03-10
        - Proper expansion of globs

1.03    2017-03-10
        - Do not crash on binary files

1.02    2017-03-08
        - Some optimizations

1.01    2017-03-08
        - More deterministic return - looking at the pattern ID

1.00    2017-03-06
        - Initial release.
