Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 3.51 KB

File metadata and controls

47 lines (38 loc) · 3.51 KB

CHANGELOG

Unreleased

v1.0.1 - Jan 17 2025

  • View Diff
  • #22 - Completely remove usage of sprockets or propshaft

v1.0.0 - Jan 17 2025

  • View Diff
  • There are no functional changes. This release v1.0.0 is to signal that its stable and ready for widespread usage.

v0.2.4 - Dec 20 2024

  • View Diff
  • #18 - Fix KeyError when using config.background_jobs = false due to not stringifying the keys

v0.2.3 - Dec 17 2024

  • View Diff
  • #16 - Fix issue with sprockets manifest compilation due to gemspec.files directive excluding hidden .keep files in images and javascripts folders

v0.2.2 - Dec 12 2024

  • View Diff
  • #14 - Fix bugs with group by and end date
  • #13 - Add ability to group by hostname and path combined

v0.2.1 - Dec 4 2024

  • View Diff
  • #12 - Ensure table width is constrained to the width of the screen
  • #11 - Add ability to filter on specific field/value combos
  • #10 - Dont use Integer#to_fs as its not available in Rails 6.x

v0.2.0 - Dec 4 2024

  • View Diff
  • #9 - Add links to load difference for paginated responses, use type instead of class name as keys in :custom_attributes, Remove table sorting capabilities, remove jquery
  • #8 - Improve performance significantly using SQL GROUP_BY and pagination of 1000 per page, app tested using seed of 100,000 records
  • #7 - Create separate tabs for page/site analytics, improve routes, fix multi_search, add more time quicklinks
  • #6 - Inline javascript file
  • #5 - Show page analytics on dashboard by default instead of site analytics
  • #4 - Make search form auto-submit upon changing any fields
  • #3 - Use sanitize_sql_like and AND in multi_search scope
  • #2 - Do not downcase URLs
  • #1 - Backport Browser#chromium_based? when browser gem version is 5.x or below.

v0.1.0 - Dec 3 2024

  • Initial gem release