Skip to content

Releases: tamber/tamber-node

Release 1.1.1

16 Apr 21:58

Choose a tag to compare

Release 1.1.1: Resolve npm publishing issue.

Release 1.0.14

21 Apr 23:31

Choose a tag to compare

• Discover recommended updated to work like discover-next

The core discover process in Tamber is now geared around the discover-next style experience: results optimized for the exact moment they are requested. This means using automatic pagination via continuation, and other discover-next tools.

• Discover basic

Access lower level discover methods with discover basic.

• Discover meta

Get recommended item property values with discover.meta (ex. get recommended genres like 'sci-fi' or 'fantasy').

• Meta event support

Track users' meta-likes with event.metaLike and event.metaUnlike.

Release 1.0.8

07 Jul 07:28

Choose a tag to compare

• Support user merge and search methods
• README updated to explain user merge
• Tests added for new methods and new event track and context fields

Version 1.0.6

28 Mar 20:32

Choose a tag to compare

  • Move to prototype with simpler initialization
  • Lowercase objects and method calls
  • README updated and expanded upon