All Versions
10
Latest Version
Avg Release Cycle
50 days
Latest Release
3237 days ago

Changelog History

  • v0.0.11 Changes

    October 26, 2014

    βž• Add cookieName configuration #68

  • v0.0.10 Changes

    August 17, 2014

    πŸš€ In this release we:

    • βž• Added a link to a WordPress version of Ouibounce in the README #60
    • Simplified our JS and got rid of .reduce: #53
    • πŸ›  Fixed a bug where the modal appeared when entering the page #55
    • πŸ—„ Switch toGMTString to toUTCString (the former is deprecated)

    🍱 :shipit:

  • v0.0.9 Changes

    May 31, 2014

    ⚑️ Update core logic, add more installation options

    πŸš€ In this release:

    • Ouibounce changed from mouseout to mouseleave: #45
    • πŸ‘ We added Bower and NPM installation support: #42 & #44

    🍱 High-fives all around! πŸ‘

  • v0.0.8 Changes

    May 14, 2014

    βž• Add config to allow subdomain cookies

    πŸ”€ Merges #36. Cleans up README.

  • v0.0.7 Changes

    May 13, 2014

    πŸš€ This release introduces:

    • the use of sitewide cookies (#32)
    • calling ouibounce without a dummy object (#30)
    • README cleanup
  • v0.0.6 Changes

    May 02, 2014

    πŸ“‡ Rename library: ouiBounce should read ouibounce - the capital B is confusing.

    Relevant issue: #23

  • v0.0.5 Changes

    May 02, 2014

    βž• Add support for location bar hotkey. Relevant PR: #21

  • v0.0.4 Changes

    April 01, 2014

    πŸš€ This release enables you to add cookie expiration (in days). Defaults to 30 days.

  • v0.0.3 Changes

    March 25, 2014
    • βž• Add public functions to fire and disable OuiBounce on demand
    • πŸ”¨ Refactor code to use newly available functions
    • βž• Add comments to checkCookie fn