- this is equivalent to version 1.6.7. No functional change, but it emits deprecation on console.warn
- revert deprecation notice.
Today I learned, if build tools emit anything on console.warn, it is a breaking change. Sorry!
- attempt to emit a deprecation notice
- chore: update jetifier-standalone distribution (thanks @mcBIG!)
- docs: include jetifier-standalone checksums (verified vs upstream, @mikehardy)
- 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)
- fix: link jetify to jetifier name,
npx jetifier
works (thanks @salakar for the assist)
- fix: avoid substring/superstring shadowing in regex (#32) thanks @mysport12!
- fix: check file exists before stat / fixes monorepos (#30) thanks @hampustagerud!
- docs(README): clarify usage task list - thanks @Twitchkidd!
- docs(README): just docs changes but this gets them out on npmjs.com
- feat: parallel jetifier - speedup x cpu count, @m4tt72 making your installs fast 💪
- test: exercise macOS in CI alongside linux
- add CRLF/LF compatibility, fix potential bug with empty line on mapping @m4tt72 🚀
- node version courtesy of Yassine Fathi / @m4tt72! Super fast, no bash needed! It's amazing 🔥
- No code changes
- docs: add changelog
- docs: add table of contents to readme
- No code changes
- tests: CI integrated via Travis + rn-androidx-demo test suite
- docs: "why?" section, performance notes
- feat: reverse-jetify mode - use AndroidX react-native libraries in your support library app
- fix: repair compatibility with older bash 4.x (the macOS default)
- feat(minor): fail fast on errors so you don't burn CI time
- perf: massive performance improvement (thanks @cawfree!)
- feat: kotlin support (thanks @rozPierog!)
- feat: renderscript support (an undocumented but necessary part of AndroidX conversion)
- tests: better integration with rn-androidx-demo test suite
- fix: typo in installed link from 'jetlify' to 'jetify'
- feat: transform souce code in node_modules on the fly
- simple package of binary 'jetifier-standalone' tool for bob the react-native builder