Version 1.0.3
------------------------------------------------------------------------------
General:
*  Changed package imports, so `sjlabelled` no longer requires R version 3.3.3 or higher.

Version 1.0.2
------------------------------------------------------------------------------
General:
* Minor fix to avoid warning when using `as_numeric()`.

Changes to functions:
* `get_label()`, `get_term_labels()` and `get_dv_labels()` get a `case`-argument, to convert labels into any case, using the 'snakecase'-package.

Version 1.0.1
------------------------------------------------------------------------------
General:
* Removed function 'var_rename()', which is in pkg 'sjmisc'.

New functions:
* `get_term_labels()` and `get_dv_labels()` to retrieve term labels from regression models.

Changes to functions:
* `as_numeric()` gets a `use.labels`-argument to use value labels as new values if these are numeric.

Version 1.0.0
------------------------------------------------------------------------------
General:
* Initial release. All labelled data utility functions from package *sjmisc* have been moved to this package, which is now dedicated to tools for working with labelled data.