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

Parse month from string in customParseFormat #457

Merged
merged 17 commits into from
Feb 23, 2019

Commits on Jan 16, 2019

  1. feat: parse month from string in customParseFormat

    Sergey Sharov committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    c905ed5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9fcd02 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. fix: parse month from different locales

    Sergey Sharov committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    ccb9a8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c8d17e View commit details
    Browse the repository at this point in the history
  3. test: test parsing month string after changing locale

    Sergey Sharov committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    bb0ec41 View commit details
    Browse the repository at this point in the history
  4. test: Invalid Date when parse corrupt month string

    Sergey Sharov committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    f1ebe9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77b8f3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    938912e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c51b78d View commit details
    Browse the repository at this point in the history
  8. refactor: remove error when parsing month strings

    Sergey Sharov committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    cd71ff8 View commit details
    Browse the repository at this point in the history
  9. fix: fixing month parse failure

    Sergey Sharov committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    9ab77bc View commit details
    Browse the repository at this point in the history
  10. refactor: locale moved to global variable

    Sergey Sharov committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    ae76586 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f2ae692 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. test: changes in tests of month string parsing

    Sergey Sharov committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    d83cc26 View commit details
    Browse the repository at this point in the history
  2. test: more obvious error in error handling test

    Sergey Sharov committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    fbeb827 View commit details
    Browse the repository at this point in the history
  3. fix: fixed month parsing when digits in month string

    Sergey Sharov committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    057a0eb View commit details
    Browse the repository at this point in the history
  4. docs: improved docs to CustomParseFormat plugin

    Sergey Sharov committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    56dba7c View commit details
    Browse the repository at this point in the history