Skip to content
This repository was archived by the owner on Sep 11, 2018. It is now read-only.

v0.3.0

Choose a tag to compare

@marionebl marionebl released this 16 Apr 17:09

0.3.0 (2016-04-16)

Bug Fixes

  • detection: avoid babylon bug by removing jsx at the end (74a8006)
  • detection: avoid shadowing parser errors (795ca69)
  • detection: check for existence of default export (c093fcb)
  • generation: avoid naming collisions during transformation (40e29b0)
  • generation: fix mtime lookup (df4c8ce)
  • generation: only include react import if it is missing (244fc6c)
  • generation: push npm resolvable names to file dependencies (39c138f)
  • generation: require react on top-level (ad35e45)
  • generation: rewrite props deref only for stateless components (2e5bf3a)
  • system: add / update missing dependencies (bd5fc13)

Features

  • detection: allow trailing function commas (9d1804c)
  • detection: enhance error messages for asi errors in plain jsx (048c407)
  • detection: resolve transitive demo dependencies properly (e98bf39)
  • detection: throw better parser errors (088d540)
  • generation: enable partial global support (f6e72a7)
  • generation: implement legacy global injection support (1b92b54)
  • transformation: bootstrap ast-based react transformation (f7f7b99)