Revision history for IRC-Channel-Log

0.0.14  2021-05-12T22:40:32+02:00
    - Add support for :words argument to .entries
    - Add support for :ignorecase for :starts-with, :contains, :words

0.0.13  2021-05-12T14:21:26+02:00
    - Add support for :reverse argument to .entries
    - Also cleanup many .entries candidates

0.0.12  2021-05-10T13:28:41+02:00
    - Fix problem in test saving state

0.0.11  2021-05-09T12:53:43+02:00
    - More simplification
    - Up dependency on String::Color
    - Make the $!sc attribute private
    - Add required :generator to pass on to String::Color
    - Remove all nick-mapped related functionality
    - Add "colors" method for threadsafe returning of nick to color mapping
    - Add "active" method for denoting whether a channel is considered active

0.0.10  2021-05-08T23:53:22+02:00
    - Added dependencies on JSON::Fast, RandomColor, String::Color
    = Added "state" named argument to specify directory to keep state
    - Added "sc" named argument to use specific String::Color instance
    - Added "nick-mapper" named argument to specify nick color representation
    - Added "nick-mapped" method to thread-safe copy of nick to HTML mapping
    - Added "shutdown" method to save state.
    - Added "sc" method to return String::Color instance being used

0.0.9  2021-05-06T13:21:45+02:00
    - Up dependency on Array::Sorted::Util to fix race condition
    - Up dependency of IRC::Log::Colabti for testing

0.0.8  2021-05-05T15:11:03+02:00
    - Added is-first-date-of-(month|year) methods

0.0.7  2021-05-05T11:49:43+02:00
    - Removed Object::Delayed functionality: if a client wants to do
      stuff in an async fashion, it's *their* responsibility to do so

0.0.6  2021-05-04T21:15:30+02:00
    - Added support for .log method

0.0.5  2021-05-04T20:55:14+02:00
    - Added support for .this-date method

0.0.4  2021-05-03T11:09:48+02:00
    - .new now returns a catchupped object, duh!

0.0.3  2021-05-03T11:06:04+02:00
    - Added .next-date / .prev-date methods
    - Added support for :batch and :degree with .new
    - Added dependency on Object::Delayed
    - .new now returns a slacked object, for faster startup-times of servers

0.0.2  2021-04-30T11:49:01+02:00
    - Upped API dependency to 0.19 (introducing entries as IterationBuffers)
    - Added dependency on Array::Sorted::Util
    - Logs are now kept as a list, sorted with @!dates
    - Added years attribute
    - Added watch-and-update method

0.0.1  2021-04-28T13:48:38+02:00
    - Initial version
