|
5 | 5 |
|
6 | 6 | [moment.js](http://momentjs.com) template helpers for Ember.js |
7 | 7 |
|
8 | | -## Compatibility |
9 | | - |
10 | | -* Ember.js v3.16 or above |
11 | | -* Ember CLI v2.13 or above |
12 | | -* Node.js v10 or above |
13 | | -* ember-auto-import 2.0 or above |
14 | | - |
15 | | -## Table of Contents |
16 | | - |
17 | | - |
18 | 8 | <!-- toc --> |
| 9 | +- [Compatibility](#compatibility) |
19 | 10 | - [Using Moment.js in Ember Apps & Addons](#using-momentjs-in-ember-apps--addons) |
20 | | -- [Installing](#installing) |
| 11 | +- [Controlling Locale and Timezone Data](#controlling-locale-and-timezone-data) |
| 12 | +- [Installing or Upgrading ember-moment](#installing-or-upgrading-ember-moment) |
21 | 13 | - [Usage](#usage) |
22 | 14 | - [Helpers](#helpers) |
23 | 15 | - [moment](#moment) |
|
35 | 27 | - [now](#now) |
36 | 28 | - [unix](#unix) |
37 | 29 | - [Common optional named arguments](#common-optional-named-arguments) |
38 | | -- [ES6 Moment](#es6-moment) |
39 | 30 | - [Configuration Options](#configuration-options) |
40 | | - - [Include Moment Timezone](#include-moment-timezone) |
41 | 31 | - [Global Default Output Format](#global-default-output-format) |
42 | 32 | - [Global Allow Empty Dates](#global-allow-empty-dates) |
43 | | - - [i18n support](#i18n-support) |
44 | | - - [Cherry pick locales (optimal)](#cherry-pick-locales-optimal) |
45 | | - - [Include all locales into build](#include-all-locales-into-build) |
46 | | - - [Write all the locales to a folder relative to `dist`](#write-all-the-locales-to-a-folder-relative-to-dist) |
47 | 33 | - [Configure default runtime locale/timeZone](#configure-default-runtime-localetimezone) |
48 | 34 | - [Globally set locale](#globally-set-locale) |
49 | 35 | - [Globally set time zone](#globally-set-time-zone) |
50 | 36 | - [Frequently Asked Questions](#frequently-asked-questions) |
| 37 | +- [Contributing](#contributing) |
51 | 38 | - [Docs to add](#docs-to-add) |
52 | 39 | <!-- tocstop --> |
53 | 40 |
|
| 41 | +## Compatibility |
| 42 | + |
| 43 | +* Ember.js v3.16 or above |
| 44 | +* Ember CLI v2.13 or above |
| 45 | +* Node.js v10 or above |
| 46 | +* ember-auto-import 2.0 or above |
| 47 | + |
54 | 48 | ## Using Moment.js in Ember Apps & Addons |
55 | 49 |
|
56 | 50 | This addon provides Ember-specific Helpers and a Service that make it convenient to use Moment.js in your templates. If you just want to call Moment.js directly from Javascript, you don't need this addon. |
|
0 commit comments