-
2022-05-05 9c3a157 - (Igor Prudnikov) Release 1.5.2
-
2022-05-05 fb05645 - (Igor Prudnikov) fix: fix hash counter with delimeters containing non-utf8 data https://jira.railsc.ru/browse/BPC-20533
-
2022-05-05 e10e51d - (Igor Prudnikov) chore: remove older ruby versions support
- 2021-08-06 09ed078 - (TamarinEA) chore: support ruby 2.4 and use redis in test
-
2017-04-21 d64da5e - (Pavel Galkin) feat: support two value delimiters https://jira.railsc.ru/browse/CK-862
-
2017-04-21 a4f458c - (Pavel Galkin) chore: update infrastructure
- 2016-07-20 e6be297 - (Stanislav Gordanov) feat: переместит значение инкремента в начало массива данных
- 2015-07-26 e4771c5 - (Artem Napolskih) Update README.md
- 2015-02-19 c86a1aa - (bibendi) commit changelog after generate it
- 2015-02-19 b5ec9f8 - (bibendi) change releasing tasks to upload on rubygems
- 2014-11-10 6257dc2 - (Artem Napolskih) feature(hash_counter): added float mode
- 2014-10-17 48deb40 - (Artem Napolskih) feature(unique_values_list): introduced a list of unique values to expiry of the members
- 2014-10-17 e1206b7 - (Artem Napolskih) feature(unique_values_list): introduce has_value? method
- 2014-10-17 cccc2be - (Artem Napolskih) feature(unique_values_list): rename Standard and Fast unique values list to Blocking and NonBlocking respectively
- 2014-10-17 7521fd8 - (Artem Napolskih) chore(specs): reorganize unique lists specs
- 2014-04-23 94fada3 - (Artem Napolskih) chore(all): fix circleci badge
- 2013-11-20 0ae5531 - (Artem Napolskih) Release 1.1.0
- 2013-11-20 3897988 - (Artem Napolskih) refactor(all): back delete_all! methods
- 2013-11-15 2d1c733 - (Artem Napolskih) refactor(all): extract Cluster and Partition classes
- 2013-10-22 020cc8e - (Napolskih) refactor(all): shared code of clustering and partitioning extracted into module - group_keys -> cluster_keys - shared code of clustering and partitioning extracted into module
- 2013-10-21 bfa328a - (Artem Napolskih) feature(hash_counter): method date when called with a block, now returns the total number of lines
- 2013-10-21 6d04c95 - (Artem Napolskih) Release 1.0.0
- 2013-10-10 b29eab7 - (Artem Napolskih) feature(unique_values_lists): added methods to read and delete data
- 2013-10-10 67c5200 - (Artem Napolskih) feature(unique_hash_counter): introduce unique list postfix delimiter
- 2013-10-08 8a9a2a9 - (Artem Napolskih) feature(hash_counter): added methods to read and delete data
- 2013-09-13 f8d037c - (Artem Napolskih) docs(all): documenting
- 2013-10-10 b29eab7 - (Artem Napolskih) feature(unique_values_lists): added methods to read and delete data
- 2013-10-10 67c5200 - (Artem Napolskih) feature(unique_hash_counter): introduce unique list postfix delimiter
- 2013-10-08 8a9a2a9 - (Artem Napolskih) feature(hash_counter): added methods to read and delete data
- 2013-09-13 f8d037c - (Artem Napolskih) docs(all): documenting
- 2013-09-12 0a176fa - (Artem Napolskih) feature(all) introduce key and value delimiters
- 2013-09-12 addbb40 - (Artem Napolskih) feature(unique_values_list): fast (non blocking) unique values list added
- refactoring unique_values_list;
- fast (non blocking) unique values list added;
- unique_list[:list_class] property introduced on UniqueHashCounter.