This repository has been archived by the owner on May 3, 2023. It is now read-only.
Releases: mikehardy/jetifier
Releases · mikehardy/jetifier
v2.0.0 - just like 1.6.7 (deprecation) but with a bigger version number!
v1.6.8 revert deprecation notice, this is equivalent to 1.6.6
v1.6.7 Jetifier is deprecated, long live AndroidX
v1.6.6 - update jetifier-standalone distribution from google
- Yassine more than deserves a call out in the README 65f8bed
- chore: prepare for 1.6.6 release 32c06d6
- update jetifier version from beta04 to beta09 2a48a8a
- Add checksums for jetifier-standalone distribution files 172d5dd
- chore: no tests on publish run efb7076
- chore: switch to yarn, include lock file 91da626
- chore: yarn upgrade --latest a8de0d2
- Remove Node 8, add RN61/RN62, Add Node12/14 46fccd4
- docs: clarify reverse jetify procedure baacd31
v1.6.5 - handle symlinks / avoid infinite recursion
- fix: avoid infinite readdir loop w/symlink skip (great work, thanks @gaodeng!)
- docs(README): clarify jetifier runs automatically in RN>=0.60 (thanks @taylorkline!)
- chore(CI): make sure openjdk8 is used on linux CI instances (@mikehardy)
commits here:
v1.6.4 - `npx jetifier` should work now
Previously npx jetify
would work, but only after the package was installed because the package was 'jetifier' but the script was 'jetify' (noun vs verb, right?) but npx needs the script to be named the same as the package, so I just linked the jetify script to the jetifier name as well. Thanks @Salakar for the assist 👍
v1.6.3
v1.6.2
v1.6.1 updated docs with info on wildcard imports and node-pre-gyp help
There were no code changes in this release, but I wanted the updated README on npmjs.com
Cheers