# Changes to the package will be documented here

## Version 0.1.9

- `output_dir` argument for `datapackage_init` allows the user to specify the 
directory to save the data package into. Thanks to @scls19fr for the suggestion.

- More intelligent handling of tbl_df class objects given to `df` in 
`datapackage_init` and non-data.frame/non-tbl_df objects.

## Version 0.1.8

- Improved compliance with the OKFN data package validator.
Thank you to Yann-Aël Le Borgne.

## Version 0.1.7

- Now uses the rio package for data import and export.

## Verion 0.1.6

- Use `fread` from the data.table package for loading data files into R.
Faster and more flexible than previous `read.csv` implementation.

- Minor documentation improvements for `datapackage_info`.

## Version 0.1.5

- Improved `datapackage_install` handling when data package contains multiple
data files.

- Improved message from `datapackage_info` for included data files.

- Minor documentation improvements.

## Version 0.1.4

- `datapackage_init` validates that the user specified metadata lists included
required minimum fields.

- Error handling if `source_cleaner` paths incorrectly specified in
`datapackage_init`.

- Added user specified metadata example to `datapackage_init`.

- Other documentation improvements.

## Version 0.1.3

- Fixed a bug in `datapackage_info` where it would crash if a field was missing
from datapackage.json.

## Version 0.1.2

- Added `source_cleaner_rename` to `datapackage_init` allowing the user to
specify whether or not to rename `source_cleaner` files.

## Version 0.1.1

- `datapackage_info` function added. This function returns a data package's
metadata to the Console and as a list.