Releases: Joe12387/detectIncognito
Releases · Joe12387/detectIncognito
v1.1.2
Fixed Safari 16 detection
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
v1.1.0 - June 29, 2022
[*] Safari Fix: Chrome for iOS now correctly detects incognito mode
What's Changed
- Create an npm package that supports typescript by @naptestdev in #7
- Allow to use import as common module: require('detect-incognito') by @MykolaShevchuk in #9
- Ports 1.1.0 changes to detectIncognito.ts by @p810 in #11
New Contributors
- @naptestdev made their first contribution in #7
- @MykolaShevchuk made their first contribution in #9
- @p810 made their first contribution in #11
Full Changelog: v1.0.0...v1.1.0
v1.0.0
v21.12.1
v21.12.0
v21.12.0 - Dec 10, 2021
[*] Chrome Fix: fixed Chrome using usage instead of quota
[*] The callback now returns an object instead of a boolean. obj.isPrivate will now return the status of private mode.
[+] The callback now includes the browser name as obj.browserName.