Releases: callstack/react-native-builder-bob
Releases · callstack/react-native-builder-bob
Release 0.10.0
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
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
0.9.7 (2020-02-11)
Bug Fixes
- prefix package name with react-native by default (61fa608)
Release 0.9.6
0.9.6 (2020-02-10)
Bug Fixes
- add missing files for publishing in template (c151bd6)
Release 0.9.5
0.9.5 (2020-02-10)
Bug Fixes
- fix prefix not being stripped in template (4ebfb1d)
Release 0.9.4
0.9.4 (2020-02-10)
Bug Fixes
- fix publishing the templates to npm (a337282)
- improve contributing docs (b7c7009)
Release 0.9.3
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
0.9.2 (2020-02-09)
Bug Fixes
- tweak generated package name (94b699a)
Release 0.9.1
0.9.1 (2020-02-09)
Bug Fixes
- resolve babel configs relative tobob (f1a0b5a)
Release 0.9.0
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)