# Changes to the package will be documented here

## 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.
