Skip to content

Latest commit

 

History

History
114 lines (57 loc) · 4.46 KB

CHANGELOG.md

File metadata and controls

114 lines (57 loc) · 4.46 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2019-11-10)

Features

  • history now supports lists of receivers (f4243b9)

1.0.3 (2019-08-26)

Bug Fixes

1.0.0 (2019-08-26)

Bug Fixes

  • fix an install warning (42a354a)
  • update dependency commander to v3 (e5a43ee)
  • update dependency js-yaml to v3.13.1 [security] (9b2f90e)
  • update dependency lodash to v4.17.13 [security] (81a8d42)

1.0.0-beta.0 (2018-11-17)

Bug Fixes

  • fix some typos in the CLI descriptions (93da88e)
  • remove deepmerge dependency to remove vulnerability (e71655c)

Features

  • detect impossibilities (6b30edf), closes #6
  • rename santas to receivers in history files (d7961a3)
  • support for modifiers (1f905fc)

BREAKING CHANGES

  • the santas property of the history file has been renamed in receivers

0.1.6 (2018-02-21)

0.1.4 (2018-02-21)

Bug Fixes

0.1.3 (2018-02-21)

0.1.2 (2018-02-21)

Bug Fixes

  • add magic number to fix not working bin (95aea80)

0.1.1 (2018-02-19)

Bug Fixes

  • fix non working config file options (1ce1f6e), closes #3

0.1.0 (2018-02-19)

Bug Fixes

  • fix participants part of multiple exclusion groups (61db1f4), closes #4
  • limit the cache size (1df57eb)
  • remove past christmases messages if not data path is provided (e5bdb26)
  • remove the data written message if no data is being written (df51dd4)

Features

  • find participants' santas (33bf8f2)
  • implement cli (f09c7b5)
  • naive expensive traverse (82c5647)
  • remove warning when no data path is provided (90ae1c4)
  • sort resulting santas (74ec594)
  • throws when no options is provided to santasDeRoy (a540aae)
  • traverse (aec5958)