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: lmsqueezy/lemonsqueezy.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: lmsqueezy/lemonsqueezy.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: typescript-support
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 8 files changed
  • 4 contributors

Commits on Sep 4, 2023

  1. Added initial WIP TypeScript support (#8)

    * Added initial `pnpm-lock.yaml`
    
    * Added `typescript` dev dependency
    
    * Updated `.gitignore`
    
    * Added `tsup` dev dependency
    
    * Added `@types/node` dev dependency
    
    * Added initial basic TypeScript config
    
    * Added `build` & `dev` scripts
    
    * Added initial basic `tsup` config
    
    * Moved `index.js` to `src/` directory
    
    * Minor config tweaks
    
    * Added `Development` section to README.md
    
    * Formatted README.md
    
    * Added `prepublishOnly` script
    
    * Added `files` property to `package.json`
    
    * Updated `package.json`’s `main`, `module` & `types` properties
    
    * Added `.ts` files to tsconfig `include`
    
    * Added initial TypeScript types
    
    * Renamed `queryApi` to `_query`
    
    * Improved `buildParams` types
    
    * Renamed `buildParams` to `private _buildParams`
    
    * Added initial product(s) types
    
    * Added tree-shake export for `LemonSqueezy` class
    
    * Updated `tsup.config.ts` entry
    
    * Updated product `include` type
    
    * Replaced `==` with `===`
    
    * Added support for array includes
    
    * Added variant types
    
    * Added checkout types
    
    * Minor doc comment tweaks
    
    * Added customer types
    
    * Added orders types
    
    * Added order item types
    
    ---------
    
    Co-authored-by: Dan <hello@danrowden.com>
    NuroDev and danrowden authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    141e833 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

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

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    70d1c81 View commit details
    Browse the repository at this point in the history
  2. Errors for missing params

    danrowden committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    3c2c087 View commit details
    Browse the repository at this point in the history
  3. Added last types

    danrowden committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    be6cdfb View commit details
    Browse the repository at this point in the history
  4. Update JSDocs

    danrowden committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9fc493d View commit details
    Browse the repository at this point in the history
  5. Updated README

    danrowden committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    262e35b View commit details
    Browse the repository at this point in the history
  6. Fixes

    danrowden committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    cb13961 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. New types for API responses

    danrowden committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    dc2f98f View commit details
    Browse the repository at this point in the history
  2. Nested types

    danrowden committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    261dbd8 View commit details
    Browse the repository at this point in the history
  3. Added Promises

    danrowden committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    2236f0c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

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

Commits on Sep 19, 2023

  1. Type descriptors

    danrowden committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    ee44816 View commit details
    Browse the repository at this point in the history
  2. WebhookEvent type

    danrowden committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    34fd0e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

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

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    51fde2d View commit details
    Browse the repository at this point in the history
  2. Update package.json

    danrowden committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0bd95f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Merge pull request #13 from jatinhariani/typescript-support

    Return delete requests for better handling of promises and errors
    gilbitron authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    5239bcb View commit details
    Browse the repository at this point in the history
Loading