Skip to content

Latest commit

 

History

History
86 lines (38 loc) · 2.54 KB

CHANGELOG.md

File metadata and controls

86 lines (38 loc) · 2.54 KB

Change Log

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

0.8.0 (2018-04-20)

Bug Fixes

  • buld: specify correct babel-env config, support node 8 (2e87d62)
  • remove nonexistent --missing option from riw app status usage (a37a74b)
  • remove redundant riw version since riw --version exists (4f22d7a)

Features

  • add --quiet option to riw app translate (e3754ae)

0.7.0 (2018-02-09)

Features

  • use babel-plugin-react-intl-auto (da266c0), closes #7

0.6.1 (2017-09-29)

Bug Fixes

  • use relative paths in TODO file to make it portable (d6af653), closes #5

0.6.0 (2017-04-11)

Features

  • support objects as descriptions in react-intl message descriptors (adc45a6), closes #2

0.5.0 (2017-04-04)

Features

  • cli: defer to package dependency if both global/local install (dfb96d1), closes #4

0.4.2 (2017-04-03)

Bug Fixes

  • fill terminal width with bars, using bardot (09e72d0)

0.4.1 (2017-03-21)

Bug Fixes

  • build: show version correctly, build as part of release (fe1ab5e)

0.4.0 (2017-03-21)

Features