Skip to content

Releases: callstack/react-native-builder-bob

Release 0.13.1

08 May 17:06
Compare
Choose a tag to compare

0.13.1 (2020-05-08)

Bug Fixes

Release 0.13.0

08 May 12:44
Compare
Choose a tag to compare

0.13.0 (2020-05-08)

Features

  • recommend the closest match to an unknown command (b6e3888)

Release 0.12.0

08 May 00:13
Compare
Choose a tag to compare

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

07 May 17:02
Compare
Choose a tag to compare

0.11.2 (2020-05-07)

Bug Fixes

  • fix argument names for obj-c (08818c8)

Release 0.11.1

07 May 16:12
Compare
Choose a tag to compare

0.11.1 (2020-05-07)

Release 0.11.0

07 May 03:02
Compare
Choose a tag to compare

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

16 Apr 19:37
Compare
Choose a tag to compare

0.10.1 (2020-04-16)

Bug Fixes

  • fix files field to include podspec. fixes #39 (63cc4aa)

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)