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: melvitax/DateHelper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.5.4
Choose a base ref
...
head repository: melvitax/DateHelper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 18 files changed
  • 5 contributors

Commits on Nov 11, 2021

  1. Removed playground

    melvitax committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    41ee31d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Removed force unwrap from string initializers and added tests. isoDat…

    …eTime now includes seconds, Removed isoDateTimeSec. Renamed isoDateTimeMilliSec isoDateTimeFull.
    melvitax committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    e909947 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Removed all forced unwraps in favor of optionals, renamed some functi…

    …ons, fixed some date calculations and added Tests,
    melvitax committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    f0a781b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a26a41 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

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

Commits on Mar 20, 2024

  1. return (#114)

    fixed a return bug
    pec1985 authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    4d72de2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f75829d View commit details
    Browse the repository at this point in the history
  3. Feat/nanosecond precision (#122)

    * feat: added support for adjusting time with nanosecond precision.
    
    * feat: change `endOfDay` to 23:59:59:999
    yyjim authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    27eb16d View commit details
    Browse the repository at this point in the history
  4. Fixed passing wrong offset value for compare (#124)

    Fixed passing `offset` value that is calculated based on the current date and given date. The offset to compare should correspond to the `DateComparisonType`.
    iranjith4 authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    573c18a View commit details
    Browse the repository at this point in the history
Loading