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: neg4n/next-api-compose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: neg4n/next-api-compose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: development
Choose a head ref
  • 18 commits
  • 50 files changed
  • 5 contributors

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    7cd0dc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd2d85b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Introduce turborepo

    neg4n committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    c55905d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0367e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    92dc803 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Finish new README

    neg4n committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    0e3413c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from neg4n/revamp

    Revamp
    neg4n authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    477a83d View commit details
    Browse the repository at this point in the history
  3. Fix image in README

    neg4n committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    7575133 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Fix grammar in README

    kasin-it authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    01ee280 View commit details
    Browse the repository at this point in the history
  2. Create unit tests for app router functionality + types

    * Create unit tests for Route Handlers compatible compose function
    
    * Add additional unit test
    
    * Remove unused code
    
    * Add type inference assertions
    
    * Separate concerns and update node
    mgrabka authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    00f56b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Enhance tests

    * Enchance tests
    
    - Unify way of asserting in tests (jest instead of jest+supertest)
    - Move final route handler inference from separate file to app.test.ts
    - Migrate to @jest/globals
    - Add turborepo entry for tests
    - Restore pages router tests
    
    * Tidy up test blocks
    
    * Create test workflows using GitHub actions
    
    * Add pnpm action setup to the actions
    
    * Add tests feature in README
    
    * Add unit tests for configure function in the pages router
    
    ---------
    
    Co-authored-by: Maksymilian Grabka <contact@mgrabka.com>
    neg4n and mgrabka authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    661f43e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Integrate all-contributors bot

    * Integrate all-contributors bot
    
    * Add path to the README in .github directory for the bot
    
    * Move README and improve writing
    
    * Fix all-contributorsrc
    neg4n authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    16e8443 View commit details
    Browse the repository at this point in the history
  2. Add neg4n as contributor in README

    * docs: update README.md
    
    * docs: update .all-contributorsrc
    
    ---------
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    dde8936 View commit details
    Browse the repository at this point in the history
  3. Add mgrabka as contributor in README

    * docs: update README.md
    
    * docs: update .all-contributorsrc
    
    ---------
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    Co-authored-by: Igor Klepacki <neg4n@icloud.com>
    allcontributors[bot] and neg4n authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    e108d4e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Add kacper3123 as contributor in README

    * docs: update README.md
    
    * docs: update .all-contributorsrc
    
    ---------
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    Co-authored-by: Igor Klepacki <neg4n@icloud.com>
    allcontributors[bot] and neg4n authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    012e6f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53748c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Add shared error handler (#21)

    * Add shared error handler
    
    * Cover remaining statements with tests
    
    * Handle optional chaining branches in tests
    
    * Remove MockedResponse in favor of real Response
    
    * Restore missing test cases
    
    * Handle remaining branch + rename test cases
    
    * Documentation
    neg4n authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    95c81d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8844060 View commit details
    Browse the repository at this point in the history
Loading