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: EvanHahn/HumanizeDuration.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: rasa/HumanizeDuration.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 11 files changed
  • 4 contributors

Commits on May 20, 2024

  1. feat: use abbreviations for time units

    I am dual-licensing this with the MIT license,
    due to the possible issues with the Unlicense
    license in some countries. See
    https://softwareengineering.stackexchange.com/a/147120
    for details.
    
    As the first commit was in 2013, in
    9c3f64a#diff-d0ed4cc3fb70489fe51c7e0ac180cba2a7472124f9f9e9ae67b01a37fbd580b7
    and it included a copyright, I am including a
    copyright statement in the MIT license.
    rasa committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e630210 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. pt: Shorten minute to 'm'

    rasa committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a6077db View commit details
    Browse the repository at this point in the history
  2. prettify

    rasa committed May 21, 2024
    Configuration menu
    Copy the full SHA
    35c5145 View commit details
    Browse the repository at this point in the history
  3. fix typo in LICENSE.txt

    rasa committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4f3825c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. ko: Use correct names for month and hour in Korean

    Currently, "월" and "시" are used for "month" and "hour" in Korean. This
    is incorrect in this particular usage, because these are only used when
    speaking about concrete months and hours, e.g. "3월" means "March" and
    "2시" means "2 o'clock".
    
    Thus, change "월" to "달" and "시" to "시간", which are actually used when
    counting months and hours.
    
    Signed-off-by: Tomasz Wilczyński <[email protected]>
    tomasz1986 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    465eaed View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Merge pull request #2 from tomasz1986/fix-Korean-hour

    ko: Use correct names for month and hour in Korean
    rasa authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    38dcb03 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Add link to new fork

    See [#224].
    
    [#224]: #224
    rasa committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    1b6174b View commit details
    Browse the repository at this point in the history
  2. Hide unit count if 2 in Arabic

    See [#222](#222).
    
    Co-Authored-By: Evan Hahn <[email protected]>
    2 people authored and rasa committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    f90d847 View commit details
    Browse the repository at this point in the history
  3. Update changelog and bower.json for 3.32.1

    EvanHahn authored and rasa committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    659b399 View commit details
    Browse the repository at this point in the history
  4. 3.32.1

    EvanHahn authored and rasa committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    da42b0b View commit details
    Browse the repository at this point in the history
  5. chore: bump prettier to 3.3.3

    rasa committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    9d57157 View commit details
    Browse the repository at this point in the history
Loading