Version 0.4.0 constitutes a stable beta release. Changes to the API are still possible, but more likely future changes will focus on expansion of the suite of functions supplied, changes to the internal implementation, and improved documentation.
ggformula from statisticalModeling.data may now be an expression (like data = KidsFeet %>% filter(sex == "G"))gf_histogram() accepts formulas with shape ~ x or y ~ x. This makes it possible to create density histograms with gf_histogram().:: to indicate mapping aesthetics. (: will autodetect, but only if the value is the name of a variable in the data set.) This should be considered experimental.gf_lims(), gf_labs(), gf_theme(), gf_facet_grid(), gf_facet_wrap()gf_refine() which can be used to pass by chaining anything that would have been “added” in `ggplot2gf_lm(), which is gf_smooth() with method = "lm"gf_dens() which is gf_line() with stat = "density".