sixpack v1.1.2 Release Notes

Release Date: 2014-05-20 // almost 10 years ago
    • โฌ†๏ธ Bump version. [zackkitzmiller]
    • ๐Ÿ”€ Merge pull request #116 from seatgeek/client-chosen-alternative. [Zack Kitzmiller]

    Allow clients to choose an alternative

    • ๐Ÿ‘ Allow clients to choose an alternative. [Eric Waller]

    Useful for situations where you may not know if a test will be encountered until it's too late to rely on asynchronously choosing an alternative.

    For example, when testing the behavior of a button, if participate is called when the button is setup, users that never click the button will dilute the results, thus requiring more participations to reach significance.

    • ๐Ÿ”€ Merge pull request #106 from omenar/description-utf8. [Zack Kitzmiller]

    Add support to non-ascii characters on experiment description

    • ๐Ÿ– Handle None values returned by HGET. [Osvaldo Mena]
    • โž• Add support to non-ascii characters on experiment description. [Osvaldo Mena]
    • Throw error on casting float. [zackkitzmiller]