Skip to content

Releases: yahoo/ycb

Add optional logging context

31 Aug 18:50
Compare
Choose a tag to compare
  • feat: add optional logging context (#71)

Handle wildcards in multi-value settings

01 Oct 14:45
Compare
Choose a tag to compare
  • #59 - Handle wildcards in multi-value settings

Add time feature support

19 Sep 21:20
Compare
Choose a tag to compare

Be defensive when given a falsy context value

14 Aug 22:02
Compare
Choose a tag to compare

Optimize performance by using tree structure

27 Jul 16:48
Compare
Choose a tag to compare

The API remains the same but due to the internal structure changes, we wanted to bump the major version to avoid any potential issues.

  • [#54] Rewrite of library to store contexts and configurations in a trie style tree, which scales better than the current method. (@BillDorn)

Remove unused field in pkg.json

27 Jul 16:45
Compare
Choose a tag to compare
v1.5.5

Release v1.5.5.

Fix the case when multi-value dimension is an empty array

28 Sep 23:15
Compare
Choose a tag to compare

Clone optimization

31 May 21:50
Compare
Choose a tag to compare

Fix case where multiple sections with same settings could modify shared configuration

README Fix

03 May 17:30
Compare
Choose a tag to compare

Fixed a bug in the README example