Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: logickoder/retrostash
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.7
Choose a base ref
...
head repository: logickoder/retrostash
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.8
Choose a head ref
  • 9 commits
  • 44 files changed
  • 2 contributors

Commits on Apr 26, 2026

  1. Configuration menu
    Copy the full SHA
    c2dd9e2 View commit details
    Browse the repository at this point in the history
  2. feat: update iOS scheme for enhanced build actions and add support fo…

    …r testing, profiling, and archiving
    
    Signed-off-by: Jeffery Orazulike <chukwudumebiorazulike@gmail.com>
    logickoder committed Apr 26, 2026
    Configuration menu
    Copy the full SHA
    c189453 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24acd64 View commit details
    Browse the repository at this point in the history
  4. feat: Add GitHub Actions workflow for site deployment

    - Create a GitHub Actions workflow to build and deploy the landing page, documentation, and sample applications to GitHub Pages.
    - Configure caching for dependencies and artifacts to optimize build times.
    
    feat: Enhance landing page SEO and accessibility
    
    - Add SEO component for better metadata management across pages.
    - Include apple-touch-icon and noscript message in index.html for improved accessibility.
    - Update robots.txt and sitemap.xml for better search engine indexing.
    
    feat: Update landing page components
    
    - Refactor App component to use React's lazy loading for routes.
    - Improve CodeBlock component with copy functionality and icons.
    - Update Footer and Nav components for better branding and accessibility.
    - Add Hero component enhancements with animated background orbs.
    
    feat: Improve installation and migration documentation
    
    - Update Install and Migration routes with new icons and SEO metadata.
    - Enhance NotFound route with SEO and improved navigation.
    
    chore: Update dependencies in package.json and pnpm-lock.yaml
    
    - Add lucide-react and react-helmet-async for icon and SEO management.
    - Update existing dependencies to their latest versions.
    logickoder committed Apr 26, 2026
    Configuration menu
    Copy the full SHA
    e0fa4a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    022abc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f20fe3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cac08c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bfee888 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2026

  1. feat: add tag management to Retrostash

    - Enhanced InMemoryRetrostashStore to support tagging of entries, allowing for more granular invalidation of cached data.
    - Introduced `invalidateTag` method to remove entries associated with specific tags.
    - Updated QueryMetadata to include tag templates, enabling dynamic tag resolution based on bindings.
    - Modified RetrostashEngine to persist tags alongside cached entries and invalidate them based on resolved tag templates.
    - Enhanced Ktor and OkHttp integrations to support tag management in requests and responses.
    - Added tests to ensure correct functionality of tag invalidation and persistence.
    logickoder committed May 4, 2026
    Configuration menu
    Copy the full SHA
    b62db05 View commit details
    Browse the repository at this point in the history
Loading