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: alirezanet/Gridify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.13.1
Choose a base ref
...
head repository: alirezanet/Gridify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.14.0
Choose a head ref
  • 8 commits
  • 31 files changed
  • 3 contributors

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    983fe6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38b5e1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c105c27 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. drop net5 support and add dotnet 8 (#139)

    * upgrade dotnet 8 and drop dotnet 5
    
    * update workflows
    
    * fix preview test sdk
    yassinebennani authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    18407c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. feat: add Gridify TS/JS library (GridifyClient) (#136)

    * feat: initial project setup
    
    * feat: add basic GridifyQueryBuilder without validation
    
    * test: basic GridifyQueryBuilder without validation
    
    * feat: add validations
    
    * test: validations
    
    * build: add tsconfig.json
    
    * chore: add gitignore file
    
    * build: setup cicd for the client library
    
    * build: include readme and dist folder in package
    
    * buid: bump to v2.0.0-preview-1
    
    * build: update package version to 2.0.0-preview.1
    
    * fix: addOrdering erase previous orderings
    
    * feat: add index.ts
    
    * build: add webpack for bundling
    
    * build: update client publish pipeline
    
    * build: add README file to JS library
    
    * fix: use GridifyClient as name space and fix default exports
    
    * build: bump client to v2.0.0-preview.3
    
    * fix: switch to rollup to fix esm modules
    
    * build: bump to v2.0.0-preview.4
    
    * chore: use node 18
    
    * test: fix failing client tests
    
    * chore: ignore global.json file
    
    * feat: add IPaging interface
    
    * refactor: add IFiltering IOrdering and IPagination interfaces
    alirezanet authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    b6b5186 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Configuration menu
    Copy the full SHA
    f6dc89a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7edb27c View commit details
    Browse the repository at this point in the history
  3. build: bump to v2.14.0

    alirezanet committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    a7a9ec8 View commit details
    Browse the repository at this point in the history
Loading