Skip to content

Releases: brodycj/create-react-native-module

0.14.0

06 Apr 01:03
Compare
Choose a tag to compare
  • support React Native 0.61; drop React Native 0.59 (#244)
  • chore: uuid 3.4.0 update in package dependencies (#243)
  • chore: [dev] @stryker-mutator 2.5.0 updates (#242)
  • chore: [dev] eslint-plugin-node@11 update (#241)
  • chore: Bump eslint-plugin-import from 2.18.2 to 2.20.1 (#234)
  • chore: Bump eslint from 6.6.0 to 6.8.0 (#215)
  • chore: [Security - dev] Bump handlebars from 4.1.2 to 4.7.3 (#235)
  • chore: add yarn-error.log to .gitignore (#239)

0.13.0

06 Apr 01:02
Compare
Choose a tag to compare
  • Use javaCompileProvider in Android template (PR #120)

0.12.0

06 Apr 01:02
Compare
Choose a tag to compare
  • cleanup: consistent iOS method spacing in generated code (#148)
  • cleanup: add references & links to generated build.gradle (see PR #152)
  • cleanup: move imports in generated android/build.gradle (see PR #141)
  • chore: Bump execa from 2.0.4 to 3.3.0 (#180)
  • cleanup: move constants in generated android/build.gradle (#140)
  • cleanup: remove trailing tabs from generated podspec file (#146)
  • cleanup: replace --use-cocoapods with 2 options (#167)
  • make tvOS support optional (#126)
  • doc fixes for tvOS platform fork (quick fixes) (#186)
  • doc: Manual installation gone in generated README.md (#169)
  • chore: Bump commander from 3.0.1 to 3.0.2
  • lint: Bump eslint from 6.4.0 to 6.6.0
  • testing: update stryker.conf.js to include templates (#170)

0.11.1

06 Apr 01:01
Compare
Choose a tag to compare
  • cleanup: fix & clarify Android package identifier description text (#155)
  • doc: Update description of --use-cocoapods option (#166)
  • testing: test CLI command func error with logging (#162)
  • fix async CLI func tests again (#160)
  • CLI command function test fixes (#158)
  • lint: eslint-plugin-node@10 update in devDependencies (#157)
  • cleanup: move internal npmAddScriptSync function (#150)
  • document minimum react-native-tvos version (#131)

0.11.0

06 Apr 01:01
Compare
Choose a tag to compare
  • Update android build.gradle template setup - wraps the buildscripts dependencies in a conditional (PR #135)
  • cleanup: cleanup generated android/build.gradle artifact (#138)
  • bugfix: no sudo in generated doc for Android (#136)
  • doc: License section back at the bottom (now as a link) (#124)
  • cleanup: no-useless-escape eslint rule fix in templates (#123)
  • testing: CLI create integration testing (#114)
  • testing: test updates for Windows, now covered by Travis CI (#118)
  • testing: Travis CI matrix, with macOS added (#117)
  • testing: Stryker Mutator 2.1.0 tool updates (#116)

0.10.2

06 Apr 01:00
Compare
Choose a tag to compare
  • unit test of missing CLI args using mocks (#111)
  • bugfix: Fix crash when no args passed in
  • remove duplicate authorEmail entry from logging (#106)

0.10.1

06 Apr 01:00
Compare
Choose a tag to compare
  • cleanup: do not use defaults for normalized options
  • testing: test prefix: null with logging using mocks
  • testing: test create with example with prefix: null
  • testing: test logging with custom prefix 'ABC' using mocks
  • cleanup: no normalization of platforms in lib/cli-command.js
  • testing: test bogus values of platforms with mocking
  • testing: unit test bogus values of platforms with injection
  • doc: general status updates for 0.10.x (#104)

0.10.0

06 Apr 00:59
Compare
Choose a tag to compare
  • Update minimum iOS version to 9.0 (#92)
  • document status of out-of-tree platform support (#97)
  • doc React Native 0.60 support quirk (#96)
  • Adding tvOS support (#91)
  • commander@3 update (#80)
  • testing: add test with name in camel case
  • testing: test create with custom moduleName
  • testing: test with custom modulePrefix (for Android & iOS)
  • testing: test with custom prefix for Android & iOS
  • testing: test generated example with useCocoapods: true
  • testing: test with useCocoapods: true for iOS

0.9.2

06 Apr 00:59
Compare
Choose a tag to compare
  • cleanup: remove code not needed from lib/normalized-options.js (#85)

0.9.1

06 Apr 00:59
Compare
Choose a tag to compare
  • test & doc lib API for platforms: Array | String
  • cleanup: remove code not needed from generateLibraryModule
  • cleanup: comment out non-functioning CLI help code
  • cleanup: remove code not needed from npmAddScriptSync.js
  • testing: test lib with bogus name: null option
  • testing: mocked example logging test updates
  • testing: add missing packageIdentifier setting to lib test
  • testing: test mocked example yarn add error with logging
  • testing: test example yarn add failure
  • testing: test error handling for missing tools
  • testing: test recovery from missing example package scripts
  • testing: test example package JSON errors
  • test cleanup: reorganize tests with mocks into tests/with-mocks
  • test cleanup: rename ioMocks to ioInject in tests/with-injection
  • test cleanup: reorganize tests with injection
  • testing: add Stryker Mutator for mutation testing