Releases: GantMan/jail-monkey
Releases · GantMan/jail-monkey
v2.8.2
- 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
What's Changed
- Added dangerous apps for detection by @nityanantan23 in #183
- use right version in podspec by @buschco in #223
- chore(android): add support for AGP 8 by @AndreiCalazans in #200
- Bump @babel/traverse from 7.14.2 to 7.23.2 in /ExampleProject by @dependabot in #201
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #189
- Bump json5 from 2.2.0 to 2.2.3 in /ExampleProject by @dependabot in #179
- Bump qs from 6.5.2 to 6.5.3 in /ExampleProject by @dependabot in #164
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #163
- Bump np from 7.6.2 to 9.2.0 by @dependabot in #216
- Remove
package
name from AndroidManfiest.xml to support AGP 8 by @levibuzolic in #225 - Update example project to React Native 0.73 by @levibuzolic in #232
- Improve handling of missing native module by @levibuzolic in #233
- Bump rexml from 3.2.6 to 3.2.8 in /ExampleProject by @dependabot in #260
- add detection for dopamine hide-jailbreak by @kmye in #295
- chore: bump version to v2.8.1 by @kmye in #297
New Contributors
- @nityanantan23 made their first contribution in #183
- @buschco made their first contribution in #223
- @AndreiCalazans made their first contribution in #200
- @kmye made their first contribution in #295
Full Changelog: v2.8.0...v.2.8.1
v2.8.0
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
- @alarm109 made their first contribution in #156
- @serdargun made their first contribution in #158
- @Almouro made their first contribution in #140
Full Changelog: v2.7.0...v2.8.0
v2.7.0
What's Changed
- Warn when missing jailmonkey by @levibuzolic in #113
- iOS simulator mock location check by @levibuzolic in #114
- Update File-based Checks by @gabimoncha in #136
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #120
Minor
- Tidy mock location check error by @levibuzolic in #101
Example project
- Upgrade example app to React Native 0.66.1 by @levibuzolic in #112
- Bump path-parse from 1.0.6 to 1.0.7 in /ExampleProject by @dependabot in #103
- Bump minimist from 1.2.5 to 1.2.6 in /ExampleProject by @dependabot in #119
- Bump async from 2.6.3 to 2.6.4 in /ExampleProject by @dependabot in #121
- Bump tmpl from 1.0.4 to 1.0.5 in /ExampleProject by @dependabot in #107
New Contributors
- @gabimoncha made their first contribution in #136
Full Changelog: v2.6.0...v2.7.0
v2.6.0
v2.5.0
v2.4.2
- @levibuzolic fix issue with
isJailBroken
on early versions of iOS 14 - #98
v2.4.0
Changes
- @brockdub Update JailMonkey.m with new checks (paths, symlinks, dylibs, forking) 6809ea3
- @levibuzolic Always default to false for each synchronous call 884682b
- @levibuzolic Bump Android minSdk to 21 inline with React Native 0.64 6d58460
Dependencies
- @el173 Bump rootbeer package to latest (0.0.9) 808d021
- @dependabot Bump ini from 1.3.5 to 1.3.7 cbd9c2d
- @dependabot Bump dot-prop from 4.2.0 to 4.2.1 7c4104a
- @dependabot Bump lodash from 4.17.19 to 4.17.21 b4d121f
- @dependabot Bump hosted-git-info from 2.5.0 to 2.8.9 a5b5998
v2.3.4
- 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 tojailmonkey.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