Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

36 lines (31 loc) · 1.38 KB

0.1.3 (2016-07-27)

  • [Enhancement] Improve Exception handling

0.1.2 (2016-05-31)

  • [Enhancement] Add a validation to check column duplication

0.1.1 (2016-05-02)

  • [New Feature] Add keep_expanding_json_column option
  • [Fix] ix retrieving unchanged json columns

0.1.0 (2016-04-27)

  • [Incompatible Change / New Feature]: Add stop_on_invalid_record option

0.0.6 (2016-03-17)

  • [New Feature] Support JSON type
  • [Enhancement] Validate json_column_name

0.0.5 (2016-03-04)

  • [Fix] Avoid NullPointerException if a column specified as json_column_name option doesn't exist in input schema.
  • [Fix] Migrate for Embulk v0.8.x