The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.42    2018-08-16
    - Improve earlier/later substream performance
    - Improve cache usage performance

0.41    2018-08-06
    - Add a summary method to event classes

0.4     2018-07-17
    - Rename the cache_size attribute to cache_distance

0.3     2018-06-21
    - Some internal interface changes to satisfy Perl::Critic:
        - Rename ES::T::store to store_to_file to improve API consistency
        - Rename ES::T::EventStream::length to size to avoid clashes with the built-in function
        - Rename ES::T::EventStream::until to before to improve API consistency
        - Rename ES::T::Logger::log to log_event to avoid clashes with the built-in function

0.22    2018-06-20
    - Fix POD (@manwar)
    - Use Class::Tiny instead of Mo (@tobyink)
    - Improve test suite

0.21    2018-06-17
    - Add POD documentation to all classes

0.2     2018-06-04
    - Improved logging flexibility

0.1     2018-03-22
    - First usable version for further testing
    - Snapshots and event substreams
    - Customizable event logging
    - File system event storage
    - Transparent snapshot caching