0.8.3 (06.11.2017)
================
* add 'calc_cro_*' functions family
* minor fixes
* compatibility with new version of 'testthat' package

0.8.2 (26.09.2017)
================
* fix bug with single column "mrset"
* fix bug with significance tests on tables with complex headers
* add uboxing possibilities for ..[] (..[] = list/data.frame will create separate variables from that list/data.frame)
* add 'from_text' for creation data.frame from text lines
* improve performance of 'cro_*'
* remove deprecated function ".set"

0.8.1 (10.08.2017)
================
* add significance testing (see ?significance)
* add support for table output for Jupyter notebooks
* add 'use_labels' function for experimental support variable labels in base R functions and third party packages (see ?use_labels)
* increase table functions performance
* increase 'as.dichotomy'/'dummy' performance
* increase 'vlookup'/'vlookup_df' performance
* numerous bugfixes
* now 'keep'/'except'/'by_groups' operate with NSE. For standard evaluation just surround you variable with round brackets
* add print options 'commented' for printing tables to console with '#'
* add functions 'split_separate'/'split_off'
* add 'prepend_names'/'prepend_labels' - issue #2
* add 'indirect'/'indirect_list' - aliases for 'vars'/'vars_list'
* add 'mis_val' - alias for 'na_if'
* add 'unsafe' argument for *_fun/*_fun_df.
* add '..' object for parameter substitution inside 'compute' and etc. Usage: '..$param_name'. For details: ?..
* improve 'lst' function
* '.set'/'set' inside 'compute' and etc. are deprecated. Use '%into%' instead.
* expansion of variables in backticks inside 'vars'/'vars_list'/'%into%' is removed. Use explicit 'subst' instead
* infix/assignment versions removed: '%modify%', '%compute%', '%sort_asc%', '%sort_desc%', '%keep%', '%except%', '%where%', '%by_groups%'


0.7.1 (10.04.2017)
================
* make value labels support in the base R and other packages (via 'factor' for class 'labelled')
* radically improved performace for 'cro_*' and 'fre_*' due to 'data.table' under the hood
* multiple/nested banners/variables suppport in 'cro_*'
* add 'datatable' for tables representation in Shiny
* add 'htmlTables' for tables representation in RStudio viewer and for knitting to html
* add methods for `where` for vectors/matrices/lists
* less cryptic message about bad number of rows in `modify`/`modify_if`
* .N now is preferable to .n inside `modify` and etc.
* Functions for default dataset now invisibly return modified default dataset
* Fix logical arguments in boolean operations for criteria functions
* `%in_row%`/`%in_col%` are deprecated. Use `%row_in%`/`%col_in%` instead.
* NULL argument for criterion is removed. Use `not_na` instead.
* remove `default` argument in `ifs`. Use TRUE ~ default_value instead.
* add usual vectors functions additionally to infix versions.
* add 'do_repeat' function
* add functions for weighted statistics - 'w_mean', 'w_median', 'w_cor' and etc.
* add 'nest' function for creation nested tables.
* remove 'category', 'category_df' - use 'as.category' instead
* remove 'dichotomy', 'dichotomy1' - use 'dummy', 'dummy1' instead
* remove 'dichotomy_df', 'dichotomy_df1' - use 'as.dichotomy' instead
* remove labelled matrix support
* bugfixes



0.5.5 (19.10.2016)
================
* numerous bugfixes
* change behavior of `if_val()` - now it dowsn't copies old values by default. There are 'other' and 'copy' instead of dots.
* add `%n_i%`, `%n_d%` - names intersection and diffs
* add `add_rows` function
* add `keep` and `except` functions for selecting/dropping columns in data.frames
* add 'where' for filtering dataset
* add `sort_asc` and `sort_desc` functions for sorting data.frames

0.5.1 (07.07.2016)
================
* initial release 

