|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +### 0.20.0 |
| 4 | + |
| 5 | +#### Features |
| 6 | + |
| 7 | +* BREAKING: rename some options (#431 & #439) |
| 8 | + - rename --module-name option to --package-name (#431) |
| 9 | + - rename --package-identifier option to --native-package-id (#431) |
| 10 | + - rename --example-react-native-version to --example-react-native-template (#431) |
| 11 | + - rename --view to --is-view; document this feature as EXPERIMENTAL; and update doc & help text (#439) |
| 12 | +* BREAKING: remove prefix options (#432) |
| 13 | + - remove --prefix option |
| 14 | + - remove --module-prefix option |
| 15 | +* BREAKING: use react-native-init-func to generate example app (#421) |
| 16 | +* support more iOS source language extensions in generated podspec (#410) |
| 17 | + |
| 18 | +#### Fixes |
| 19 | + |
| 20 | +* loosen template React peer dependency (for React 17) (#440) |
| 21 | +* nudge indenting of options in logging (#436) |
| 22 | +* do not add react-native package prefix if not needed (#435) |
| 23 | +* update example build & run info in README.md & log output (#427) |
| 24 | +* remove an internal Promise reject parameter not needed (#417) |
| 25 | +* use info for some more log output (#418) |
| 26 | +* add comments to generated output |
| 27 | + - add comment to main generated index.js (#413) |
| 28 | + - add comments to generated Android output (#137) |
| 29 | + - add comments to beginning of generated iOS output (#414) |
| 30 | +* use outdent to fix indent of optional example Podfile (#412) |
| 31 | +* resolve absolute paths in example metro watch folders (#405) |
| 32 | +* add & update comments in build.gradle (#404) |
| 33 | +* remove extra plugin items from build.gradle (#402) |
| 34 | +* BREAKING: remove JCenter support - not needed and now deprecated (#401) |
| 35 | +* remove extra import from generated code for Android (#368) |
| 36 | +* BREAKING: update minimum Node.js version to 12 (#408) |
| 37 | +* update package dependencies |
| 38 | + - update log-symbols -> ^4.1.0 (#438) |
| 39 | + - update update-notifier -> 5 (commit fb8542ee05295523b7f751487bf150efae1afc5b) |
| 40 | + - update execa -> 5 (commit a3a7ab927d338435ef281baba05ef69888fc5fde) |
| 41 | + - Update fs-extra -> ^9.1.0 (#398) |
| 42 | + - Update pascal-case -> ^3.1.2 (#395) |
| 43 | + - Update param-case -> ^3.0.4 (#394) |
| 44 | + - Update jsonfile -> ^6.1.0 (#391) |
| 45 | + - Update commander -> ^6.2.1 (#382) |
| 46 | +* add & use console package (#375) |
| 47 | +* minor template cleanup (#332) |
| 48 | + |
| 49 | +#### Docs |
| 50 | + |
| 51 | +* update general status for React Native 0.60/0.63/0.64 (commit 23bdce59b840687b08268a6daa2991fa04b4802c) |
| 52 | +* console highlighting in README.md (#434) |
| 53 | +* apply general documentation updates - February 2021 (#424) |
| 54 | + |
3 | 55 | ### 0.19.0
|
4 | 56 |
|
5 | 57 | * remove outdated info from README.md (#355)
|
|
0 commit comments