Quality API logo

Release notes


  1. 0.0.9


    - Fix params being undefined unless directly accessed
    - Fix faulty search params parsing on received request
    - Change resulting request in end handler to actual request and not middleware request

    View on GitHub
  2. 0.0.8


    - Improve npm metadata
    - Remove Next.js as dependency

    View on GitHub
  3. 0.0.7


    - Add npm metadata
    - Fix type mapping on content type-parsing

    View on GitHub
  4. 0.0.6


    - Fix bugged types when using multiple middlewares
    - Rewrite package

    View on GitHub
  5. 0.0.4


    - Fix miscellaneous type faults

    View on GitHub
  6. 0.0.3


    - Narrow headers, params and search params to JSON-extendables only
    - Update package name to "@quality-api/core" from "qualityapi"
    - Add customizable data property to requests

    View on GitHub
  7. 0.0.2


    - Fix invalid URL type
    - Remove Zod dependency
    - Add missing exports

    View on GitHub
  8. 0.0.1


    - Port from old repository
    - Fix search params not being parsed correctly

    View on GitHub