Skip to content

Releases: Maykonn/js-detect-incognito-private-browsing-paywall

v2.5.1

10 Dec 14:57
Compare
Choose a tag to compare

This is a minor security update for package dependencies.

v2.5

10 Dec 14:48
Compare
Choose a tag to compare

This is a very important release, please upgrade your version.

  • Fixed detection for Chrome 78 higher
  • Fixed detection for Mozilla

v2.4

16 Oct 13:25
6ca36ab
Compare
Choose a tag to compare

This release adds:

  • An important fix for Safari and iOS incognito detection
  • A large improvement for Webkit incognito detection logic
  • Several minor improvements

A special thanks to our contributors for your hard work and dedication.

v2.3.4

26 Jul 15:40
Compare
Choose a tag to compare
New version

v2.3.3

19 Jun 15:25
Compare
Choose a tag to compare
  • Bug fix on instance return for callbacks
  • Documentation updated

v2.3.2

19 Jun 14:40
Compare
Choose a tag to compare
  • Minor bug fix(on user defined callbacks flow)
  • Added .editorconfig for JS development common pattern

v2.3.1

19 Jun 13:40
Compare
Choose a tag to compare
  • Fixed callbacks when bot browsing

v2.3

19 Jun 13:23
Compare
Choose a tag to compare
  • Improved detection for Mozilla browsers

v2.2

18 Jun 19:49
Compare
Choose a tag to compare
  • Now is possible to combine a default callback with specific callbacks for each browsing mode
  • Fixed for Safari 11+ and older Safari versions
  • Fixed for other browsers(always returned as normal browsing mode for other browsers)
  • No longer use the User Agent to identify browsers
  • Minor bug fix, typos and console.log removed

v2.1

18 Jun 15:01
Compare
Choose a tag to compare
  • Improved way of callbacks use
  • New way of test browsing mode(using callback or not)
  • Method to get browsing mode(NORMAL_MODE or INCOGNITO_PRIVATE_MODE)
  • Minor fix and refact