Skip to content

Releases: callstack/react-native-builder-bob

Release 0.10.0

05 Mar 22:05
Compare
Choose a tag to compare

0.10.0 (2020-03-05)

Bug Fixes

  • add .git to repo URL to make cocoapod happy (b1a1d18)
  • fix scripts in contributing guide (9bf32f2)
  • install pods only on mac (3959cc8)
  • throw if no tsconfig.json found (5fb0d2d), closes #17
  • use cross-spawn for better windows support (73b90ca), closes #12

Features

  • include release-it by default (568309e)
  • initialize git repo after project creation (9499582)

Release 0.9.8

05 Mar 11:16
Compare
Choose a tag to compare

0.9.8 (2020-03-05)

Bug Fixes

  • add output folder to eslintIgnore in package.json (ecb1a23)
  • move prettier config to package.json (639cab1)

Release 0.9.7

11 Feb 02:38
Compare
Choose a tag to compare

0.9.7 (2020-02-11)

Bug Fixes

  • prefix package name with react-native by default (61fa608)

Release 0.9.6

10 Feb 20:40
Compare
Choose a tag to compare

0.9.6 (2020-02-10)

Bug Fixes

  • add missing files for publishing in template (c151bd6)

Release 0.9.5

10 Feb 16:15
Compare
Choose a tag to compare

0.9.5 (2020-02-10)

Bug Fixes

  • fix prefix not being stripped in template (4ebfb1d)

Release 0.9.4

10 Feb 15:58
Compare
Choose a tag to compare

0.9.4 (2020-02-10)

Bug Fixes

  • fix publishing the templates to npm (a337282)
  • improve contributing docs (b7c7009)

Release 0.9.3

09 Feb 18:17
Compare
Choose a tag to compare

0.9.3 (2020-02-09)

Bug Fixes

  • add missing dep on class properties plugin (af600c4)
  • use current version of bob in generated project (12556b9)

Release 0.9.2

09 Feb 16:39
Compare
Choose a tag to compare

0.9.2 (2020-02-09)

Bug Fixes

  • tweak generated package name (94b699a)

Release 0.9.1

09 Feb 16:31
Compare
Choose a tag to compare

0.9.1 (2020-02-09)

Bug Fixes

  • resolve babel configs relative tobob (f1a0b5a)

Release 0.9.0

09 Feb 16:07
Compare
Choose a tag to compare

0.9.0 (2020-02-09)

Features

  • add abilty to generate a react-native project (a7c12e3)
  • add support for bob.config.js and update docs (139c3f6)
  • ask to generate tsconfig if not present (08873d8)
  • use a modern config for babel (aceaf75)