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: sequelize/sequelize
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b97f934
Choose a base ref
...
head repository: sequelize/sequelize
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 49fb726
Choose a head ref
  • 3 commits
  • 10 files changed
  • 4 contributors

Commits on Dec 20, 2021

  1. fix: fix invalid ts import style of lib/operators (#13797)

    * fix: fix invalid ts import style of lib/operators
    
    * refactor: align types/index.d.ts
    
    Co-authored-by: Rik Smale <[email protected]>
    
    Co-authored-by: Rik Smale <[email protected]>
    ephys and WikiRik authored Dec 20, 2021
    Configuration menu
    Copy the full SHA
    8acc14f View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. fix: allow deep imports (#13795)

    * fix: allow deep imports
    
    * fix: fix export declarations
    
    * test: fix deep-exports test
    
    Co-authored-by: Rik Smale <[email protected]>
    ephys and WikiRik authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    1ecdaf9 View commit details
    Browse the repository at this point in the history
  2. meta(deps): update retry-as-promised to 5.0.0 (#13785)

    Earlier versions of retry-as-promised rely on any-promise which relies on a global `window` object. This change makes Sequelize a bit easier to use on node environments, especially with server side rendering like next.js
    
    Co-authored-by: Rik Smale <[email protected]>
    Co-authored-by: Sascha Depold <[email protected]>
    3 people authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    49fb726 View commit details
    Browse the repository at this point in the history
Loading