Skip to content

Releases: GantMan/jail-monkey

v2.8.2

07 Dec 10:11
e14003a
Compare
Choose a tag to compare
  • update npmignore to ignore yarn files 32236c8
  • Merge pull request #302 from GantMan/feat/update-detection da653db
  • add more files and paths to blacklist 38c47ef
  • add yarn version into package.json 496516a
  • Merge pull request #299 from GantMan/chore/remove-unnecessary-changelog 7c2dea6
  • chore: remove unnecessary changelog ad8a51d
  • Merge pull request #292 from GantMan/dependabot/gradle/android/com.scottyab-rootbeer-lib-0.1.1 dcd1edb
  • Merge pull request #293 from GantMan/dependabot/npm_and_yarn/np-10.1.0 8dc51b6
  • Bump np from 9.2.0 to 10.1.0 5cbf4f3
  • Merge pull request #281 from GantMan/dependabot/npm_and_yarn/cross-spawn-7.0.6 66bd745
  • Merge pull request #282 from GantMan/dependabot/npm_and_yarn/micromatch-4.0.8 e8100e5
  • Bump com.scottyab:rootbeer-lib from 0.0.9 to 0.1.1 in /android 01ce095
  • Bump micromatch from 4.0.5 to 4.0.8 b3f0b97
  • Bump cross-spawn from 7.0.3 to 7.0.6 450e4ae

v.2.8.1...v2.8.2

v.2.8.1

04 Dec 13:55
78de82b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.0...v.2.8.1

v2.8.0

09 Dec 02:27
72ae35e
Compare
Choose a tag to compare

What's Changed

  • fix: get build.gradle values from rootProject and update default values by @alarm109 in #156
  • Add missing iOS installation step on README.md by @serdargun in #158
  • Expose android rooted detection methods results to JS by @Almouro in #140
  • Update README to include the new granular detection information from #140 by @levibuzolic in #166

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0

03 Jun 01:39
Compare
Choose a tag to compare

What's Changed

Minor

Example project

New Contributors

Full Changelog: v2.6.0...v2.7.0

v2.6.0

23 Jul 01:00
Compare
Choose a tag to compare
  • @brockdub Add additional checks against ABypass, FlyJB, Liberty, TweakInject, etc b0e7e3a - #99

v2.5.0...v2.6.0

v2.5.0

24 Jun 06:53
Compare
Choose a tag to compare

v2.4.2...v2.5.0

v2.4.2

24 Jun 06:46
Compare
Choose a tag to compare
  • @levibuzolic fix issue with isJailBroken on early versions of iOS 14 - #98

v2.4.0...v2.4.2

v2.4.0

18 May 04:48
Compare
Choose a tag to compare

Changes

Dependencies

v2.3.4...v2.4.0

v2.3.4

20 Apr 21:13
Compare
Choose a tag to compare
  • Merge pull request #87 from Droidking18/master ca62571
  • Prevent null reference on packageManager.getInstalledApplications 2492b47
  • Merge pull request #83 from adamivancza/apple_silicon_support 45ed8ff
  • Disabling jailbreak checks when app is running on Apple Silicon cee6cbe
  • Merge pull request #79 from GantMan/improve-docs-fix-types ce73337
  • Update Flow and TS types and ensure the JS confirms to those types f0c1c81
  • Removed unused index.js file in root, all code points to jailmonkey.js f2f5e08
  • This module doesn’t appear to be used, this logic is duplicated in isDebuggedMode 262dcd6
  • Merge pull request #75 from GantMan/react-core-podspec d5b29c5
  • Use correct React dependency in podspec e21a472
  • Merge pull request #74 from GantMan/upgrade-rootbeer 54902d3
  • Upgrade rootbeer package to latest (0.0.8) fa17b2a
  • Merge pull request #72 from mateosilguero/patch-1 e969a0a
  • Update JailMonkey.m fb73aac

v2.3.3...v2.3.4

2.3.3

24 Sep 05:41
Compare
Choose a tag to compare
  • Added macro to bypass check on simulators #57 @chhourbro
  • Fixed support for android mock location detection on versions Marshmallow and above #65 @nzankich
  • Fixed incorrect flow and typescript type definitions #67 @crafterm