Releases: brodycj/create-react-native-module
Releases · brodycj/create-react-native-module
0.20.2
0.20.1
create-react-native-module 0.20.0
0.20.0
Features
- BREAKING: rename some options (#431 & #439)
- BREAKING: remove prefix options (#432)
- remove --prefix option
- remove --module-prefix option
- BREAKING: use react-native-init-func to generate example app (#421)
- support more iOS source language extensions in generated podspec (#410)
Fixes
- loosen template React peer dependency (for React 17) (#440)
- nudge indenting of options in logging (#436)
- do not add react-native package prefix if not needed (#435)
- update example build & run info in README.md & log output (#427)
- remove an internal Promise reject parameter not needed (#417)
- use info for some more log output (#418)
- add comments to generated output
- use outdent to fix indent of optional example Podfile (#412)
- resolve absolute paths in example metro watch folders (#405)
- add & update comments in build.gradle (#404)
- remove extra plugin items from build.gradle (#402)
- BREAKING: remove JCenter support - not needed and now deprecated (#401)
- remove extra import from generated code for Android (#368)
- BREAKING: update minimum Node.js version to 12 (#408)
- update package dependencies
- add & use console package (#375)
- minor template cleanup (#332)
Docs
0.19.0
- remove outdated info from README.md (#355)
- remove extra blank line from generated iOS module (#354)
- Update execa -> ^4.0.1 - dependency (#350)
- add swift search paths to iOS pbxproj (#349)
- add pbxproj build updates (#348)
- remove sources from generated iOS pbxproj (#346)
- fix minor indenting issue in ios pbxproj (#345)
- export objectClassName prop in windows template (#344)
- cleanup object class name references (#343)
- log generated example React Native version (#340)
- major: object class name updates (#338)
- fix iOS podspec for C sources (#334)
- major: remove generated .gitattributes artifact (#327)
- use package files entry instead of .npmignore (#326)
- update create options (#325)
- update badges in README.md (#322)
- update log of create parameters (#318)
- Update jsonfile -> ^6.0.1 (#317)
- update commander -> ^5.1.0
- update log-symbols -> 4
- update fs-extra -> 9
- fix(deps): update execa -> 4 (#315)
- major: update minimum Node.js version to 10.20 (#316)
0.18.0
0.17.1
0.17.0
- bugfix: quick fixes to handle CLI args errors (#306)
- test cleanup: rename tests/with-mocks/cli/command/func directory
- chore: regenerate yarn.lock
- chore: jest@^25.2.7 update in devDependencies
- add & update iOS podspec license comments (#258)
- doc: minimum React Native version on 1 line (#302)
- doc: fix API & option descriptions (#301)
- chore: update change case dependencies (#298)
- chore: quick commander@5 update (#297)
- chore: add PR merge action (#296)
- chore: jest@25 update in devDependencies
- chore: update eslint items in devDependencies
- chore: @stryker-mutator/... 3.1.0 in devDependencies
- chore: add
brodybits-*
to test action branches - add package engines & use please-upgrade-node (#295)
- cleanup: remove .travis.yml which is no longer needed
- testing: add Node.js test action to GitHub workflows (#294)
- testing: quick test workaround for Node.js 8 vs ...
- cleanup: remove library API support for namespace (#276)
- testing: updates to setup of Stryker Mutator (#272)
- remove Windows (C#) support (#264)