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: AppsDevTeam/AjaxSelect
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2d680f3
Choose a base ref
...
head repository: AppsDevTeam/AjaxSelect
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4316fe6
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on May 15, 2025

  1. Merge pull request #11 from AppsDevTeam/allow-other-form-values-depen…

    …dency
    
    Passes form values to entity hydration
    thorewi authored May 15, 2025
    Configuration menu
    Copy the full SHA
    f5f2150 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2025

  1. Updates doctrine-components dependency

    Updates the doctrine-components dependency to the latest major version.
    
    This change removes the previous range constraint and ensures compatibility with newer features and bug fixes.
    Also updates namespace of QueryObject class.
    thorewi committed Jun 15, 2025
    Configuration menu
    Copy the full SHA
    330c286 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2026

  1. Updates dependencies and form validation

    Updates the dependencies to PHP 8.3 and a new forms component.
    
    Uses validated form values instead of all values when formatting and hydrating values, improving data handling and security.
    thorewi committed Jan 31, 2026
    Configuration menu
    Copy the full SHA
    0ae2a4d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2026

  1. Introduce Nette Forms and improve type consistency

    Adds the `nette/forms` dependency to expand form capabilities.
    Updates `getHttpData` method signature with type hints for clarity
    and consistency.
    thorewi committed Jun 24, 2026
    Configuration menu
    Copy the full SHA
    d0fd9e1 View commit details
    Browse the repository at this point in the history
  2. Pin nette/forms dependency to 3.2.x series

    Restricts the allowed versions to `^3.2.9` to prevent potential compatibility issues with `3.3.x` releases.
    thorewi committed Jun 24, 2026
    Configuration menu
    Copy the full SHA
    4316fe6 View commit details
    Browse the repository at this point in the history
Loading