Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Releases: mikehardy/jetifier

v2.0.0 - just like 1.6.7 (deprecation) but with a bigger version number!

05 May 03:54
e9cf0a2
Compare
Choose a tag to compare

Exact same as 1.6.7 was, just as a breaking change semver number

  • docs(CHANGELOG): prepare release 2.0.0 f483026
  • BREAKING: note that jetifier is deprecated, warn on translations 699094b

v1.6.8...v2.0.0

v1.6.8 revert deprecation notice, this is equivalent to 1.6.6

05 May 03:50
194f0b7
Compare
Choose a tag to compare

Who knew console.warn was a breaking change? I did not.

I will reissue that as 2.0

  • docs(CHANGELOG): prepare for release 1.6.8, add 1.6.7 note. 0a1fd2b
  • Revert "fix(deprecation): note that jetifier is deprecated, warn on translations" 0cafdeb

v1.6.7...v1.6.8

v1.6.7 Jetifier is deprecated, long live AndroidX

03 May 19:02
7942fbc
Compare
Choose a tag to compare

The react-native CLI will eventually stop running it by default.
Start posting warnings stating the same, and warning on any un-translated files.


  • fix(deprecation): note that jetifier is deprecated, warn on translations a027dd0
  • chore: update dependencies 2ab90d2
  • chore: update dependencies 8cf3103

v1.6.6...v1.6.7

v1.6.6 - update jetifier-standalone distribution from google

11 Jun 13:15
0d7e9cd
Compare
Choose a tag to compare
  • 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...v1.6.6

v1.6.5 - handle symlinks / avoid infinite recursion

28 Nov 15:41
bc28d4c
Compare
Choose a tag to compare
  • 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:

  • Avoid infinite readdir loop w/symlink skip (#56) b0ad981
  • chore(dependencies): npm upgrade 3bb1e63
  • chore(CHANGELOG): prepare notes for 1.6.5 release 1fa96f8
  • Clarify that jetifier runs automatically for RN 0.60+ 4e1f119
  • build: explicitly use openjdk8 on travis linux 0405799

v1.6.4...v1.6.5

v1.6.4 - `npx jetifier` should work now

11 Aug 18:47
23acc0d
Compare
Choose a tag to compare

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 👍

  • fix: npx jetifier should work with link of jetify to jetifier name 5be8c5e
  • docs(README): update example for library name overrides bfeffc5

v1.6.3...v1.6.4

v1.6.3

13 Jul 15:53
2a82bc6
Compare
Choose a tag to compare
  • chore: prepare for release 1.6.3 9479e85
  • fix: sort array by length after reading so substrings aren't shadowed 8b5a5b3

v1.6.2...v1.6.3

v1.6.2

10 Jul 20:34
7d8f47f
Compare
Choose a tag to compare
  • chore: prepare for 1.6.2 4c887a2
  • fix: check file exists before stat / fix for monorepos (#30) 7b5f4a4
  • docs(README): clarify usage instructions (#29) d4fb21b

v1.6.1...v1.6.2

v1.6.1 updated docs with info on wildcard imports and node-pre-gyp help

02 Jul 03:51
d31cd95
Compare
Choose a tag to compare

There were no code changes in this release, but I wanted the updated README on npmjs.com

Cheers

  • release: prepare for 1.6.1 e0b911c
  • docs(README): document issues with wildcard imports for users and maintainers 4a99144
  • docs(README): node-pre-gyp, if missing, needs to be in-project not global 2659203
  • docs(README): add note about possible node-pre-gyp error 879a01c

v1.6.0...v1.6.1

v1.6.0 - parallel jetifier, speedup scales with cpu count! sub-second runs.

30 Jun 02:27
42fb937
Compare
Choose a tag to compare
  • feat: Parallel node Jetifier, @m4tt72 making your builds fast 💪 (#24) 0a16472
  • build: prepare for 1.6.0 release 1e92deb
  • test: Add macOS support for Travis build, should expose #22 (#25) 1708d9c

v1.5.1...v1.6.0