Skip to content

Latest commit

 

History

History
90 lines (41 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

90 lines (41 loc) · 3.29 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.7 (2019-12-07)

0.2.6 (2019-06-06)

Security Fixes

  • bump handlebars from 4.0.11 to 4.1.2 PR #7
  • bump js-yaml from 3.12.0 to 3.13.1 PR #2

0.2.5 (2019-02-20)

Bug Fixes

  • use metro's mainFields, resolve platform-specific files first, improve yarn monorepo search (#5) (b512a13)

0.2.4 (2019-02-10)

Bug Fixes

  • import modules from relative folder path, improve logging (#4) (dc0ddd6)

Features

  • improve yarn workspace search speed, remove redundant module resolution calls (#4) (38dd06b)

0.2.3 (2019-02-08)

Bug Fixes

  • search for Yarn repositories, resolve packages by using react-native fields in package.json (cb1af33)

Features

  • improve support for globs when resolving package paths (lerna, yarn) (ba7abb3)

0.2.2 (2018-11-29)

Bug Fixes

  • example of a monorepo project's structure (44014b2)

0.2.1 (2018-11-29)

Security patches

0.2.0 (2018-11-18)

Bug Fixes

Features

  • implement MetroConfigHelper (31f80cd)