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: aelassas/wexcommerce
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7
Choose a base ref
...
head repository: aelassas/wexcommerce
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.8
Choose a head ref
  • 7 commits
  • 45 files changed
  • 1 contributor

Commits on Apr 12, 2025

  1. Bump version to 2.8.0

    aelassas committed Apr 12, 2025
    Configuration menu
    Copy the full SHA
    0b02e60 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2025

  1. Fix: enable reCAPTCHA check based on environment configuration in sig…

    …n-up and checkout pages
    aelassas committed Apr 19, 2025
    Configuration menu
    Copy the full SHA
    1086718 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. Configuration menu
    Copy the full SHA
    901a4e3 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    aelassas authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    5c06d00 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Feat: add custom pre-commit hook for linting and type-checking

    - Implemented a pre-commit script that runs ESLint and TypeScript checks for specified folders (api, backend, frontend, mobile).
    - Integrated chalk for colored console output to indicate the status of each step.
    - Added husky for managing Git hooks, ensuring that checks are performed before commits.
    - Updated package.json to include husky installation and pre-commit script.
    aelassas committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    5278c82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18a16e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30f32d2 View commit details
    Browse the repository at this point in the history
Loading