Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set correct day when year or month is changed too #671

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jun 2, 2021

  1. Set correct day when year or month is changed too

     - when you call `Timex.set/2` function from date which has less days than new month it should apply month or year changes before day changes so validation will be correct. So options have to be in exact order: year, month, day
     - added alias for Helpers module
    Oliver Kriska committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    9a830a5 View commit details
    Browse the repository at this point in the history
  2. Set correct day when year or month is changed too

     - when you call `Timex.set/2` function from date which has less days than new month it should apply month or year changes before day changes so validation will be correct. So options have to be in exact order: year, month, day
     - added alias for Helpers module
    Oliver Kriska committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    4c01a71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ec3bc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Sort options by specific hardcoded order

    oliver-kriska committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    59faee0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7dcadd View commit details
    Browse the repository at this point in the history