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: improve types #47

Merged
merged 6 commits into from Nov 14, 2019
Merged

feat: improve types #47

merged 6 commits into from Nov 14, 2019

Commits on Nov 9, 2019

  1. feat: provide vuex types

    `$moment` is injected using nuxt `inject` method and is therefore also available in `vuex`.
    P4sca1 committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    32d846d View commit details
    Browse the repository at this point in the history
  2. feat: Improve types

    This makes all the ways to use moment type-safe, e.g. this is now type-safe:
    `this.$moment.duration(this.$moment(moment1).diff(moment2)).humanize()`
    P4sca1 committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    2ebfe07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dd23cd View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Configuration menu
    Copy the full SHA
    4f3acb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34b0a76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eef27e8 View commit details
    Browse the repository at this point in the history