Releases: Maykonn/js-detect-incognito-private-browsing-paywall
Releases · Maykonn/js-detect-incognito-private-browsing-paywall
v2.5.1
This is a minor security update for package dependencies.
v2.5
This is a very important release, please upgrade your version.
- Fixed detection for Chrome 78 higher
- Fixed detection for Mozilla
v2.4
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.3
- Bug fix on instance return for callbacks
- Documentation updated
v2.3.2
- Minor bug fix(on user defined callbacks flow)
- Added .editorconfig for JS development common pattern
v2.3.1
- Fixed callbacks when bot browsing
v2.3
- Improved detection for Mozilla browsers
v2.2
- 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
- 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