Changes in version 0.1.19 (2025-10-08) - Fix: Resolve count and percentage display issues in Venn diagrams - Enhancement: Improve README documentation with comprehensive usage examples and feature descriptions Changes in version 0.1.18 (2025-10-08) - Feature: Extend Venn diagram support from 4 to 5 sets (with geometry functions for up to 8 sets) - Feature: Add get_venn_table() function to extract Venn diagram intersection data - Feature: Add text truncation and element display options with max_elements and text_truncate parameters - Feature: Remove lifecycle dependency and enhance parameter flexibility - Fix: Correct intersection calculation and display with auto_scale=TRUE - Fix: Improve element display logic and label positioning - Refactor: Consolidate data conversion functions and improve code organization Changes in version 0.1.17 - Feature: Add show_set_totals and show_stats arguments for enhanced display flexibility - Feature: Add data conversion utility functions (data_frame_to_list, list_to_data_frame) - Feature: Add comma separation option for large numbers (#42) - Fix: Allow individual stroke color/alpha settings for each set (#33) - Fix: Replace deprecated size aesthetic with linewidth for ggplot2 3.4.0 compatibility - Refactor: Improve geom_venn function structure and readability Changes in version 0.1.10 (2023-03-31) - Adapt to CRAN policies Changes in version 0.1.9 (2021-06-29) - Omit NA in list (#35) Changes in version 0.1.8 (2021-01-13) - Solve notes/warnings for CRAN check Changes in version 0.1.7 - Fix issues: Allow run ggvenn() without loading the package (#12) - Add @importFrom declarations (#12) Changes in version 0.1.6 - Allow to change precision for percentages (#11) Changes in version 0.1.5 - Allow to customize label sep (#9) Changes in version 0.1.4 - Correct usage for old dplyr-1.0.0 (#8) - Fix error from masked dplyr::count (#7) Changes in version 0.1.3 - Allow hiding percentage (#5, #6) - Use option 'show_percentage' instead of 'value_type' Changes in version 0.1.2 - Allow to show set elements (#4) Changes in version 0.1.1 - Fix error in count (A & B & !C & D) part (#3) - Adapt to using 'data.table' - Add code to check such typos Changes in version 0.1.0 - Allow to set colors and other attributes (#2) Changes in version 0.0.0.9000 - Initial release with basic implementation - Implement ggplot (layer) grammar - Basic venn diagram functionality