Changes in version 0.2.3 (2025-08-26) Minor patch - Updated vignette to explicitly specify ggplot labels in preparation for the upcoming ggplot2 update. Changes in version 0.2.2 (2025-06-21) Minor patch - Updated unit tests to prevent failing due to differences <10-8 in numerical estimates. Changes in version 0.2.1 (2025-06-12) Minor patches - Fixed multiverse_tree() colouring by branch. - Added label_hjust and label_vjust optional arguments to multiverse_tree(). - Updated add_family_branch() and add_formula_branch() so that they take only one branch at a time. mverse can only save one each of the two branch types. - Added optional arguments parallel and progress to execute_multiverse(). The arguments are passed to multiverse::execute_multiverse() for parallel processing and progress bar display. - Avoid redundant execute_multiverse() in summary() functions by extracting model objects from multiverse environments instead of executing the multiverses each time. Changes in version 0.2.0 (2025-04-24) Major changes - spe_curve() is simplified with the introduction of spec_table(). It also returns a ggplot object now for further modification of the aesthetics. - Renamed ttest_mverse() to t_test_mverse() to be consistent. Internal changes - Branch options are named and stored when *_branch objects are defined. - Global variables are declared to avoid variable missing in scope message: ".data_mverse", ".formula_mverse", ".family_mverse", ".model_mverse". - Fixed compatibility issue with multiverse 0.6.2 update by using multiverse:::Multiverse$new() to reset multiverse environment inside reset_parameters() to be compatible (#54). - Fixed t_test_mverse() documentation example. Changes in version 0.1.0 (2022-05-23) Major changes - First CRAN release