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: stdlib-js/stdlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e29732dee616e2d94e91f87f78afd8aceb806017
Choose a base ref
...
head repository: stdlib-js/stdlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5200ce2447b32d7a8d351daa5b1868194878d7be
Choose a head ref
  • 2 commits
  • 288 files changed
  • 1 contributor

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    a88c294 View commit details
    Browse the repository at this point in the history
  2. feat!: update minimum TypeScript version

    To leverage new TypeScript features, we need to update the minimum TypeScript version to 4.1. Doing so allows us to take advantage of the various features across the stdlib code base: constructs like Record, Omit, or Partial, the keyof operator, type predicates, conditional types, and more. TypeScript versions older than 4.1 are not in widespread use, so this change should not affect most users, especially those who upgrade with each new TypeScript version.
    
    BREAKING CHANGE: update minimum TypeScript version to 4.1
    
    To migrate, users should upgrade their TypeScript version to at least version 4.1.
    
    Private-ref: stdlib-js/todo#1713
    Planeshifter committed Aug 19, 2023
    1 Configuration menu
    Copy the full SHA
    5200ce2 View commit details
    Browse the repository at this point in the history
Loading