Skip to content

Releases: Joe12387/detectIncognito

v1.1.2

21 Sep 23:09
Compare
Choose a tag to compare

Fixed Safari 16 detection

Full Changelog: v1.1.1...v1.1.2

v1.1.1

16 Sep 02:45
Compare
Choose a tag to compare

Version bump for npm -- no meaningful changes.

Note: The npm package name is now detectincognitojs.

v1.1.0

29 Jun 19:07
211474c
Compare
Choose a tag to compare

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

Full Changelog: v1.0.0...v1.1.0

v1.0.0

27 Mar 22:36
Compare
Choose a tag to compare

[*] detectIncognito is now Promise based. As a result, IE 10 is no longer supported. IE 11 is still supported with polyfill.

(new versioning system: major.minor.rev)

v21.12.1

14 Dec 20:57
Compare
Choose a tag to compare

v21.12.1 - Dec 14, 2021

[*] Safari Fix: fixed Safari <13 erroneously throwing an error

v21.12.0

10 Dec 19:24
Compare
Choose a tag to compare

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.