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

Made DateFormat Extensible #12799

Merged
merged 10 commits into from
Aug 28, 2015
Merged

Made DateFormat Extensible #12799

merged 10 commits into from
Aug 28, 2015

Commits on Aug 13, 2015

  1. Added lastdayofyear for DateTime.

    Curtis Vogt committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    c9d08de View commit details
    Browse the repository at this point in the history
  2. Made Date parsing easier to extend.

    Curtis Vogt committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    7d94c27 View commit details
    Browse the repository at this point in the history
  3. Dates Slot can now hold Any type.

    Curtis Vogt committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    eae2b19 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2015

  1. Extensibility changed from using a Dict to multiple dispatch rules.

    New methodology works similiarly to how "promote_rule" works for
    promote.
    Curtis Vogt committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    988f9ac View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2015

  1. Moved locale from Slot to DateFormat.

    Curtis Vogt committed Aug 20, 2015
    Configuration menu
    Copy the full SHA
    9297e23 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2015

  1. Configuration menu
    Copy the full SHA
    9cd14ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    095fcd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2015

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

Commits on Aug 26, 2015

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

Commits on Aug 27, 2015

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