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: moment/luxon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.5.0
Choose a base ref
...
head repository: moment/luxon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.6.0
Choose a head ref
  • 14 commits
  • 15 files changed
  • 10 contributors

Commits on Aug 3, 2024

  1. Bump postcss from 8.4.20 to 8.4.31 (#1520)

    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.20 to 8.4.31.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.20...8.4.31)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    2c923f9 View commit details
    Browse the repository at this point in the history
  2. Add lastMoment getter to Interval (#1280)

    * Add lastMoment getter to Interval
    
    Convenient way to get the last moment that is actually included in the interval. Makes it easier to properly use the fact that intervals are half open.
    
    My use case: displaying end date of a monthly subscription.
    
    I'm not sure `lastMoment` is the best way to name this, but it was the first thing that I thought of.
    
    * Change function name
    ties-s authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    eb71ce5 View commit details
    Browse the repository at this point in the history
  3. fix: toISODate, toISO and toSQLDate methods could return null when an…

    … InvalidDate is provided (#1406)
    edoeel authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    612e1ce View commit details
    Browse the repository at this point in the history
  4. Bump follow-redirects from 1.15.2 to 1.15.6 (#1603)

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.6)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    419ad04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f50a7fb View commit details
    Browse the repository at this point in the history
  6. formatting

    icambron committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    f419424 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

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

Commits on Sep 4, 2024

  1. Optimize Performance with Caching for Resolved Options and Parsed Loc…

    …ale Strings (#1642)
    
    * feat: optimize performance by adding caching for resolved options and parsed locale strings
    
    - Implement caching to avoid redundant computations of resolved options and locale parsing.
    - Introduce a final `isEnglish` variable to efficiently check if the locale supports English.
    
    Signed-off-by: nodify-at <21654050+nodify-at@users.noreply.github.com>
    
    * feat: simplify caching logic for resolved options in supportsFastNumbers and isEnglish calls to improve performance
    
    Signed-off-by: nodify-at <21654050+nodify-at@users.noreply.github.com>
    
    * feat: add new benchmark tests to compare performance with and without Intl.resolvedOptions cache
    
    Signed-off-by: nodify-at <21654050+nodify-at@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: nodify-at <21654050+nodify-at@users.noreply.github.com>
    nodify-at authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3e9983c View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. Added Additional Unit Tests for English.js (#1672)

    * added unit tests
    
    * clean up before creating PR
    
    * clean up before creating PR
    
    * clean up
    danielhwile authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    0d267fa View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2025

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

Commits on Feb 12, 2025

  1. Include documentation that toSeconds() returns a floating point number (

    #1681)
    
    ---------
    
    Co-authored-by: Take Weiland <diesieben07@gmail.com>
    1dylan1 and diesieben07 authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    b952fc5 View commit details
    Browse the repository at this point in the history
  2. Modify tokenParser tests to suit CLDR 46 (#1680)

    * Modify tokenParser tests to suit CLDR 46
    
    CLDR 46 makes changes to the knda (Kannada) and ta (Tamil) locales
    effectively disregarding local names for AM/PM (Kannada) and special
    names for afternoon. The tests have been modified to use the expected format based on CLDR version.
    The test matrix in CI has been extended to latest Node.JS versions.
    
    ---------
    
    Co-authored-by: Take Weiland <diesieben07@gmail.com>
    pushkarnk and diesieben07 authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    aedc7bd View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

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

Commits on Mar 25, 2025

  1. release version 3.6.0

    diesieben07 committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    8cf5b83 View commit details
    Browse the repository at this point in the history
Loading