Releases: callstack/react-native-builder-bob
Releases · callstack/react-native-builder-bob
Release 0.13.0
0.13.0 (2020-05-08)
Features
- recommend the closest match to an unknown command (b6e3888)
Release 0.12.0
0.12.0 (2020-05-08)
Features
- add option to specify tsc path (#31) (05a53a5)
- show help information if no args were passed (#45) (24e541b)
Release 0.11.2
0.11.2 (2020-05-07)
Bug Fixes
- fix argument names for obj-c (08818c8)
Release 0.11.0
0.11.0 (2020-05-07)
Bug Fixes
- add rn-config so CLI doesn't try to link it (#38) (87f5a39)
- fix building generated project on ios (#43) (b681c8a)
- fix initializing git repo (c657356)
- fix running expo example on web (96ad597)
Features
- add support for generating JS libraries with Expo (4aba928)
- added possibility to start module with C++ code enabled (#30) (6588c5c)
- upgrade RN version from example to 0.62 (#41) (88323dc)
Release 0.10.1
0.10.1 (2020-04-16)
Bug Fixes
- fix files field to include podspec. fixes #39 (63cc4aa)
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)