Skip to content

Releases: callstack/react-native-builder-bob

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)

Release 0.8.0

13 Jan 17:23
Compare
Choose a tag to compare

0.8.0 (2020-01-13)

Features

  • support path to custom tsconfig for typescript (2e7b545)

Release 0.7.1

12 Jan 08:19
Compare
Choose a tag to compare

0.7.1 (2020-01-12)

Bug Fixes

  • handle typescript projects better (132b0bc)

Release 0.7.0

21 Aug 03:25
Compare
Choose a tag to compare

Features

  • use tsc from PATH if available (155710d)

Release 0.6.1

01 Jul 10:12
Compare
Choose a tag to compare

Bug Fixes

  • improve error message for typescript failures (0fa1836)

Release 0.6.0

28 Jun 20:51
Compare
Choose a tag to compare

Features

  • aar: added configurable bundle name (#5) (6f04c04)

Release 0.5.0

18 Jun 19:29
Compare
Choose a tag to compare

Features

  • add a target to build Android AAR files with support for reverse Jetify (#4) (3264f5e)

Release 0.4.1

28 Apr 20:19
Compare
Choose a tag to compare

Bug Fixes

  • use tsc.cmd on windows for typescript (#3) (88c879c)

Release 0.4.0

28 Apr 07:45
Compare
Choose a tag to compare

Bug Fixes

  • ask to publish flow defs only if pragma is present (5b2503a)
  • configure eslint and jest to ignore output directory (47f0006)
  • properly ignore tests folder (c0cb4d2)

Features

  • warn if outDir or declarationDir are specified in tsconfig (9b07104)

Release 0.3.4

14 Apr 09:03
Compare
Choose a tag to compare

Bug Fixes

  • improve UX for building typescript (eded5c2)