8000 Comparing v5.0.0...v5.1.0 · slashmili/jdatetime · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: slashmili/jdatetime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0
Choose a base ref
...
head repository: slashmili/jdatetime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.0
Choose a head ref
  • 11 commits
  • 7 files changed
  • 5 contributors

Commits on Apr 7, 2024

  1. fix appveyor builds by installing current project (#155)

    running jdatetime requires jalai-core package
    which needs to be installed through the requirements.
    5j9 authored Apr 7, 2024
    Configuration menu
    Copy the full SHA
    bd27102 View commit details
    Browse the repository at this point in the history
  2. Move datetime-specific code from date methods into datetime class (#154)

    _strftime_p: only raises Exception (AttributeError) on date objects
    because dates do not have hour attribute.
    
    _strftime_z: only raises AttributeError on a date class becuase
    date does not have utcoffset attribute.
    
    _strftime_cap_z: date does not have tzname attribute, but
    datetime has.
    5j9 authored Apr 7, 2024
    Configuration menu
    Copy the full SHA
    06352d5 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

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

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    41e49a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80bb9b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

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

Commits on Nov 15, 2024

  1. feat(datetime): Update datetime comparison methods with convert to py…

    …thon datetime
    
    + Update methods
    + Update tests
    mobinghoveoud committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    14e8de3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f067c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc5a63c View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. Merge pull request #159 from mobinghoveoud/fix-compare-with-offset

    Fix compare datetime with diffrent timezones
    slashmili authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    b976d6c View commit details
    Browse the repository at this point in the history
  2. bump version to 5.1.0

    slashmili committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    9e07706 View commit details
    Browse the repository at this point in the history
Loading
0