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: nestjsx/crud
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.2
Choose a base ref
...
head repository: nestjsx/crud
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.3
Choose a head ref
  • 9 commits
  • 14 files changed
  • 3 contributors

Commits on Jan 21, 2020

  1. fix filter conditions with LOWER()

    fixed conditions $startL, $endsL, $contL, $excl
    steeu authored Jan 21, 2020
    Configuration menu
    Copy the full SHA
    765fc9a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. fix(crud): Fix import links in tests

    Due to wrong path some test fails
    debagger committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    ece8c5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2421b79 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

  1. Merge pull request #395 from steeu/master

    Bugfix: filter conditions missing the sql LOWER() function
    michaelyali authored Apr 12, 2020
    Configuration menu
    Copy the full SHA
    2783803 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #465 from debagger/debagger-fix

    Fix(crud): Do not return pageCount on getMany in some cases
    michaelyali authored Apr 12, 2020
    Configuration menu
    Copy the full SHA
    4bc9673 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. Configuration menu
    Copy the full SHA
    cffac90 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #476 from nestjsx/fix/sql-injection

    fix(crud-typeorm): prevent sql injection in order by
    michaelyali authored Apr 18, 2020
    Configuration menu
    Copy the full SHA
    4fb2387 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3584a54 View commit details
    Browse the repository at this point in the history
  4. chore: release

    michaelyali committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    d415626 View commit details
    Browse the repository at this point in the history
Loading