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

feat: add support for lowercase localizable formats (l, ll, lll, llll) #546

Merged
merged 11 commits into from
Apr 1, 2019

Commits on Mar 28, 2019

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

Commits on Mar 29, 2019

  1. Added lowercase formats to locales that already have a format defined

    Skipped locales (fi, he, lt) without (yet) a current format setting in dayjs
    mariomc committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    e8a599c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af5d4f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2369c5 View commit details
    Browse the repository at this point in the history
  4. fix: fixes issue iamkun#550

    mariomc committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    058a9fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06e4b0a View commit details
    Browse the repository at this point in the history
  6. feat: change format method regex to use grouping

    Hopefully this will make the bundle smaller
    mariomc committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    c543b2d View commit details
    Browse the repository at this point in the history
  7. feat: further optimise the main regex formats

    2.45kb package size
    mariomc committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    80dc483 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f679d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. feat: reduced regex for .format()

    added tests for to cover .format() interpolation
    mariomc committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    28379f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c6e1b8 View commit details
    Browse the repository at this point in the history