Skip to content

Commit f15eb00

Browse files
author
Christopher J. Brody
committed
create-react-native-module 0.20.0
CHANGELOG entry is in a similar style to recent xmldom CHANGELOG entries with use of auto-changelog under future consideration, see also: - xmldom/xmldom#180
1 parent 65d3858 commit f15eb00

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,57 @@
11
# Changelog
22

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+
355
### 0.19.0
456

557
* remove outdated info from README.md (#355)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-native-module",
3-
"version": "0.20.0-dev",
3+
"version": "0.20.0",
44
"description": "Tool to create a React Native library module or view module with a single command",
55
"bin": "bin/cli.js",
66
"main": "lib/lib.js",

0 commit comments

Comments
 (0)