Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 4.37 KB

CHANGELOG.md

File metadata and controls

67 lines (48 loc) · 4.37 KB

v1.5.2

v1.5.1

  • 2021-08-06 09ed078 - (TamarinEA) chore: support ruby 2.4 and use redis in test

v1.5.0

v1.4.0

  • 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

v1.2.0

  • 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

v1.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

v1.0.1

  • 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

v1.0.0beta1

v1.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-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.
  • 2013-08-23 897418d - (Artem Napolskih) Initial commit
  • 2013-08-21 21ed53b - (napolskih) dummy commit