card-mod-date 0.15.4 → 0.15.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (879) hide show
  1. checksums.yaml +4 -4
  2. data/vendor/moment/CHANGELOG.md +964 -0
  3. data/vendor/moment/CONTRIBUTING.md +103 -0
  4. data/vendor/moment/FAQ.md +28 -0
  5. data/vendor/moment/Gruntfile.js +255 -0
  6. data/vendor/moment/LICENSE +22 -0
  7. data/vendor/moment/Moment.js.nuspec +31 -0
  8. data/vendor/moment/README.md +55 -0
  9. data/vendor/moment/benchmarks/add.js +22 -0
  10. data/vendor/moment/benchmarks/clone.js +10 -0
  11. data/vendor/moment/benchmarks/compare.js +33 -0
  12. data/vendor/moment/benchmarks/endOf.js +22 -0
  13. data/vendor/moment/benchmarks/fromDate.js +12 -0
  14. data/vendor/moment/benchmarks/fromDateUtc.js +12 -0
  15. data/vendor/moment/benchmarks/get.js +21 -0
  16. data/vendor/moment/benchmarks/isObjectEmpty.js +67 -0
  17. data/vendor/moment/benchmarks/load-missing.js +13 -0
  18. data/vendor/moment/benchmarks/makeDuration.js +11 -0
  19. data/vendor/moment/benchmarks/query.js +40 -0
  20. data/vendor/moment/benchmarks/set.js +22 -0
  21. data/vendor/moment/benchmarks/startOf.js +22 -0
  22. data/vendor/moment/benchmarks/subtract.js +22 -0
  23. data/vendor/moment/benchmarks/zeroFill.js +43 -0
  24. data/vendor/moment/bower.json +26 -0
  25. data/vendor/moment/component.json +147 -0
  26. data/vendor/moment/composer.json +33 -0
  27. data/vendor/moment/dist/locale/af.js +71 -0
  28. data/vendor/moment/dist/locale/ar-dz.js +156 -0
  29. data/vendor/moment/dist/locale/ar-kw.js +54 -0
  30. data/vendor/moment/dist/locale/ar-ly.js +171 -0
  31. data/vendor/moment/dist/locale/ar-ma.js +55 -0
  32. data/vendor/moment/dist/locale/ar-sa.js +104 -0
  33. data/vendor/moment/dist/locale/ar-tn.js +54 -0
  34. data/vendor/moment/dist/locale/ar.js +189 -0
  35. data/vendor/moment/dist/locale/az.js +101 -0
  36. data/vendor/moment/dist/locale/be.js +141 -0
  37. data/vendor/moment/dist/locale/bg.js +87 -0
  38. data/vendor/moment/dist/locale/bm.js +52 -0
  39. data/vendor/moment/dist/locale/bn-bd.js +128 -0
  40. data/vendor/moment/dist/locale/bn.js +118 -0
  41. data/vendor/moment/dist/locale/bo.js +122 -0
  42. data/vendor/moment/dist/locale/br.js +165 -0
  43. data/vendor/moment/dist/locale/bs.js +149 -0
  44. data/vendor/moment/dist/locale/ca.js +97 -0
  45. data/vendor/moment/dist/locale/cs.js +171 -0
  46. data/vendor/moment/dist/locale/cv.js +62 -0
  47. data/vendor/moment/dist/locale/cy.js +97 -0
  48. data/vendor/moment/dist/locale/da.js +53 -0
  49. data/vendor/moment/dist/locale/de-at.js +79 -0
  50. data/vendor/moment/dist/locale/de-ch.js +78 -0
  51. data/vendor/moment/dist/locale/de.js +78 -0
  52. data/vendor/moment/dist/locale/dv.js +90 -0
  53. data/vendor/moment/dist/locale/el.js +104 -0
  54. data/vendor/moment/dist/locale/en-au.js +68 -0
  55. data/vendor/moment/dist/locale/en-ca.js +64 -0
  56. data/vendor/moment/dist/locale/en-gb.js +68 -0
  57. data/vendor/moment/dist/locale/en-ie.js +68 -0
  58. data/vendor/moment/dist/locale/en-il.js +64 -0
  59. data/vendor/moment/dist/locale/en-in.js +68 -0
  60. data/vendor/moment/dist/locale/en-nz.js +68 -0
  61. data/vendor/moment/dist/locale/en-sg.js +68 -0
  62. data/vendor/moment/dist/locale/eo.js +68 -0
  63. data/vendor/moment/dist/locale/es-do.js +104 -0
  64. data/vendor/moment/dist/locale/es-mx.js +106 -0
  65. data/vendor/moment/dist/locale/es-us.js +106 -0
  66. data/vendor/moment/dist/locale/es.js +106 -0
  67. data/vendor/moment/dist/locale/et.js +78 -0
  68. data/vendor/moment/dist/locale/eu.js +63 -0
  69. data/vendor/moment/dist/locale/fa.js +110 -0
  70. data/vendor/moment/dist/locale/fi.js +121 -0
  71. data/vendor/moment/dist/locale/fil.js +58 -0
  72. data/vendor/moment/dist/locale/fo.js +56 -0
  73. data/vendor/moment/dist/locale/fr-ca.js +69 -0
  74. data/vendor/moment/dist/locale/fr-ch.js +73 -0
  75. data/vendor/moment/dist/locale/fr.js +104 -0
  76. data/vendor/moment/dist/locale/fy.js +77 -0
  77. data/vendor/moment/dist/locale/ga.js +95 -0
  78. data/vendor/moment/dist/locale/gd.js +95 -0
  79. data/vendor/moment/dist/locale/gl.js +74 -0
  80. data/vendor/moment/dist/locale/gom-deva.js +124 -0
  81. data/vendor/moment/dist/locale/gom-latn.js +124 -0
  82. data/vendor/moment/dist/locale/gu.js +121 -0
  83. data/vendor/moment/dist/locale/he.js +94 -0
  84. data/vendor/moment/dist/locale/hi.js +119 -0
  85. data/vendor/moment/dist/locale/hr.js +154 -0
  86. data/vendor/moment/dist/locale/hu.js +118 -0
  87. data/vendor/moment/dist/locale/hy-am.js +92 -0
  88. data/vendor/moment/dist/locale/id.js +76 -0
  89. data/vendor/moment/dist/locale/is.js +139 -0
  90. data/vendor/moment/dist/locale/it-ch.js +64 -0
  91. data/vendor/moment/dist/locale/it.js +106 -0
  92. data/vendor/moment/dist/locale/ja.js +148 -0
  93. data/vendor/moment/dist/locale/jv.js +76 -0
  94. data/vendor/moment/dist/locale/ka.js +92 -0
  95. data/vendor/moment/dist/locale/kk.js +82 -0
  96. data/vendor/moment/dist/locale/km.js +102 -0
  97. data/vendor/moment/dist/locale/kn.js +123 -0
  98. data/vendor/moment/dist/locale/ko.js +75 -0
  99. data/vendor/moment/dist/locale/ku.js +118 -0
  100. data/vendor/moment/dist/locale/ky.js +84 -0
  101. data/vendor/moment/dist/locale/lb.js +135 -0
  102. data/vendor/moment/dist/locale/lo.js +65 -0
  103. data/vendor/moment/dist/locale/lt.js +123 -0
  104. data/vendor/moment/dist/locale/lv.js +93 -0
  105. data/vendor/moment/dist/locale/me.js +118 -0
  106. data/vendor/moment/dist/locale/mi.js +59 -0
  107. data/vendor/moment/dist/locale/mk.js +85 -0
  108. data/vendor/moment/dist/locale/ml.js +80 -0
  109. data/vendor/moment/dist/locale/mn.js +99 -0
  110. data/vendor/moment/dist/locale/mr.js +202 -0
  111. data/vendor/moment/dist/locale/ms-my.js +76 -0
  112. data/vendor/moment/dist/locale/ms.js +75 -0
  113. data/vendor/moment/dist/locale/mt.js +55 -0
  114. data/vendor/moment/dist/locale/my.js +91 -0
  115. data/vendor/moment/dist/locale/nb.js +61 -0
  116. data/vendor/moment/dist/locale/ne.js +120 -0
  117. data/vendor/moment/dist/locale/nl-be.js +102 -0
  118. data/vendor/moment/dist/locale/nl.js +104 -0
  119. data/vendor/moment/dist/locale/nn.js +60 -0
  120. data/vendor/moment/dist/locale/oc-lnc.js +83 -0
  121. data/vendor/moment/dist/locale/pa-in.js +121 -0
  122. data/vendor/moment/dist/locale/pl.js +139 -0
  123. data/vendor/moment/dist/locale/pt-br.js +57 -0
  124. data/vendor/moment/dist/locale/pt.js +62 -0
  125. data/vendor/moment/dist/locale/ro.js +75 -0
  126. data/vendor/moment/dist/locale/ru.js +206 -0
  127. data/vendor/moment/dist/locale/sd.js +81 -0
  128. data/vendor/moment/dist/locale/se.js +57 -0
  129. data/vendor/moment/dist/locale/si.js +68 -0
  130. data/vendor/moment/dist/locale/sk.js +144 -0
  131. data/vendor/moment/dist/locale/sl.js +170 -0
  132. data/vendor/moment/dist/locale/sq.js +65 -0
  133. data/vendor/moment/dist/locale/sr-cyrl.js +116 -0
  134. data/vendor/moment/dist/locale/sr.js +118 -0
  135. data/vendor/moment/dist/locale/ss.js +83 -0
  136. data/vendor/moment/dist/locale/sv.js +68 -0
  137. data/vendor/moment/dist/locale/sw.js +54 -0
  138. data/vendor/moment/dist/locale/ta.js +129 -0
  139. data/vendor/moment/dist/locale/te.js +86 -0
  140. data/vendor/moment/dist/locale/tet.js +68 -0
  141. data/vendor/moment/dist/locale/tg.js +116 -0
  142. data/vendor/moment/dist/locale/th.js +64 -0
  143. data/vendor/moment/dist/locale/tk.js +91 -0
  144. data/vendor/moment/dist/locale/tl-ph.js +57 -0
  145. data/vendor/moment/dist/locale/tlh.js +125 -0
  146. data/vendor/moment/dist/locale/tr.js +106 -0
  147. data/vendor/moment/dist/locale/tzl.js +89 -0
  148. data/vendor/moment/dist/locale/tzm-latn.js +53 -0
  149. data/vendor/moment/dist/locale/tzm.js +53 -0
  150. data/vendor/moment/dist/locale/ug-cn.js +110 -0
  151. data/vendor/moment/dist/locale/uk.js +163 -0
  152. data/vendor/moment/dist/locale/ur.js +82 -0
  153. data/vendor/moment/dist/locale/uz-latn.js +53 -0
  154. data/vendor/moment/dist/locale/uz.js +51 -0
  155. data/vendor/moment/dist/locale/vi.js +79 -0
  156. data/vendor/moment/dist/locale/x-pseudo.js +71 -0
  157. data/vendor/moment/dist/locale/yo.js +53 -0
  158. data/vendor/moment/dist/locale/zh-cn.js +120 -0
  159. data/vendor/moment/dist/locale/zh-hk.js +101 -0
  160. data/vendor/moment/dist/locale/zh-mo.js +100 -0
  161. data/vendor/moment/dist/locale/zh-tw.js +99 -0
  162. data/vendor/moment/dist/moment.js +5663 -0
  163. data/vendor/moment/ender.js +1 -0
  164. data/vendor/moment/locale/af.js +82 -0
  165. data/vendor/moment/locale/ar-dz.js +167 -0
  166. data/vendor/moment/locale/ar-kw.js +65 -0
  167. data/vendor/moment/locale/ar-ly.js +182 -0
  168. data/vendor/moment/locale/ar-ma.js +66 -0
  169. data/vendor/moment/locale/ar-sa.js +115 -0
  170. data/vendor/moment/locale/ar-tn.js +65 -0
  171. data/vendor/moment/locale/ar.js +200 -0
  172. data/vendor/moment/locale/az.js +112 -0
  173. data/vendor/moment/locale/be.js +152 -0
  174. data/vendor/moment/locale/bg.js +98 -0
  175. data/vendor/moment/locale/bm.js +62 -0
  176. data/vendor/moment/locale/bn-bd.js +139 -0
  177. data/vendor/moment/locale/bn.js +129 -0
  178. data/vendor/moment/locale/bo.js +133 -0
  179. data/vendor/moment/locale/br.js +176 -0
  180. data/vendor/moment/locale/bs.js +160 -0
  181. data/vendor/moment/locale/ca.js +108 -0
  182. data/vendor/moment/locale/cs.js +182 -0
  183. data/vendor/moment/locale/cv.js +73 -0
  184. data/vendor/moment/locale/cy.js +108 -0
  185. data/vendor/moment/locale/da.js +64 -0
  186. data/vendor/moment/locale/de-at.js +90 -0
  187. data/vendor/moment/locale/de-ch.js +87 -0
  188. data/vendor/moment/locale/de.js +89 -0
  189. data/vendor/moment/locale/dv.js +101 -0
  190. data/vendor/moment/locale/el.js +115 -0
  191. data/vendor/moment/locale/en-au.js +79 -0
  192. data/vendor/moment/locale/en-ca.js +75 -0
  193. data/vendor/moment/locale/en-gb.js +79 -0
  194. data/vendor/moment/locale/en-ie.js +79 -0
  195. data/vendor/moment/locale/en-il.js +75 -0
  196. data/vendor/moment/locale/en-in.js +79 -0
  197. data/vendor/moment/locale/en-nz.js +79 -0
  198. data/vendor/moment/locale/en-sg.js +79 -0
  199. data/vendor/moment/locale/eo.js +79 -0
  200. data/vendor/moment/locale/es-do.js +115 -0
  201. data/vendor/moment/locale/es-mx.js +117 -0
  202. data/vendor/moment/locale/es-us.js +117 -0
  203. data/vendor/moment/locale/es.js +117 -0
  204. data/vendor/moment/locale/et.js +89 -0
  205. data/vendor/moment/locale/eu.js +74 -0
  206. data/vendor/moment/locale/fa.js +121 -0
  207. data/vendor/moment/locale/fi.js +132 -0
  208. data/vendor/moment/locale/fil.js +69 -0
  209. data/vendor/moment/locale/fo.js +67 -0
  210. data/vendor/moment/locale/fr-ca.js +80 -0
  211. data/vendor/moment/locale/fr-ch.js +84 -0
  212. data/vendor/moment/locale/fr.js +115 -0
  213. data/vendor/moment/locale/fy.js +88 -0
  214. data/vendor/moment/locale/ga.js +106 -0
  215. data/vendor/moment/locale/gd.js +106 -0
  216. data/vendor/moment/locale/gl.js +85 -0
  217. data/vendor/moment/locale/gom-deva.js +135 -0
  218. data/vendor/moment/locale/gom-latn.js +135 -0
  219. data/vendor/moment/locale/gu.js +132 -0
  220. data/vendor/moment/locale/he.js +105 -0
  221. data/vendor/moment/locale/hi.js +130 -0
  222. data/vendor/moment/locale/hr.js +165 -0
  223. data/vendor/moment/locale/hu.js +129 -0
  224. data/vendor/moment/locale/hy-am.js +103 -0
  225. data/vendor/moment/locale/id.js +87 -0
  226. data/vendor/moment/locale/is.js +150 -0
  227. data/vendor/moment/locale/it-ch.js +75 -0
  228. data/vendor/moment/locale/it.js +117 -0
  229. data/vendor/moment/locale/ja.js +159 -0
  230. data/vendor/moment/locale/jv.js +87 -0
  231. data/vendor/moment/locale/ka.js +103 -0
  232. data/vendor/moment/locale/kk.js +93 -0
  233. data/vendor/moment/locale/km.js +113 -0
  234. data/vendor/moment/locale/kn.js +134 -0
  235. data/vendor/moment/locale/ko.js +86 -0
  236. data/vendor/moment/locale/ku.js +129 -0
  237. data/vendor/moment/locale/ky.js +95 -0
  238. data/vendor/moment/locale/lb.js +146 -0
  239. data/vendor/moment/locale/lo.js +76 -0
  240. data/vendor/moment/locale/lt.js +134 -0
  241. data/vendor/moment/locale/lv.js +104 -0
  242. data/vendor/moment/locale/me.js +129 -0
  243. data/vendor/moment/locale/mi.js +70 -0
  244. data/vendor/moment/locale/mk.js +97 -0
  245. data/vendor/moment/locale/ml.js +91 -0
  246. data/vendor/moment/locale/mn.js +110 -0
  247. data/vendor/moment/locale/mr.js +213 -0
  248. data/vendor/moment/locale/ms-my.js +87 -0
  249. data/vendor/moment/locale/ms.js +86 -0
  250. data/vendor/moment/locale/mt.js +66 -0
  251. data/vendor/moment/locale/my.js +102 -0
  252. data/vendor/moment/locale/nb.js +72 -0
  253. data/vendor/moment/locale/ne.js +131 -0
  254. data/vendor/moment/locale/nl-be.js +113 -0
  255. data/vendor/moment/locale/nl.js +115 -0
  256. data/vendor/moment/locale/nn.js +71 -0
  257. data/vendor/moment/locale/oc-lnc.js +94 -0
  258. data/vendor/moment/locale/pa-in.js +132 -0
  259. data/vendor/moment/locale/pl.js +150 -0
  260. data/vendor/moment/locale/pt-br.js +68 -0
  261. data/vendor/moment/locale/pt.js +73 -0
  262. data/vendor/moment/locale/ro.js +86 -0
  263. data/vendor/moment/locale/ru.js +217 -0
  264. data/vendor/moment/locale/sd.js +92 -0
  265. data/vendor/moment/locale/se.js +68 -0
  266. data/vendor/moment/locale/si.js +79 -0
  267. data/vendor/moment/locale/sk.js +155 -0
  268. data/vendor/moment/locale/sl.js +181 -0
  269. data/vendor/moment/locale/sq.js +76 -0
  270. data/vendor/moment/locale/sr-cyrl.js +127 -0
  271. data/vendor/moment/locale/sr.js +129 -0
  272. data/vendor/moment/locale/ss.js +94 -0
  273. data/vendor/moment/locale/sv.js +79 -0
  274. data/vendor/moment/locale/sw.js +65 -0
  275. data/vendor/moment/locale/ta.js +140 -0
  276. data/vendor/moment/locale/te.js +97 -0
  277. data/vendor/moment/locale/tet.js +79 -0
  278. data/vendor/moment/locale/tg.js +127 -0
  279. data/vendor/moment/locale/th.js +75 -0
  280. data/vendor/moment/locale/tk.js +102 -0
  281. data/vendor/moment/locale/tl-ph.js +68 -0
  282. data/vendor/moment/locale/tlh.js +136 -0
  283. data/vendor/moment/locale/tr.js +117 -0
  284. data/vendor/moment/locale/tzl.js +100 -0
  285. data/vendor/moment/locale/tzm-latn.js +64 -0
  286. data/vendor/moment/locale/tzm.js +64 -0
  287. data/vendor/moment/locale/ug-cn.js +121 -0
  288. data/vendor/moment/locale/uk.js +174 -0
  289. data/vendor/moment/locale/ur.js +93 -0
  290. data/vendor/moment/locale/uz-latn.js +64 -0
  291. data/vendor/moment/locale/uz.js +62 -0
  292. data/vendor/moment/locale/vi.js +90 -0
  293. data/vendor/moment/locale/x-pseudo.js +82 -0
  294. data/vendor/moment/locale/yo.js +64 -0
  295. data/vendor/moment/locale/zh-cn.js +131 -0
  296. data/vendor/moment/locale/zh-hk.js +112 -0
  297. data/vendor/moment/locale/zh-mo.js +111 -0
  298. data/vendor/moment/locale/zh-tw.js +110 -0
  299. data/vendor/moment/meteor/README.md +5 -0
  300. data/vendor/moment/meteor/export.js +6 -0
  301. data/vendor/moment/meteor/moment.js +1 -0
  302. data/vendor/moment/meteor/package.js +27 -0
  303. data/vendor/moment/meteor/test.js +5 -0
  304. data/vendor/moment/min/locales.js +12384 -0
  305. data/vendor/moment/min/locales.min.js +2 -0
  306. data/vendor/moment/min/locales.min.js.map +1 -0
  307. data/vendor/moment/min/moment-with-locales.js +18039 -0
  308. data/vendor/moment/min/moment-with-locales.min.js +2 -0
  309. data/vendor/moment/min/moment-with-locales.min.js.map +1 -0
  310. data/vendor/moment/min/moment.min.js +2 -0
  311. data/vendor/moment/min/moment.min.js.map +1 -0
  312. data/vendor/moment/min/tests.js +146872 -0
  313. data/vendor/moment/moment.d.ts +796 -0
  314. data/vendor/moment/moment.js +5671 -0
  315. data/vendor/moment/package-lock.json +6460 -0
  316. data/vendor/moment/package.js +11 -0
  317. data/vendor/moment/package.json +112 -0
  318. data/vendor/moment/scripts/locales.js +146 -0
  319. data/vendor/moment/scripts/npm_prepublish.sh +49 -0
  320. data/vendor/moment/src/lib/create/check-overflow.js +57 -0
  321. data/vendor/moment/src/lib/create/date-from-array.js +35 -0
  322. data/vendor/moment/src/lib/create/from-anything.js +117 -0
  323. data/vendor/moment/src/lib/create/from-array.js +187 -0
  324. data/vendor/moment/src/lib/create/from-object.js +20 -0
  325. data/vendor/moment/src/lib/create/from-string-and-array.js +66 -0
  326. data/vendor/moment/src/lib/create/from-string-and-format.js +134 -0
  327. data/vendor/moment/src/lib/create/from-string.js +255 -0
  328. data/vendor/moment/src/lib/create/local.js +5 -0
  329. data/vendor/moment/src/lib/create/parsing-flags.js +28 -0
  330. data/vendor/moment/src/lib/create/utc.js +5 -0
  331. data/vendor/moment/src/lib/create/valid.js +51 -0
  332. data/vendor/moment/src/lib/duration/abs.js +18 -0
  333. data/vendor/moment/src/lib/duration/add-subtract.js +21 -0
  334. data/vendor/moment/src/lib/duration/as.js +88 -0
  335. data/vendor/moment/src/lib/duration/bubble.js +68 -0
  336. data/vendor/moment/src/lib/duration/clone.js +5 -0
  337. data/vendor/moment/src/lib/duration/constructor.js +42 -0
  338. data/vendor/moment/src/lib/duration/create.js +132 -0
  339. data/vendor/moment/src/lib/duration/duration.js +16 -0
  340. data/vendor/moment/src/lib/duration/get.js +27 -0
  341. data/vendor/moment/src/lib/duration/humanize.js +114 -0
  342. data/vendor/moment/src/lib/duration/iso-string.js +68 -0
  343. data/vendor/moment/src/lib/duration/prototype.js +78 -0
  344. data/vendor/moment/src/lib/duration/valid.js +54 -0
  345. data/vendor/moment/src/lib/format/format.js +103 -0
  346. data/vendor/moment/src/lib/locale/base-config.js +41 -0
  347. data/vendor/moment/src/lib/locale/calendar.js +15 -0
  348. data/vendor/moment/src/lib/locale/constructor.js +5 -0
  349. data/vendor/moment/src/lib/locale/en.js +39 -0
  350. data/vendor/moment/src/lib/locale/formats.js +36 -0
  351. data/vendor/moment/src/lib/locale/invalid.js +5 -0
  352. data/vendor/moment/src/lib/locale/lists.js +93 -0
  353. data/vendor/moment/src/lib/locale/locale.js +45 -0
  354. data/vendor/moment/src/lib/locale/locales.js +242 -0
  355. data/vendor/moment/src/lib/locale/ordinal.js +8 -0
  356. data/vendor/moment/src/lib/locale/pre-post-format.js +3 -0
  357. data/vendor/moment/src/lib/locale/prototype.js +88 -0
  358. data/vendor/moment/src/lib/locale/relative.js +32 -0
  359. data/vendor/moment/src/lib/locale/set.js +56 -0
  360. data/vendor/moment/src/lib/moment/add-subtract.js +61 -0
  361. data/vendor/moment/src/lib/moment/calendar.js +53 -0
  362. data/vendor/moment/src/lib/moment/clone.js +5 -0
  363. data/vendor/moment/src/lib/moment/compare.js +72 -0
  364. data/vendor/moment/src/lib/moment/constructor.js +77 -0
  365. data/vendor/moment/src/lib/moment/creation-data.js +9 -0
  366. data/vendor/moment/src/lib/moment/diff.js +79 -0
  367. data/vendor/moment/src/lib/moment/format.js +78 -0
  368. data/vendor/moment/src/lib/moment/from.js +20 -0
  369. data/vendor/moment/src/lib/moment/get-set.js +72 -0
  370. data/vendor/moment/src/lib/moment/locale.js +34 -0
  371. data/vendor/moment/src/lib/moment/min-max.js +62 -0
  372. data/vendor/moment/src/lib/moment/moment.js +28 -0
  373. data/vendor/moment/src/lib/moment/now.js +3 -0
  374. data/vendor/moment/src/lib/moment/prototype.js +197 -0
  375. data/vendor/moment/src/lib/moment/start-end-of.js +164 -0
  376. data/vendor/moment/src/lib/moment/to-type.js +42 -0
  377. data/vendor/moment/src/lib/moment/to.js +20 -0
  378. data/vendor/moment/src/lib/moment/valid.js +15 -0
  379. data/vendor/moment/src/lib/parse/regex.js +82 -0
  380. data/vendor/moment/src/lib/parse/token.js +34 -0
  381. data/vendor/moment/src/lib/units/aliases.js +31 -0
  382. data/vendor/moment/src/lib/units/constants.js +9 -0
  383. data/vendor/moment/src/lib/units/day-of-month.js +39 -0
  384. data/vendor/moment/src/lib/units/day-of-week.js +444 -0
  385. data/vendor/moment/src/lib/units/day-of-year.js +37 -0
  386. data/vendor/moment/src/lib/units/era.js +289 -0
  387. data/vendor/moment/src/lib/units/hour.js +159 -0
  388. data/vendor/moment/src/lib/units/millisecond.js +76 -0
  389. data/vendor/moment/src/lib/units/minute.js +29 -0
  390. data/vendor/moment/src/lib/units/month.js +349 -0
  391. data/vendor/moment/src/lib/units/offset.js +249 -0
  392. data/vendor/moment/src/lib/units/priorities.js +21 -0
  393. data/vendor/moment/src/lib/units/quarter.js +34 -0
  394. data/vendor/moment/src/lib/units/second.js +29 -0
  395. data/vendor/moment/src/lib/units/timestamp.js +20 -0
  396. data/vendor/moment/src/lib/units/timezone.js +16 -0
  397. data/vendor/moment/src/lib/units/units.js +20 -0
  398. data/vendor/moment/src/lib/units/week-calendar-utils.js +66 -0
  399. data/vendor/moment/src/lib/units/week-year.js +140 -0
  400. data/vendor/moment/src/lib/units/week.js +71 -0
  401. data/vendor/moment/src/lib/units/year.js +85 -0
  402. data/vendor/moment/src/lib/utils/abs-ceil.js +7 -0
  403. data/vendor/moment/src/lib/utils/abs-floor.js +8 -0
  404. data/vendor/moment/src/lib/utils/abs-round.js +7 -0
  405. data/vendor/moment/src/lib/utils/compare-arrays.js +18 -0
  406. data/vendor/moment/src/lib/utils/defaults.js +10 -0
  407. data/vendor/moment/src/lib/utils/deprecate.js +68 -0
  408. data/vendor/moment/src/lib/utils/extend.js +19 -0
  409. data/vendor/moment/src/lib/utils/has-own-prop.js +3 -0
  410. data/vendor/moment/src/lib/utils/hooks.js +13 -0
  411. data/vendor/moment/src/lib/utils/index-of.js +18 -0
  412. data/vendor/moment/src/lib/utils/is-array.js +6 -0
  413. data/vendor/moment/src/lib/utils/is-calendar-spec.js +25 -0
  414. data/vendor/moment/src/lib/utils/is-date.js +6 -0
  415. data/vendor/moment/src/lib/utils/is-function.js +6 -0
  416. data/vendor/moment/src/lib/utils/is-leap-year.js +3 -0
  417. data/vendor/moment/src/lib/utils/is-moment-input.js +74 -0
  418. data/vendor/moment/src/lib/utils/is-number.js +6 -0
  419. data/vendor/moment/src/lib/utils/is-object-empty.js +15 -0
  420. data/vendor/moment/src/lib/utils/is-object.js +8 -0
  421. data/vendor/moment/src/lib/utils/is-string.js +3 -0
  422. data/vendor/moment/src/lib/utils/is-undefined.js +3 -0
  423. data/vendor/moment/src/lib/utils/keys.js +20 -0
  424. data/vendor/moment/src/lib/utils/map.js +8 -0
  425. data/vendor/moment/src/lib/utils/mod.js +3 -0
  426. data/vendor/moment/src/lib/utils/some.js +20 -0
  427. data/vendor/moment/src/lib/utils/to-int.js +12 -0
  428. data/vendor/moment/src/lib/utils/zero-fill.js +10 -0
  429. data/vendor/moment/src/locale/af.js +71 -0
  430. data/vendor/moment/src/locale/ar-dz.js +156 -0
  431. data/vendor/moment/src/locale/ar-kw.js +54 -0
  432. data/vendor/moment/src/locale/ar-ly.js +171 -0
  433. data/vendor/moment/src/locale/ar-ma.js +55 -0
  434. data/vendor/moment/src/locale/ar-sa.js +104 -0
  435. data/vendor/moment/src/locale/ar-tn.js +54 -0
  436. data/vendor/moment/src/locale/ar.js +189 -0
  437. data/vendor/moment/src/locale/az.js +101 -0
  438. data/vendor/moment/src/locale/be.js +141 -0
  439. data/vendor/moment/src/locale/bg.js +87 -0
  440. data/vendor/moment/src/locale/bm.js +52 -0
  441. data/vendor/moment/src/locale/bn-bd.js +128 -0
  442. data/vendor/moment/src/locale/bn.js +118 -0
  443. data/vendor/moment/src/locale/bo.js +122 -0
  444. data/vendor/moment/src/locale/br.js +165 -0
  445. data/vendor/moment/src/locale/bs.js +149 -0
  446. data/vendor/moment/src/locale/ca.js +97 -0
  447. data/vendor/moment/src/locale/cs.js +171 -0
  448. data/vendor/moment/src/locale/cv.js +62 -0
  449. data/vendor/moment/src/locale/cy.js +97 -0
  450. data/vendor/moment/src/locale/da.js +53 -0
  451. data/vendor/moment/src/locale/de-at.js +79 -0
  452. data/vendor/moment/src/locale/de-ch.js +78 -0
  453. data/vendor/moment/src/locale/de.js +78 -0
  454. data/vendor/moment/src/locale/dv.js +90 -0
  455. data/vendor/moment/src/locale/el.js +104 -0
  456. data/vendor/moment/src/locale/en-au.js +68 -0
  457. data/vendor/moment/src/locale/en-ca.js +64 -0
  458. data/vendor/moment/src/locale/en-gb.js +68 -0
  459. data/vendor/moment/src/locale/en-ie.js +68 -0
  460. data/vendor/moment/src/locale/en-il.js +64 -0
  461. data/vendor/moment/src/locale/en-in.js +68 -0
  462. data/vendor/moment/src/locale/en-nz.js +68 -0
  463. data/vendor/moment/src/locale/en-sg.js +68 -0
  464. data/vendor/moment/src/locale/eo.js +68 -0
  465. data/vendor/moment/src/locale/es-do.js +104 -0
  466. data/vendor/moment/src/locale/es-mx.js +106 -0
  467. data/vendor/moment/src/locale/es-us.js +106 -0
  468. data/vendor/moment/src/locale/es.js +106 -0
  469. data/vendor/moment/src/locale/et.js +78 -0
  470. data/vendor/moment/src/locale/eu.js +63 -0
  471. data/vendor/moment/src/locale/fa.js +110 -0
  472. data/vendor/moment/src/locale/fi.js +121 -0
  473. data/vendor/moment/src/locale/fil.js +58 -0
  474. data/vendor/moment/src/locale/fo.js +56 -0
  475. data/vendor/moment/src/locale/fr-ca.js +69 -0
  476. data/vendor/moment/src/locale/fr-ch.js +73 -0
  477. data/vendor/moment/src/locale/fr.js +104 -0
  478. data/vendor/moment/src/locale/fy.js +77 -0
  479. data/vendor/moment/src/locale/ga.js +95 -0
  480. data/vendor/moment/src/locale/gd.js +95 -0
  481. data/vendor/moment/src/locale/gl.js +74 -0
  482. data/vendor/moment/src/locale/gom-deva.js +124 -0
  483. data/vendor/moment/src/locale/gom-latn.js +124 -0
  484. data/vendor/moment/src/locale/gu.js +121 -0
  485. data/vendor/moment/src/locale/he.js +94 -0
  486. data/vendor/moment/src/locale/hi.js +119 -0
  487. data/vendor/moment/src/locale/hr.js +154 -0
  488. data/vendor/moment/src/locale/hu.js +118 -0
  489. data/vendor/moment/src/locale/hy-am.js +92 -0
  490. data/vendor/moment/src/locale/id.js +76 -0
  491. data/vendor/moment/src/locale/is.js +139 -0
  492. data/vendor/moment/src/locale/it-ch.js +64 -0
  493. data/vendor/moment/src/locale/it.js +106 -0
  494. data/vendor/moment/src/locale/ja.js +148 -0
  495. data/vendor/moment/src/locale/jv.js +76 -0
  496. data/vendor/moment/src/locale/ka.js +92 -0
  497. data/vendor/moment/src/locale/kk.js +82 -0
  498. data/vendor/moment/src/locale/km.js +102 -0
  499. data/vendor/moment/src/locale/kn.js +123 -0
  500. data/vendor/moment/src/locale/ko.js +75 -0
  501. data/vendor/moment/src/locale/ku.js +118 -0
  502. data/vendor/moment/src/locale/ky.js +84 -0
  503. data/vendor/moment/src/locale/lb.js +135 -0
  504. data/vendor/moment/src/locale/lo.js +65 -0
  505. data/vendor/moment/src/locale/lt.js +123 -0
  506. data/vendor/moment/src/locale/lv.js +93 -0
  507. data/vendor/moment/src/locale/me.js +118 -0
  508. data/vendor/moment/src/locale/mi.js +59 -0
  509. data/vendor/moment/src/locale/mk.js +85 -0
  510. data/vendor/moment/src/locale/ml.js +80 -0
  511. data/vendor/moment/src/locale/mn.js +99 -0
  512. data/vendor/moment/src/locale/mr.js +202 -0
  513. data/vendor/moment/src/locale/ms-my.js +76 -0
  514. data/vendor/moment/src/locale/ms.js +75 -0
  515. data/vendor/moment/src/locale/mt.js +55 -0
  516. data/vendor/moment/src/locale/my.js +91 -0
  517. data/vendor/moment/src/locale/nb.js +61 -0
  518. data/vendor/moment/src/locale/ne.js +120 -0
  519. data/vendor/moment/src/locale/nl-be.js +102 -0
  520. data/vendor/moment/src/locale/nl.js +104 -0
  521. data/vendor/moment/src/locale/nn.js +60 -0
  522. data/vendor/moment/src/locale/oc-lnc.js +83 -0
  523. data/vendor/moment/src/locale/pa-in.js +121 -0
  524. data/vendor/moment/src/locale/pl.js +139 -0
  525. data/vendor/moment/src/locale/pt-br.js +57 -0
  526. data/vendor/moment/src/locale/pt.js +62 -0
  527. data/vendor/moment/src/locale/ro.js +75 -0
  528. data/vendor/moment/src/locale/ru.js +206 -0
  529. data/vendor/moment/src/locale/sd.js +81 -0
  530. data/vendor/moment/src/locale/se.js +57 -0
  531. data/vendor/moment/src/locale/si.js +68 -0
  532. data/vendor/moment/src/locale/sk.js +144 -0
  533. data/vendor/moment/src/locale/sl.js +170 -0
  534. data/vendor/moment/src/locale/sq.js +65 -0
  535. data/vendor/moment/src/locale/sr-cyrl.js +116 -0
  536. data/vendor/moment/src/locale/sr.js +118 -0
  537. data/vendor/moment/src/locale/ss.js +83 -0
  538. data/vendor/moment/src/locale/sv.js +68 -0
  539. data/vendor/moment/src/locale/sw.js +54 -0
  540. data/vendor/moment/src/locale/ta.js +129 -0
  541. data/vendor/moment/src/locale/te.js +86 -0
  542. data/vendor/moment/src/locale/tet.js +68 -0
  543. data/vendor/moment/src/locale/tg.js +116 -0
  544. data/vendor/moment/src/locale/th.js +64 -0
  545. data/vendor/moment/src/locale/tk.js +91 -0
  546. data/vendor/moment/src/locale/tl-ph.js +57 -0
  547. data/vendor/moment/src/locale/tlh.js +125 -0
  548. data/vendor/moment/src/locale/tr.js +106 -0
  549. data/vendor/moment/src/locale/tzl.js +89 -0
  550. data/vendor/moment/src/locale/tzm-latn.js +53 -0
  551. data/vendor/moment/src/locale/tzm.js +53 -0
  552. data/vendor/moment/src/locale/ug-cn.js +110 -0
  553. data/vendor/moment/src/locale/uk.js +163 -0
  554. data/vendor/moment/src/locale/ur.js +82 -0
  555. data/vendor/moment/src/locale/uz-latn.js +53 -0
  556. data/vendor/moment/src/locale/uz.js +51 -0
  557. data/vendor/moment/src/locale/vi.js +79 -0
  558. data/vendor/moment/src/locale/x-pseudo.js +71 -0
  559. data/vendor/moment/src/locale/yo.js +53 -0
  560. data/vendor/moment/src/locale/zh-cn.js +120 -0
  561. data/vendor/moment/src/locale/zh-hk.js +101 -0
  562. data/vendor/moment/src/locale/zh-mo.js +100 -0
  563. data/vendor/moment/src/locale/zh-tw.js +99 -0
  564. data/vendor/moment/src/moment.js +93 -0
  565. data/vendor/moment/src/test/helpers/common-locale.js +265 -0
  566. data/vendor/moment/src/test/helpers/deprecation-handler.js +62 -0
  567. data/vendor/moment/src/test/helpers/dst.js +8 -0
  568. data/vendor/moment/src/test/helpers/each-own-prop.js +8 -0
  569. data/vendor/moment/src/test/helpers/each.js +8 -0
  570. data/vendor/moment/src/test/helpers/has-own-prop.js +3 -0
  571. data/vendor/moment/src/test/helpers/object-keys.js +17 -0
  572. data/vendor/moment/src/test/locale/af.js +446 -0
  573. data/vendor/moment/src/test/locale/ar-dz.js +482 -0
  574. data/vendor/moment/src/test/locale/ar-kw.js +446 -0
  575. data/vendor/moment/src/test/locale/ar-ly.js +521 -0
  576. data/vendor/moment/src/test/locale/ar-ma.js +446 -0
  577. data/vendor/moment/src/test/locale/ar-sa.js +465 -0
  578. data/vendor/moment/src/test/locale/ar-tn.js +611 -0
  579. data/vendor/moment/src/test/locale/ar.js +521 -0
  580. data/vendor/moment/src/test/locale/az.js +453 -0
  581. data/vendor/moment/src/test/locale/be.js +575 -0
  582. data/vendor/moment/src/test/locale/bg.js +459 -0
  583. data/vendor/moment/src/test/locale/bm.js +408 -0
  584. data/vendor/moment/src/test/locale/bn-bd.js +473 -0
  585. data/vendor/moment/src/test/locale/bn.js +481 -0
  586. data/vendor/moment/src/test/locale/bo.js +501 -0
  587. data/vendor/moment/src/test/locale/br.js +541 -0
  588. data/vendor/moment/src/test/locale/bs.js +478 -0
  589. data/vendor/moment/src/test/locale/ca.js +472 -0
  590. data/vendor/moment/src/test/locale/cs.js +635 -0
  591. data/vendor/moment/src/test/locale/cv.js +459 -0
  592. data/vendor/moment/src/test/locale/cy.js +444 -0
  593. data/vendor/moment/src/test/locale/da.js +447 -0
  594. data/vendor/moment/src/test/locale/de-at.js +476 -0
  595. data/vendor/moment/src/test/locale/de-ch.js +481 -0
  596. data/vendor/moment/src/test/locale/de.js +480 -0
  597. data/vendor/moment/src/test/locale/dv.js +419 -0
  598. data/vendor/moment/src/test/locale/el.js +544 -0
  599. data/vendor/moment/src/test/locale/en-au.js +480 -0
  600. data/vendor/moment/src/test/locale/en-ca.js +451 -0
  601. data/vendor/moment/src/test/locale/en-gb.js +446 -0
  602. data/vendor/moment/src/test/locale/en-ie.js +446 -0
  603. data/vendor/moment/src/test/locale/en-il.js +454 -0
  604. data/vendor/moment/src/test/locale/en-in.js +464 -0
  605. data/vendor/moment/src/test/locale/en-nz.js +446 -0
  606. data/vendor/moment/src/test/locale/en-sg.js +430 -0
  607. data/vendor/moment/src/test/locale/en.js +562 -0
  608. data/vendor/moment/src/test/locale/eo.js +455 -0
  609. data/vendor/moment/src/test/locale/es-do.js +473 -0
  610. data/vendor/moment/src/test/locale/es-mx.js +514 -0
  611. data/vendor/moment/src/test/locale/es-us.js +489 -0
  612. data/vendor/moment/src/test/locale/es.js +476 -0
  613. data/vendor/moment/src/test/locale/et.js +533 -0
  614. data/vendor/moment/src/test/locale/eu.js +445 -0
  615. data/vendor/moment/src/test/locale/fa.js +461 -0
  616. data/vendor/moment/src/test/locale/fi.js +489 -0
  617. data/vendor/moment/src/test/locale/fil.js +448 -0
  618. data/vendor/moment/src/test/locale/fo.js +454 -0
  619. data/vendor/moment/src/test/locale/fr-ca.js +460 -0
  620. data/vendor/moment/src/test/locale/fr-ch.js +460 -0
  621. data/vendor/moment/src/test/locale/fr.js +482 -0
  622. data/vendor/moment/src/test/locale/fy.js +461 -0
  623. data/vendor/moment/src/test/locale/ga.js +445 -0
  624. data/vendor/moment/src/test/locale/gd.js +464 -0
  625. data/vendor/moment/src/test/locale/gl.js +466 -0
  626. data/vendor/moment/src/test/locale/gom-deva.js +445 -0
  627. data/vendor/moment/src/test/locale/gom-latn.js +459 -0
  628. data/vendor/moment/src/test/locale/gu.js +487 -0
  629. data/vendor/moment/src/test/locale/he.js +417 -0
  630. data/vendor/moment/src/test/locale/hi.js +484 -0
  631. data/vendor/moment/src/test/locale/hr.js +478 -0
  632. data/vendor/moment/src/test/locale/hu.js +468 -0
  633. data/vendor/moment/src/test/locale/hy-am.js +609 -0
  634. data/vendor/moment/src/test/locale/id.js +407 -0
  635. data/vendor/moment/src/test/locale/is.js +479 -0
  636. data/vendor/moment/src/test/locale/it-ch.js +427 -0
  637. data/vendor/moment/src/test/locale/it.js +479 -0
  638. data/vendor/moment/src/test/locale/ja.js +591 -0
  639. data/vendor/moment/src/test/locale/jv.js +418 -0
  640. data/vendor/moment/src/test/locale/ka.js +452 -0
  641. data/vendor/moment/src/test/locale/kk.js +445 -0
  642. data/vendor/moment/src/test/locale/km.js +471 -0
  643. data/vendor/moment/src/test/locale/kn.js +493 -0
  644. data/vendor/moment/src/test/locale/ko.js +496 -0
  645. data/vendor/moment/src/test/locale/ku.js +465 -0
  646. data/vendor/moment/src/test/locale/ky.js +445 -0
  647. data/vendor/moment/src/test/locale/lb.js +432 -0
  648. data/vendor/moment/src/test/locale/lo.js +445 -0
  649. data/vendor/moment/src/test/locale/lt.js +504 -0
  650. data/vendor/moment/src/test/locale/lv.js +567 -0
  651. data/vendor/moment/src/test/locale/me.js +481 -0
  652. data/vendor/moment/src/test/locale/mi.js +450 -0
  653. data/vendor/moment/src/test/locale/mk.js +460 -0
  654. data/vendor/moment/src/test/locale/ml.js +497 -0
  655. data/vendor/moment/src/test/locale/mn.js +555 -0
  656. data/vendor/moment/src/test/locale/mr.js +497 -0
  657. data/vendor/moment/src/test/locale/ms-my.js +454 -0
  658. data/vendor/moment/src/test/locale/ms.js +454 -0
  659. data/vendor/moment/src/test/locale/mt.js +446 -0
  660. data/vendor/moment/src/test/locale/my.js +616 -0
  661. data/vendor/moment/src/test/locale/nb.js +446 -0
  662. data/vendor/moment/src/test/locale/ne.js +484 -0
  663. data/vendor/moment/src/test/locale/nl-be.js +471 -0
  664. data/vendor/moment/src/test/locale/nl.js +471 -0
  665. data/vendor/moment/src/test/locale/nn.js +445 -0
  666. data/vendor/moment/src/test/locale/oc-lnc.js +440 -0
  667. data/vendor/moment/src/test/locale/pa-in.js +769 -0
  668. data/vendor/moment/src/test/locale/pl.js +557 -0
  669. data/vendor/moment/src/test/locale/pt-br.js +472 -0
  670. data/vendor/moment/src/test/locale/pt.js +449 -0
  671. data/vendor/moment/src/test/locale/ro.js +485 -0
  672. data/vendor/moment/src/test/locale/ru.js +706 -0
  673. data/vendor/moment/src/test/locale/sd.js +434 -0
  674. data/vendor/moment/src/test/locale/se.js +456 -0
  675. data/vendor/moment/src/test/locale/si.js +422 -0
  676. data/vendor/moment/src/test/locale/sk.js +640 -0
  677. data/vendor/moment/src/test/locale/sl.js +816 -0
  678. data/vendor/moment/src/test/locale/sq.js +457 -0
  679. data/vendor/moment/src/test/locale/sr-cyrl.js +478 -0
  680. data/vendor/moment/src/test/locale/sr.js +478 -0
  681. data/vendor/moment/src/test/locale/ss.js +510 -0
  682. data/vendor/moment/src/test/locale/sv.js +441 -0
  683. data/vendor/moment/src/test/locale/sw.js +449 -0
  684. data/vendor/moment/src/test/locale/ta.js +452 -0
  685. data/vendor/moment/src/test/locale/te.js +497 -0
  686. data/vendor/moment/src/test/locale/tet.js +446 -0
  687. data/vendor/moment/src/test/locale/tg.js +462 -0
  688. data/vendor/moment/src/test/locale/th.js +408 -0
  689. data/vendor/moment/src/test/locale/tk.js +445 -0
  690. data/vendor/moment/src/test/locale/tl-ph.js +448 -0
  691. data/vendor/moment/src/test/locale/tlh.js +484 -0
  692. data/vendor/moment/src/test/locale/tr.js +461 -0
  693. data/vendor/moment/src/test/locale/tzl.js +453 -0
  694. data/vendor/moment/src/test/locale/tzm-latn.js +449 -0
  695. data/vendor/moment/src/test/locale/tzm.js +449 -0
  696. data/vendor/moment/src/test/locale/ug-cn.js +427 -0
  697. data/vendor/moment/src/test/locale/uk.js +521 -0
  698. data/vendor/moment/src/test/locale/ur.js +439 -0
  699. data/vendor/moment/src/test/locale/uz-latn.js +450 -0
  700. data/vendor/moment/src/test/locale/uz.js +447 -0
  701. data/vendor/moment/src/test/locale/vi.js +452 -0
  702. data/vendor/moment/src/test/locale/x-pseudo.js +446 -0
  703. data/vendor/moment/src/test/locale/yo.js +447 -0
  704. data/vendor/moment/src/test/locale/zh-cn.js +459 -0
  705. data/vendor/moment/src/test/locale/zh-hk.js +443 -0
  706. data/vendor/moment/src/test/locale/zh-mo.js +427 -0
  707. data/vendor/moment/src/test/locale/zh-tw.js +443 -0
  708. data/vendor/moment/src/test/moment/add_subtract.js +545 -0
  709. data/vendor/moment/src/test/moment/calendar.js +214 -0
  710. data/vendor/moment/src/test/moment/create.js +2816 -0
  711. data/vendor/moment/src/test/moment/creation-data.js +40 -0
  712. data/vendor/moment/src/test/moment/days_in_month.js +122 -0
  713. data/vendor/moment/src/test/moment/days_in_year.js +11 -0
  714. data/vendor/moment/src/test/moment/deprecate.js +14 -0
  715. data/vendor/moment/src/test/moment/diff.js +624 -0
  716. data/vendor/moment/src/test/moment/duration.js +2024 -0
  717. data/vendor/moment/src/test/moment/duration_from_moments.js +53 -0
  718. data/vendor/moment/src/test/moment/duration_invalid.js +145 -0
  719. data/vendor/moment/src/test/moment/format.js +951 -0
  720. data/vendor/moment/src/test/moment/from_to.js +148 -0
  721. data/vendor/moment/src/test/moment/getters_setters.js +504 -0
  722. data/vendor/moment/src/test/moment/instanceof.js +42 -0
  723. data/vendor/moment/src/test/moment/invalid.js +212 -0
  724. data/vendor/moment/src/test/moment/is-leap-year.js +89 -0
  725. data/vendor/moment/src/test/moment/is_after.js +674 -0
  726. data/vendor/moment/src/test/moment/is_array.js +18 -0
  727. data/vendor/moment/src/test/moment/is_before.js +674 -0
  728. data/vendor/moment/src/test/moment/is_between.js +1082 -0
  729. data/vendor/moment/src/test/moment/is_date.js +32 -0
  730. data/vendor/moment/src/test/moment/is_moment.js +52 -0
  731. data/vendor/moment/src/test/moment/is_number.js +27 -0
  732. data/vendor/moment/src/test/moment/is_same.js +554 -0
  733. data/vendor/moment/src/test/moment/is_same_or_after.js +777 -0
  734. data/vendor/moment/src/test/moment/is_same_or_before.js +777 -0
  735. data/vendor/moment/src/test/moment/is_valid.js +563 -0
  736. data/vendor/moment/src/test/moment/leapyear.js +11 -0
  737. data/vendor/moment/src/test/moment/listers.js +172 -0
  738. data/vendor/moment/src/test/moment/locale.js +1029 -0
  739. data/vendor/moment/src/test/moment/locale_inheritance.js +332 -0
  740. data/vendor/moment/src/test/moment/locale_update.js +321 -0
  741. data/vendor/moment/src/test/moment/min_max.js +72 -0
  742. data/vendor/moment/src/test/moment/mutable.js +26 -0
  743. data/vendor/moment/src/test/moment/normalize_units.js +83 -0
  744. data/vendor/moment/src/test/moment/now.js +100 -0
  745. data/vendor/moment/src/test/moment/parsing_flags.js +434 -0
  746. data/vendor/moment/src/test/moment/preparse_postformat.js +121 -0
  747. data/vendor/moment/src/test/moment/quarter.js +117 -0
  748. data/vendor/moment/src/test/moment/relative_time.js +424 -0
  749. data/vendor/moment/src/test/moment/start_end_of.js +538 -0
  750. data/vendor/moment/src/test/moment/string_prototype.js +17 -0
  751. data/vendor/moment/src/test/moment/to_type.js +53 -0
  752. data/vendor/moment/src/test/moment/utc.js +138 -0
  753. data/vendor/moment/src/test/moment/utc_offset.js +894 -0
  754. data/vendor/moment/src/test/moment/week_year.js +1075 -0
  755. data/vendor/moment/src/test/moment/weekday.js +470 -0
  756. data/vendor/moment/src/test/moment/weeks.js +861 -0
  757. data/vendor/moment/src/test/moment/weeks_in_year.js +224 -0
  758. data/vendor/moment/src/test/moment/zone_switching.js +160 -0
  759. data/vendor/moment/src/test/moment/zones.js +840 -0
  760. data/vendor/moment/src/test/qunit-locale.js +32 -0
  761. data/vendor/moment/src/test/qunit.js +31 -0
  762. data/vendor/moment/tasks/bump_version.js +81 -0
  763. data/vendor/moment/tasks/check_sauce_creds.js +13 -0
  764. data/vendor/moment/tasks/component.js +13 -0
  765. data/vendor/moment/tasks/nuget.js +50 -0
  766. data/vendor/moment/tasks/qtest.js +56 -0
  767. data/vendor/moment/tasks/transpile.js +362 -0
  768. data/vendor/moment/tasks/update_index.js +32 -0
  769. data/vendor/moment/templates/default.js +5 -0
  770. data/vendor/moment/templates/empty.js +0 -0
  771. data/vendor/moment/templates/locale-header.js +6 -0
  772. data/vendor/moment/templates/test-header.js +6 -0
  773. data/vendor/moment/ts3.1-typing-tests/moment-tests.ts +547 -0
  774. data/vendor/moment/ts3.1-typing-tests/tsconfig.json +14 -0
  775. data/vendor/moment/ts3.1-typings/moment.d.ts +785 -0
  776. data/vendor/moment/typing-tests/moment-tests.ts +557 -0
  777. data/vendor/moment/typing-tests/tsconfig.json +12 -0
  778. data/vendor/tempusdominus/CONTRIBUTING.md +38 -0
  779. data/vendor/tempusdominus/Gruntfile.js +188 -0
  780. data/vendor/tempusdominus/LICENSE +21 -0
  781. data/vendor/tempusdominus/README.md +30 -0
  782. data/vendor/tempusdominus/build/css/tempusdominus-bootstrap-4.css +206 -0
  783. data/vendor/tempusdominus/build/css/tempusdominus-bootstrap-4.min.css +206 -0
  784. data/vendor/tempusdominus/build/js/tempusdominus-bootstrap-4.js +2779 -0
  785. data/vendor/tempusdominus/build/js/tempusdominus-bootstrap-4.min.js +7 -0
  786. data/vendor/tempusdominus/composer.json +29 -0
  787. data/vendor/tempusdominus/docs/Changelog/index.html +189 -0
  788. data/vendor/tempusdominus/docs/ContributorsGuide/index.html +290 -0
  789. data/vendor/tempusdominus/docs/Events/index.html +244 -0
  790. data/vendor/tempusdominus/docs/Extras/index.html +210 -0
  791. data/vendor/tempusdominus/docs/FAQ/index.html +186 -0
  792. data/vendor/tempusdominus/docs/Functions/index.html +239 -0
  793. data/vendor/tempusdominus/docs/Installing/index.html +233 -0
  794. data/vendor/tempusdominus/docs/Options/index.html +862 -0
  795. data/vendor/tempusdominus/docs/Usage/index.html +853 -0
  796. data/vendor/tempusdominus/docs/android-chrome-192x192.png +0 -0
  797. data/vendor/tempusdominus/docs/android-chrome-256x256.png +0 -0
  798. data/vendor/tempusdominus/docs/apple-touch-icon.png +0 -0
  799. data/vendor/tempusdominus/docs/browserconfig.xml +9 -0
  800. data/vendor/tempusdominus/docs/css/base.css +1705 -0
  801. data/vendor/tempusdominus/docs/css/tempusdominus-bootstrap-4.css +206 -0
  802. data/vendor/tempusdominus/docs/favicon-16x16.png +0 -0
  803. data/vendor/tempusdominus/docs/favicon-32x32.png +0 -0
  804. data/vendor/tempusdominus/docs/favicon.ico +0 -0
  805. data/vendor/tempusdominus/docs/index.html +208 -0
  806. data/vendor/tempusdominus/docs/js/base.js +62 -0
  807. data/vendor/tempusdominus/docs/js/tempusdominus-bootstrap-4.js +2779 -0
  808. data/vendor/tempusdominus/docs/manifest.json +18 -0
  809. data/vendor/tempusdominus/docs/mstile-150x150.png +0 -0
  810. data/vendor/tempusdominus/docs/safari-pinned-tab.svg +18 -0
  811. data/vendor/tempusdominus/docs/search/lunr.min.js +7 -0
  812. data/vendor/tempusdominus/docs/search/mustache.min.js +1 -0
  813. data/vendor/tempusdominus/docs/search/require.js +36 -0
  814. data/vendor/tempusdominus/docs/search/search-results-template.mustache +4 -0
  815. data/vendor/tempusdominus/docs/search/search.js +92 -0
  816. data/vendor/tempusdominus/docs/search/search_index.json +1084 -0
  817. data/vendor/tempusdominus/docs/search/text.js +390 -0
  818. data/vendor/tempusdominus/docs/sitemap.xml +84 -0
  819. data/vendor/tempusdominus/docs/theme/404.html +12 -0
  820. data/vendor/tempusdominus/docs/theme/android-chrome-192x192.png +0 -0
  821. data/vendor/tempusdominus/docs/theme/android-chrome-256x256.png +0 -0
  822. data/vendor/tempusdominus/docs/theme/apple-touch-icon.png +0 -0
  823. data/vendor/tempusdominus/docs/theme/base.html +105 -0
  824. data/vendor/tempusdominus/docs/theme/browserconfig.xml +9 -0
  825. data/vendor/tempusdominus/docs/theme/content.html +8 -0
  826. data/vendor/tempusdominus/docs/theme/css/base.css +1705 -0
  827. data/vendor/tempusdominus/docs/theme/css/tempusdominus-bootstrap-4.css +206 -0
  828. data/vendor/tempusdominus/docs/theme/favicon-16x16.png +0 -0
  829. data/vendor/tempusdominus/docs/theme/favicon-32x32.png +0 -0
  830. data/vendor/tempusdominus/docs/theme/favicon.ico +0 -0
  831. data/vendor/tempusdominus/docs/theme/js/base.js +62 -0
  832. data/vendor/tempusdominus/docs/theme/js/tempusdominus-bootstrap-4.js +2779 -0
  833. data/vendor/tempusdominus/docs/theme/main.html +1 -0
  834. data/vendor/tempusdominus/docs/theme/manifest.json +18 -0
  835. data/vendor/tempusdominus/docs/theme/mstile-150x150.png +0 -0
  836. data/vendor/tempusdominus/docs/theme/nav.html +32 -0
  837. data/vendor/tempusdominus/docs/theme/safari-pinned-tab.svg +18 -0
  838. data/vendor/tempusdominus/docs/theme/search-modal.html +24 -0
  839. data/vendor/tempusdominus/docs/theme/toc.html +13 -0
  840. data/vendor/tempusdominus/eslintrc.json +125 -0
  841. data/vendor/tempusdominus/mkdocs.yml +19 -0
  842. data/vendor/tempusdominus/package-lock.json +6426 -0
  843. data/vendor/tempusdominus/package.json +79 -0
  844. data/vendor/tempusdominus/src/docs/ChangeLog.md +20 -0
  845. data/vendor/tempusdominus/src/docs/ContributorsGuide.md +85 -0
  846. data/vendor/tempusdominus/src/docs/Events.md +95 -0
  847. data/vendor/tempusdominus/src/docs/Extras.md +49 -0
  848. data/vendor/tempusdominus/src/docs/FAQ.md +22 -0
  849. data/vendor/tempusdominus/src/docs/Functions.md +82 -0
  850. data/vendor/tempusdominus/src/docs/Installing.md +67 -0
  851. data/vendor/tempusdominus/src/docs/Options.md +940 -0
  852. data/vendor/tempusdominus/src/docs/Usage.md +724 -0
  853. data/vendor/tempusdominus/src/docs/index.md +53 -0
  854. data/vendor/tempusdominus/src/docs/theme/404.html +12 -0
  855. data/vendor/tempusdominus/src/docs/theme/android-chrome-192x192.png +0 -0
  856. data/vendor/tempusdominus/src/docs/theme/android-chrome-256x256.png +0 -0
  857. data/vendor/tempusdominus/src/docs/theme/apple-touch-icon.png +0 -0
  858. data/vendor/tempusdominus/src/docs/theme/base.html +105 -0
  859. data/vendor/tempusdominus/src/docs/theme/browserconfig.xml +9 -0
  860. data/vendor/tempusdominus/src/docs/theme/content.html +8 -0
  861. data/vendor/tempusdominus/src/docs/theme/css/base.css +1705 -0
  862. data/vendor/tempusdominus/src/docs/theme/css/tempusdominus-bootstrap-4.css +206 -0
  863. data/vendor/tempusdominus/src/docs/theme/favicon-16x16.png +0 -0
  864. data/vendor/tempusdominus/src/docs/theme/favicon-32x32.png +0 -0
  865. data/vendor/tempusdominus/src/docs/theme/favicon.ico +0 -0
  866. data/vendor/tempusdominus/src/docs/theme/js/base.js +62 -0
  867. data/vendor/tempusdominus/src/docs/theme/js/tempusdominus-bootstrap-4.js +2779 -0
  868. data/vendor/tempusdominus/src/docs/theme/main.html +1 -0
  869. data/vendor/tempusdominus/src/docs/theme/manifest.json +18 -0
  870. data/vendor/tempusdominus/src/docs/theme/mstile-150x150.png +0 -0
  871. data/vendor/tempusdominus/src/docs/theme/nav.html +32 -0
  872. data/vendor/tempusdominus/src/docs/theme/safari-pinned-tab.svg +18 -0
  873. data/vendor/tempusdominus/src/docs/theme/search-modal.html +24 -0
  874. data/vendor/tempusdominus/src/docs/theme/toc.html +13 -0
  875. data/vendor/tempusdominus/src/js/tempusdominus-bootstrap-4.js +1182 -0
  876. data/vendor/tempusdominus/src/sass/_tempusdominus-bootstrap-4.scss +342 -0
  877. data/vendor/tempusdominus/src/sass/tempusdominus-bootstrap-4-build.scss +17 -0
  878. data/vendor/tempusdominus/tasks/bump_version.js +75 -0
  879. metadata +882 -5
@@ -0,0 +1,964 @@
1
+ Changelog
2
+ =========
3
+
4
+ ### 2.29.0 [See full changelog](https://gist.github.com/marwahaha/b0111718641a6461800066549957ec14)
5
+
6
+ * Release Sept 22, 2020
7
+
8
+ New locales (es-mx, bn-bd).
9
+ Minor bugfixes and locale improvements.
10
+ More tests.
11
+ Moment is in maintenance mode. Read more at this link:
12
+ https://momentjs.com/docs/#/-project-status/
13
+
14
+ ### 2.28.0 [See full changelog](https://gist.github.com/marwahaha/028fd6c2b2470b2804857cfd63c0e94f)
15
+
16
+ * Release Sept 13, 2020
17
+
18
+ Fix bug where .format() modifies original instance, and locale updates
19
+
20
+ ### 2.27.0 [See full changelog](https://gist.github.com/marwahaha/5100c9c2f42019067b1f6cefc333daa7)
21
+
22
+ * Release June 18, 2020
23
+
24
+ Added Turkmen locale, other locale improvements, slight TypeScript fixes
25
+
26
+ ### 2.26.0 [See full changelog](https://gist.github.com/marwahaha/0725c40740560854a849b096ea7b7590)
27
+
28
+ * Release May 19, 2020
29
+
30
+ TypeScript fixes and many locale improvements
31
+
32
+ ### 2.25.3
33
+
34
+ * Release May 4, 2020
35
+
36
+ Remove package.json module property. It looks like webpack behaves differently
37
+ for modules loaded via module vs jsnext:main.
38
+
39
+ ### 2.25.2
40
+
41
+ * Release May 4, 2020
42
+
43
+ This release includes ES Module bundled moment, separate from it's source code
44
+ under dist/ folder. This might alleviate issues with finding the `./locale
45
+ subfolder for loading locales. This might also mean now webpack will bundle all
46
+ locales automatically, unless told otherwise.
47
+
48
+ ### 2.25.1
49
+
50
+ * Release May 1, 2020
51
+
52
+ This is a quick patch release to address some of the issues raised after
53
+ releasing 2.25.0.
54
+
55
+ * [2e268635](https://github.com/moment/moment/commit/2e268635) [misc] Revert #5269 due to webpack warning
56
+ * [226799e1](https://github.com/moment/moment/commit/226799e1) [locale] fil: Fix metadata comment
57
+ * [a83a521](https://github.com/moment/moment/commit/a83a521) [bugfix] Fix typeoff usages
58
+ * [e324334](https://github.com/moment/moment/commit/e324334) [pkg] Add ts3.1-typings in npm package
59
+ * [28cc23e](https://github.com/moment/moment/commit/28cc23e) [misc] Remove deleted generated locale en-SG
60
+
61
+ ### 2.25.0 [See full changelog](https://gist.github.com/ichernev/6148e64df2427e455b10ce6a18de1a65)
62
+
63
+ * Release May 1, 2020
64
+
65
+ * [#4611](https://github.com/moment/moment/issues/4611) [022dc038](https://github.com/moment/moment/commit/022dc038) [feature] Support for strict string parsing, fixes [#2469](https://github.com/moment/moment/issues/2469)
66
+ * [#4599](https://github.com/moment/moment/issues/4599) [4b615b9d](https://github.com/moment/moment/commit/4b615b9d) [feature] Add support for eras in en and jp
67
+ * [#4296](https://github.com/moment/moment/issues/4296) [757d4ff8](https://github.com/moment/moment/commit/757d4ff8) [feature] Accept custom relative thresholds in duration.humanize
68
+
69
+ * 18 bigfixes
70
+ * 36 locale fixes
71
+ * 5 new locales (oc-lnc, zh-mo, en-in, gom-deva, fil)
72
+
73
+ ### 2.24.0 [See full changelog](https://gist.github.com/marwahaha/12366fe45bee328f33acf125d4cd540e)
74
+
75
+ * Release Jan 21, 2019
76
+
77
+ * [#4338](https://github.com/moment/moment/pull/4338) [bugfix] Fix startOf/endOf DST issues while boosting performance
78
+ * [#4553](https://github.com/moment/moment/pull/4553) [feature] Add localeSort param to Locale weekday methods
79
+ * [#4887](https://github.com/moment/moment/pull/4887) [bugfix] Make Duration#as work with quarters
80
+ * 3 new locales (it-ch, ga, en-SG)
81
+ * Lots of locale improvements
82
+
83
+ ### 2.23.0 [See full changelog](https://gist.github.com/marwahaha/eadb7ac11b761290399a576f8b2419a5)
84
+
85
+ * Release Dec 12, 2018
86
+
87
+ * [#4863](https://github.com/moment/moment/pull/4863) [new locale] added Kurdish language (ku)
88
+ * [#4417](https://github.com/moment/moment/pull/4417) [bugfix] isBetween should return false for invalid dates
89
+ * [#4700](https://github.com/moment/moment/pull/4700) [bugfix] Fix [#4698](https://github.com/moment/moment/pull/4698): Use ISO WeekYear for HTML5_FMT.WEEK
90
+ * [#4563](https://github.com/moment/moment/pull/4563) [feature] Fix [#4518](https://github.com/moment/moment/pull/4518): Add support to add/subtract ISO weeks
91
+ * other locale changes, build process changes, typos
92
+
93
+ ### 2.22.2 [See full changelog](https://gist.github.com/marwahaha/4d992c13c2dbc0f59d4d8acae1dc6d3a)
94
+
95
+ * Release May 31, 2018
96
+
97
+ * [#4564](https://github.com/moment/moment/pull/4564) [bugfix] Avoid using trim()
98
+ * [#4453](https://github.com/moment/moment/pull/4453) [bugfix] Treat periods as periods, not regex-anything period, for weekday parsing in strict mode.
99
+ * Minor locale improvements (pa-in, be, az)
100
+
101
+ ### 2.22.1 [See full changelog](https://gist.github.com/marwahaha/ff2cd13d0eda08afb7a237b10aae558c)
102
+
103
+ * Release Apr 14, 2018
104
+
105
+ * [#4495](https://github.com/moment/moment/pull/4495) [bugfix] Added HTML5_FMT to moment.d.ts
106
+ * Minor locale improvements
107
+ * QUnit upgrade and coveralls reporting
108
+
109
+ ### 2.22.0 [See full changelog](https://gist.github.com/marwahaha/ae895025dac3f0641fa9ec2e36d282bb)
110
+
111
+ * Release Mar 30, 2018
112
+
113
+ * [#4423](https://github.com/moment/moment/pull/4423) [new locale] Added Mongolian locale mn
114
+ * Various locale improvements
115
+ * Minor misc changes
116
+
117
+ ### 2.21.0 [See full changelog](https://gist.github.com/marwahaha/80d19ef882b71df1948df7865efdd40e)
118
+
119
+ * Release Mar 2, 2018
120
+
121
+ * [#4391](https://github.com/moment/moment/pull/4391) [bugfix] Fix [#4390](https://github.com/moment/moment/pull/4390): use offset properly in toISOString
122
+ * [#4310](https://github.com/moment/moment/pull/4310) [bugfix] Fix [#3883](https://github.com/moment/moment/pull/3883) lazy load parentLocale in defineLocale, fallback to global if missing
123
+ * [#4085](https://github.com/moment/moment/pull/4085) [misc] Print console warning when setting non-existent locales
124
+ * [#4371](https://github.com/moment/moment/pull/4371) [misc] fix deprecated rollup options
125
+ * New locales: ug-cn, en-il, tg
126
+ * Various locale improvements
127
+
128
+ ### 2.20.1 [See changelog](https://gist.github.com/marwahaha/d72c1cb22076373be889b16272cbd187)
129
+
130
+ * Release Dec 18, 2017
131
+
132
+ * [#4359](https://github.com/moment/moment/pull/4359) [locale] Fix Arabic locale for months (again)
133
+ * [#4357](https://github.com/moment/moment/pull/4357) [misc] Add optional parameter keepOffset to toISOString
134
+
135
+ ### 2.20.0 [See full changelog](https://gist.github.com/marwahaha/e0d4135fbf8bb75fa85c4aa2bddc5031)
136
+
137
+ * Release Dec 16, 2017
138
+
139
+ * [#4312](https://github.com/moment/moment/pull/4312) [bugfix] Fix [#4251](https://github.com/moment/moment/pull/4251): Avoid RFC2822 in utc() test
140
+ * [#4240](https://github.com/moment/moment/pull/4240) [bugfix] Fix incorrect strict parsing with full-width parentheses
141
+ * [#4341](https://github.com/moment/moment/pull/4341) [feature] Prevent toISOString converting to UTC (issue [#1751](https://github.com/moment/moment/pull/1751))
142
+ * [#4154](https://github.com/moment/moment/pull/4154) [feature] add format constants to support output to HTML5 input type formats (see [#3928](https://github.com/moment/moment/pull/3928))
143
+ * [#4143](https://github.com/moment/moment/pull/4143) [new locale] mt: Maltese language
144
+ * [#4183](https://github.com/moment/moment/pull/4183) [locale] Relative seconds i18n
145
+ * Various other locale improvements
146
+
147
+ ### 2.19.4 [See changelog](https://gist.github.com/marwahaha/d3b7b0ddf4bdae512244f16e8cc59efb)
148
+
149
+ * Release Dec 10, 2017
150
+
151
+ * [#4332](https://github.com/moment/moment/pull/4332) [bugfix] Fix weekday verification for UTC and offset days (fixes [#4227](https://github.com/moment/moment/pull/4227))
152
+ * [#4336](https://github.com/moment/moment/pull/4336) [bugfix] Fix [#4334](https://github.com/moment/moment/pull/4334): Remove unused function call argument
153
+ * [#4246](https://github.com/moment/moment/pull/4246) [misc] Add 'ss' relative time key to typescript definition
154
+
155
+ ### 2.19.3 [See changelog](https://gist.github.com/marwahaha/3654006bc0c2e522451c08d12c0bfabf)
156
+
157
+ * Release Nov 29, 2017
158
+
159
+ * [#4326](https://github.com/moment/moment/pull/4326) [bugfix] Fix for ReDOS vulnerability (see [#4163](https://github.com/moment/moment/issues/4163))
160
+ * [#4289](https://github.com/moment/moment/pull/4289) [misc] Fix spelling and formatting for U.S. for es-us
161
+
162
+ ### 2.19.2 [See changelog (it's the same >:D)](https://gist.github.com/ichernev/76b1a3f33d3a8ff9665ce434a45221d0)
163
+
164
+ * Release Nov 11, 2017
165
+
166
+ * [#4255](https://github.com/moment/moment/pull/4255) [bugfix] Fix year setter for random days in a leap year, fixes [#4238](https://github.com/moment/moment/issues/4238)
167
+ * [#4242](https://github.com/moment/moment/pull/4242) [bugfix] updateLocale now tries to load parent, fixes [#3626](https://github.com/moment/moment/issues/3626)
168
+
169
+ ### 2.19.1
170
+
171
+ * Release Oct 11, 2017
172
+
173
+ Make react native and webpack both work
174
+ * #4225 #4226 #4232
175
+
176
+ ### 2.19.0 [See full changelog](https://gist.github.com/ichernev/5f3f4eb02761b4f765a0cccf02cec603)
177
+
178
+ * Release Oct 10, 2017
179
+
180
+ ## Fix React Native 0.49+ crash
181
+ * [#4213](https://github.com/moment/moment/pull/4213) [critical] Rename dynamic
182
+ require to avoid React Native crash
183
+ * [#4214](https://github.com/moment/moment/pull/4214) [fixup] Move require
184
+ rename inside try/catch, fixes
185
+ [#4213](https://github.com/moment/moment/issues/4213)
186
+
187
+ ## Features
188
+
189
+ * [#3735](https://github.com/moment/moment/pull/3735) [feature] Ignore NaN values in setters
190
+ * [#4106](https://github.com/moment/moment/pull/4106) [fixup] Drop isNumeric utility fn, fixes [#3735](https://github.com/moment/moment/issues/3735)
191
+ * [#4080](https://github.com/moment/moment/pull/4080) [feature] Implement a clone method for durations, fixes [#4078](https://github.com/moment/moment/issues/4078)
192
+ * [#4215](https://github.com/moment/moment/pull/4215) [misc] TS: Add duration.clone(), for [#4080](https://github.com/moment/moment/issues/4080)
193
+
194
+ ## Packaging
195
+
196
+ * [#4003](https://github.com/moment/moment/pull/4003) [pkg] bower: Remove tests from package
197
+ * [#3904](https://github.com/moment/moment/pull/3904) [pkg] jsnext:main -> module in package.json
198
+ * [#4060](https://github.com/moment/moment/pull/4060) [pkg] Account for new rollup interface
199
+
200
+ Bugfixes, new locales, locale fixes etc...
201
+
202
+ ### 2.18.1
203
+
204
+ * Release Mar 22, 2017
205
+
206
+ * [#3853](https://github.com/moment/moment/pull/3853) [misc] Fix invalid whitespace character causing inability to parse
207
+ moment.js
208
+
209
+ ### 2.18.0 [See full changelog](https://gist.github.com/ichernev/78920c5a1e419fb28c6e4546d1b7235c)
210
+
211
+ * Release Mar 18, 2017
212
+
213
+ ## Features
214
+
215
+ * [#3708](https://github.com/moment/moment/pull/3708) [feature] RFC2822 parsing
216
+ * [#3611](https://github.com/moment/moment/pull/3611) [feature] Durations gain validity
217
+ * [#3738](https://github.com/moment/moment/pull/3738) [feature] Enable relative time for multiple seconds, request [#2558](https://github.com/moment/moment/issues/2558)
218
+ * [#3766](https://github.com/moment/moment/pull/3766) [feature] Add support for k and kk format parsing
219
+
220
+ ## Bugfixes
221
+
222
+ * [#3643](https://github.com/moment/moment/pull/3643) [bugfix] Fixes [#3520](https://github.com/moment/moment/issues/3520), parseZone incorrectly handled minutes under 16
223
+ * [#3710](https://github.com/moment/moment/pull/3710) [bugfix] Fixes [#3632](https://github.com/moment/moment/issues/3632), toISOString returns null for invalid date
224
+ * [#3787](https://github.com/moment/moment/pull/3787) [bugfix] Fixes [#3717](https://github.com/moment/moment/issues/3717), ensure day-of-year is non-zero
225
+ * [#3780](https://github.com/moment/moment/pull/3780) [bugfix] Fixes [#3765](https://github.com/moment/moment/issues/3765): Ensure year 0 is formatted with YYYY
226
+ * [#3806](https://github.com/moment/moment/pull/3806) [bugfix] Fixes [#3805](https://github.com/moment/moment/issues/3805), fix locale month getters for standalone/format cases
227
+
228
+ 7 new locales, many locale improvements and some misc changes
229
+
230
+ ### 2.17.1 [Also available here](https://gist.github.com/ichernev/f38280b2b29c4932914a6d3a4e50bfb2)
231
+ * Release Dec 03, 2016
232
+
233
+ * [#3638](https://github.com/moment/moment/pull/3638) [misc] TS: Make typescript definitions work with 1.x
234
+ * [#3628](https://github.com/moment/moment/pull/3628) [misc] Adds "sign CLA" link to `CONTRIBUTING.md`
235
+ * [#3640](https://github.com/moment/moment/pull/3640) [misc] Fix locale issues
236
+
237
+ ### 2.17.0 [Also available here](https://gist.github.com/ichernev/ed58f76fb95205eeac653d719972b90c)
238
+ * Release Nov 22, 2016
239
+
240
+ * [#3435](https://github.com/moment/moment/pull/3435) [new locale] yo: Yoruba (Nigeria) locale
241
+ * [#3595](https://github.com/moment/moment/pull/3595) [bugfix] Fix accidental reference to global "value" variable
242
+ * [#3506](https://github.com/moment/moment/pull/3506) [bugfix] Fix invalid moments returning valid dates to method calls
243
+ * [#3563](https://github.com/moment/moment/pull/3563) [locale] ca: Change future relative time
244
+ * [#3504](https://github.com/moment/moment/pull/3504) [tests] Fixes [#3463](https://github.com/moment/moment/issues/3463), parseZone not handling Z correctly (tests only)
245
+ * [#3591](https://github.com/moment/moment/pull/3591) [misc] typescript: update typescript to 2.0.8, add strictNullChecks=true
246
+ * [#3597](https://github.com/moment/moment/pull/3597) [misc] Fixed capitalization in nuget spec
247
+
248
+ ### 2.16.0 [See full changelog](https://gist.github.com/ichernev/17bffc1005a032cb1a8ac4c1558b4994)
249
+ * Release Nov 9, 2016
250
+
251
+ ## Features
252
+ * [#3530](https://github.com/moment/moment/pull/3530) [feature] Check whether input is date before checking if format is array
253
+ * [#3515](https://github.com/moment/moment/pull/3515) [feature] Fix [#2300](https://github.com/moment/moment/issues/2300): Default to current week.
254
+
255
+ ## Bugfixes
256
+ * [#3546](https://github.com/moment/moment/pull/3546) [bugfix] Implement lazy-loading of child locales with missing prents
257
+ * [#3523](https://github.com/moment/moment/pull/3523) [bugfix] parseZone should handle UTC
258
+ * [#3502](https://github.com/moment/moment/pull/3502) [bugfix] Fix [#3500](https://github.com/moment/moment/issues/3500): ISO 8601 parsing should match the full string, not the beginning of the string.
259
+ * [#3581](https://github.com/moment/moment/pull/3581) [bugfix] Fix parseZone, redo [#3504](https://github.com/moment/moment/issues/3504), fix [#3463](https://github.com/moment/moment/issues/3463)
260
+
261
+ ## New Locales
262
+ * [#3416](https://github.com/moment/moment/pull/3416) [new locale] nl-be: Dutch (Belgium) locale
263
+ * [#3393](https://github.com/moment/moment/pull/3393) [new locale] ar-dz: Arabic (Algeria) locale
264
+ * [#3342](https://github.com/moment/moment/pull/3342) [new locale] tet: Tetun Dili (East Timor) locale
265
+
266
+ And more locale, build and typescript improvements
267
+
268
+ ### 2.15.2
269
+ * Release Oct 23, 2016
270
+ * [#3525](https://github.com/moment/moment/pull/3525) Speedup month standalone/format regexes **(IMPORTANT)**
271
+ * [#3466](https://github.com/moment/moment/pull/3466) Fix typo of Javanese
272
+
273
+ ### 2.15.1
274
+ * Release Sept 20, 2016
275
+ * [#3438](https://github.com/moment/moment/pull/3438) Fix locale autoload, revert [#3344](https://github.com/moment/moment/pull/3344)
276
+
277
+ ### 2.15.0 [See full changelog](https://gist.github.com/ichernev/10e1c5bf647545c72ca30e9628a09ed3)
278
+ - Release Sept 12, 2016
279
+
280
+ ## New Locales
281
+ * [#3255](https://github.com/moment/moment/pull/3255) [new locale] mi: Maori language
282
+ * [#3267](https://github.com/moment/moment/pull/3267) [new locale] ar-ly: Arabic (Libya) locale
283
+ * [#3333](https://github.com/moment/moment/pull/3333) [new locale] zh-hk: Chinese (Hong Kong) locale
284
+
285
+ ## Bugfixes
286
+ * [#3276](https://github.com/moment/moment/pull/3276) [bugfix] duration: parser: Support ms durations in .NET syntax
287
+ * [#3312](https://github.com/moment/moment/pull/3312) [bugfix] locales: Enable locale-data getters without moment (fixes [#3284](https://github.com/moment/moment/issues/3284))
288
+ * [#3381](https://github.com/moment/moment/pull/3381) [bugfix] parsing: Fix parseZone without timezone in string, fixes [#3083](https://github.com/moment/moment/issues/3083)
289
+ * [#3383](https://github.com/moment/moment/pull/3383) [bugfix] toJSON: Fix isValid so that toJSON works after a moment is frozen
290
+ * [#3427](https://github.com/moment/moment/pull/3427) [bugfix] ie8: Fix IE8 (regression in 2.14.x)
291
+
292
+ ## Packaging
293
+ * [#3299](https://github.com/moment/moment/pull/3299) [pkg] npm: Do not include .npmignore in npm package
294
+ * [#3273](https://github.com/moment/moment/pull/3273) [pkg] jspm: Include moment.d.ts file in package
295
+ * [#3344](https://github.com/moment/moment/pull/3344) [pkg] exports: use module.require for nodejs
296
+
297
+ Also some locale and typescript improvements
298
+
299
+ ### 2.14.1
300
+ - Release July 20, 2016
301
+ * [#3280](https://github.com/moment/moment/pull/3280) Fix typescript definitions
302
+
303
+
304
+ ### 2.14.0 [See full changelog](https://gist.github.com/ichernev/812e79ac36a7829a22598fe964bfc18a)
305
+
306
+ - Release July 20, 2016
307
+
308
+ ## New Features
309
+ * [#3233](https://github.com/moment/moment/pull/3233) Introduce month.isFormat for format/standalone discovery
310
+ * [#2848](https://github.com/moment/moment/pull/2848) Allow user to get/set the rounding method used when calculating relative time
311
+ * [#3112](https://github.com/moment/moment/pull/3112) optimize configFromStringAndFormat
312
+ * [#3147](https://github.com/moment/moment/pull/3147) Call calendar format function with moment context
313
+ * [#3160](https://github.com/moment/moment/pull/3160) deprecate isDSTShifted
314
+ * [#3175](https://github.com/moment/moment/pull/3175) make moment calendar extensible with ad-hoc options
315
+ * [#3191](https://github.com/moment/moment/pull/3191) toDate returns a copy of the internal date object
316
+ * [#3192](https://github.com/moment/moment/pull/3192) Adding support for rollup import.
317
+ * [#3238](https://github.com/moment/moment/pull/3238) Handle empty object and empty array for creation as now
318
+ * [#3082](https://github.com/moment/moment/pull/3082) Use relative AMD moment dependency
319
+
320
+ ## Bugfixes
321
+ * [#3241](https://github.com/moment/moment/pull/3241) Escape all 24 mixed pieces, not only first 12 in computeMonthsParse
322
+ * [#3008](https://github.com/moment/moment/pull/3008) Object setter orders sets based on size of unit
323
+ * [#3177](https://github.com/moment/moment/pull/3177) Bug Fix [#2704](https://github.com/moment/moment/pull/2704) - isoWeekday(String) inconsistent with isoWeekday(Number)
324
+ * [#3230](https://github.com/moment/moment/pull/3230) fix passing date with format string to ignore format string
325
+ * [#3232](https://github.com/moment/moment/pull/3232) Fix negative 0 in certain diff cases
326
+ * [#3235](https://github.com/moment/moment/pull/3235) Use proper locale inheritance for the base locale, fixes [#3137](https://github.com/moment/moment/pull/3137)
327
+
328
+ Plus es-do locale and locale bugfixes
329
+
330
+ ### 2.13.0 [See full changelog](https://gist.github.com/ichernev/0132fcf5b61f7fc140b0bb0090480d49)
331
+ - Release April 18, 2016
332
+
333
+ ## Enhancements:
334
+ * [#2982](https://github.com/moment/moment/pull/2982) Add 'date' as alias to 'day' for startOf() and endOf().
335
+ * [#2955](https://github.com/moment/moment/pull/2955) Add parsing negative components in durations when ISO 8601
336
+ * [#2991](https://github.com/moment/moment/pull/2991) isBetween support for both open and closed intervals
337
+ * [#3105](https://github.com/moment/moment/pull/3105) Add localeSorted argument to weekday listers
338
+ * [#3102](https://github.com/moment/moment/pull/3102) Add k and kk formatting tokens
339
+
340
+ ## Bugfixes
341
+ * [#3109](https://github.com/moment/moment/pull/3109) Fix [#1756](https://github.com/moment/moment/issues/1756) Resolved thread-safe issue on server side.
342
+ * [#3078](https://github.com/moment/moment/pull/3078) Fix parsing for months/weekdays with weird characters
343
+ * [#3098](https://github.com/moment/moment/pull/3098) Use Z suffix when in UTC mode ([#3020](https://github.com/moment/moment/issues/3020))
344
+ * [#2995](https://github.com/moment/moment/pull/2995) Fix floating point rounding errors in durations
345
+ * [#3059](https://github.com/moment/moment/pull/3059) fix bug where diff returns -0 in month-related diffs
346
+ * [#3045](https://github.com/moment/moment/pull/3045) Fix mistaking any input for 'a' token
347
+ * [#2877](https://github.com/moment/moment/pull/2877) Use explicit .valueOf() calls instead of coercion
348
+ * [#3036](https://github.com/moment/moment/pull/3036) Year setter should keep time when DST changes
349
+
350
+ Plus 3 new locales and locale fixes.
351
+
352
+ ### 2.12.0 [See full changelog](https://gist.github.com/ichernev/6e5bfdf8d6522fc4ac73)
353
+
354
+ - Release March 7, 2016
355
+
356
+ ## Enhancements:
357
+ * [#2932](https://github.com/moment/moment/pull/2932) List loaded locales
358
+ * [#2818](https://github.com/moment/moment/pull/2818) Parse ISO-8061 duration containing both day and week values
359
+ * [#2774](https://github.com/moment/moment/pull/2774) Implement locale inheritance and locale updating
360
+
361
+ ## Bugfixes:
362
+ * [#2970](https://github.com/moment/moment/pull/2970) change add subtract to handle decimal values by rounding
363
+ * [#2887](https://github.com/moment/moment/pull/2887) Fix toJSON casting of invalid moment
364
+ * [#2897](https://github.com/moment/moment/pull/2897) parse string arguments for month() correctly, closes #2884
365
+ * [#2946](https://github.com/moment/moment/pull/2946) Fix usage suggestions for min and max
366
+
367
+ ## New locales:
368
+ * [#2917](https://github.com/moment/moment/pull/2917) Locale Punjabi(Gurmukhi) India format conversion
369
+
370
+ And more
371
+
372
+ ### 2.11.2 (Fix ReDoS attack vector)
373
+
374
+ - Release February 7, 2016
375
+
376
+ * [#2939](https://github.com/moment/moment/pull/2939) use full-string match to speed up aspnet regex match
377
+
378
+ ### 2.11.1 [See full changelog](https://gist.github.com/ichernev/8ec3ee25b749b4cff3c2)
379
+
380
+ - Release January 9, 2016
381
+
382
+ ## Bugfixes:
383
+ * [#2881](https://github.com/moment/moment/pull/2881) Revert "Merge pull request #2746 from mbad0la:develop" Sep->Sept
384
+ * [#2868](https://github.com/moment/moment/pull/2868) Add format and parse token Y, so it actually works
385
+ * [#2865](https://github.com/moment/moment/pull/2865) Use typeof checks for undefined for global variables
386
+ * [#2858](https://github.com/moment/moment/pull/2858) Fix Date mocking regression introduced in 2.11.0
387
+ * [#2864](https://github.com/moment/moment/pull/2864) Include changelog in npm release
388
+ * [#2830](https://github.com/moment/moment/pull/2830) dep: add grunt-cli
389
+ * [#2869](https://github.com/moment/moment/pull/2869) Fix months parsing for some locales
390
+
391
+ ### 2.11.0 [See full changelog](https://gist.github.com/ichernev/6594bc29719dde6b2f66)
392
+
393
+ - Release January 4, 2016
394
+
395
+ * [#2624](https://github.com/moment/moment/pull/2624) Proper handling of invalid moments
396
+ * [#2634](https://github.com/moment/moment/pull/2634) Fix strict month parsing issue in cs,ru,sk
397
+ * [#2735](https://github.com/moment/moment/pull/2735) Reset the locale back to 'en' after defining all locales in min/locales.js
398
+ * [#2702](https://github.com/moment/moment/pull/2702) Week rework
399
+ * [#2746](https://github.com/moment/moment/pull/2746) Changed September Abbreviation to "Sept" in locale-specific english
400
+ files and default locale file
401
+ * [#2646](https://github.com/moment/moment/pull/2646) Fix [#2645](https://github.com/moment/moment/pull/2645) - invalid dates pre-1970
402
+
403
+ * [#2641](https://github.com/moment/moment/pull/2641) Implement basic format and comma as ms separator in ISO 8601
404
+ * [#2665](https://github.com/moment/moment/pull/2665) Implement stricter weekday parsing
405
+ * [#2700](https://github.com/moment/moment/pull/2700) Add [Hh]mm and [Hh]mmss formatting tokens, so you can parse 123 with
406
+ hmm for example
407
+ * [#2565](https://github.com/moment/moment/pull/2565) [#2835](https://github.com/moment/moment/pull/2835) Expose arguments used for moment creation with creationData
408
+ (fix [#2443](https://github.com/moment/moment/pull/2443))
409
+ * [#2648](https://github.com/moment/moment/pull/2648) fix issue [#2640](https://github.com/moment/moment/pull/2640): support instanceof operator
410
+ * [#2709](https://github.com/moment/moment/pull/2709) Add isSameOrAfter and isSameOrBefore comparison methods
411
+ * [#2721](https://github.com/moment/moment/pull/2721) Fix moment creation from object with strings values
412
+ * [#2740](https://github.com/moment/moment/pull/2740) Enable 'd hh:mm:ss.sss' format for durations
413
+ * [#2766](https://github.com/moment/moment/pull/2766) [#2833](https://github.com/moment/moment/pull/2833) Alternate Clock Source Support
414
+
415
+ ### 2.10.6
416
+
417
+ - Release July 28, 2015
418
+
419
+ [#2515](https://github.com/moment/moment/pull/2515) Fix regression introduced
420
+ in `2.10.5` related to `moment.ISO_8601` parsing.
421
+
422
+ ### 2.10.5 [See full changelog](https://gist.github.com/ichernev/6ec13ac7efc396da44b2)
423
+
424
+ - Release July 26, 2015
425
+
426
+ Important changes:
427
+ * [#2357](https://github.com/moment/moment/pull/2357) Improve unit bubbling for ISO dates
428
+ this fixes day to year conversions to work around end-of-year (~365 days). As
429
+ a side effect 365 days is 11 months and 30 days, and 366 days is one year.
430
+ * [#2438](https://github.com/moment/moment/pull/2438) Fix inconsistent moment.min and moment.max results
431
+ Return invalid result if any of the inputs is invalid
432
+ * [#2494](https://github.com/moment/moment/pull/2494) Fix two digit year parsing with YYYY format
433
+ This brings the benefits of YY to YYYY
434
+ * [#2368](https://github.com/moment/moment/pull/2368) perf: use faster form of copying dates, across the board improvement
435
+
436
+
437
+ ### 2.10.3 [See full changelog](https://gist.github.com/ichernev/f264b9bed5b00f8b1b7f)
438
+
439
+ - Release May 13, 2015
440
+
441
+ * add `moment.fn.to` and `moment.fn.toNow` (similar to `from` and `fromNow`)
442
+ * new locales (Sinhalese (si), Montenegrin (me), Javanese (ja))
443
+ * performance improvements
444
+
445
+ ### 2.10.2
446
+
447
+ - Release April 9, 2015
448
+
449
+ * fixed moment-with-locales in browser env caused by esperanto change
450
+
451
+ ### 2.10.1
452
+
453
+ * regression: Add moment.duration.fn back
454
+
455
+ ### 2.10.0
456
+
457
+ Ported code to es6 modules.
458
+
459
+ ### 2.9.0 [See full changelog](https://gist.github.com/ichernev/0c9a9b49951111a27ce7)
460
+
461
+ - Release January 8, 2015
462
+
463
+ languages:
464
+ * [2104](https://github.com/moment/moment/issues/2104) Frisian (fy) language file with unit test
465
+ * [2097](https://github.com/moment/moment/issues/2097) add ar-tn locale
466
+
467
+ deprecations:
468
+ * [2074](https://github.com/moment/moment/issues/2074) Implement `moment.fn.utcOffset`, deprecate `moment.fn.zone`
469
+
470
+ features:
471
+ * [2088](https://github.com/moment/moment/issues/2088) add moment.fn.isBetween
472
+ * [2054](https://github.com/moment/moment/issues/2054) Call updateOffset when creating moment (needed for default timezone in
473
+ moment-timezone)
474
+ * [1893](https://github.com/moment/moment/issues/1893) Add moment.isDate method
475
+ * [1825](https://github.com/moment/moment/issues/1825) Implement toJSON function on Duration
476
+ * [1809](https://github.com/moment/moment/issues/1809) Allowing moment.set() to accept a hash of units
477
+ * [2128](https://github.com/moment/moment/issues/2128) Add firstDayOfWeek, firstDayOfYear locale getters
478
+ * [2131](https://github.com/moment/moment/issues/2131) Add quarter diff support
479
+
480
+ Some bugfixes and language improvements -- [full changelog](https://gist.github.com/ichernev/0c9a9b49951111a27ce7)
481
+
482
+ ### 2.8.4 [See full changelog](https://gist.github.com/ichernev/a4fcb0a46d74e4b9b996)
483
+
484
+ - Release November 19, 2014
485
+
486
+ Features:
487
+
488
+ * [#2000](https://github.com/moment/moment/issues/2000) Add LTS localised format that includes seconds
489
+ * [#1960](https://github.com/moment/moment/issues/1960) added formatToken 'x' for unix offset in milliseconds #1938
490
+ * [#1965](https://github.com/moment/moment/issues/1965) Support 24:00:00.000 to mean next day, at midnight.
491
+ * [#2002](https://github.com/moment/moment/issues/2002) Accept 'date' key when creating moment with object
492
+ * [#2009](https://github.com/moment/moment/issues/2009) Use native toISOString when we can
493
+
494
+ Some bugfixes and language improvements -- [full changelog](https://gist.github.com/ichernev/a4fcb0a46d74e4b9b996)
495
+
496
+ ### 2.8.3
497
+
498
+ - Release September 5, 2014
499
+
500
+ Bugfixes:
501
+
502
+ * [#1801](https://github.com/moment/moment/issues/1801) proper pluralization for Arabic
503
+ * [#1833](https://github.com/moment/moment/issues/1833) improve spm integration
504
+ * [#1871](https://github.com/moment/moment/issues/1871) fix zone bug caused by Firefox 24
505
+ * [#1882](https://github.com/moment/moment/issues/1882) Use hh:mm in Czech
506
+ * [#1883](https://github.com/moment/moment/issues/1883) Fix 2.8.0 regression in duration as conversions
507
+ * [#1890](https://github.com/moment/moment/issues/1890) Faster travis builds
508
+ * [#1892](https://github.com/moment/moment/issues/1892) Faster isBefore/After/Same
509
+ * [#1848](https://github.com/moment/moment/issues/1848) Fix flaky month diffs
510
+ * [#1895](https://github.com/moment/moment/issues/1895) Fix 2.8.0 regression in moment.utc with format array
511
+ * [#1896](https://github.com/moment/moment/issues/1896) Support setting invalid instance locale (noop)
512
+ * [#1897](https://github.com/moment/moment/issues/1897) Support moment([str]) in addition to moment([int])
513
+
514
+ ### 2.8.2
515
+
516
+ - Release August 22, 2014
517
+
518
+ Minor bugfixes:
519
+
520
+ * [#1874](https://github.com/moment/moment/issues/1874) use `Object.prototype.hasOwnProperty`
521
+ instead of `obj.hasOwnProperty` (ie8 bug)
522
+ * [#1873](https://github.com/moment/moment/issues/1873) add `duration#toString()`
523
+ * [#1859](https://github.com/moment/moment/issues/1859) better month/weekday names in norwegian
524
+ * [#1812](https://github.com/moment/moment/issues/1812) meridiem parsing for greek
525
+ * [#1804](https://github.com/moment/moment/issues/1804) spanish del -> de
526
+ * [#1800](https://github.com/moment/moment/issues/1800) korean LT improvement
527
+
528
+ ### 2.8.1
529
+
530
+ - Release August 1, 2014
531
+
532
+ * bugfix [#1813](https://github.com/moment/moment/issues/1813): fix moment().lang([key]) incompatibility
533
+
534
+ ### 2.8.0 [See changelog](https://gist.github.com/ichernev/ac3899324a5fa6c8c9b4)
535
+
536
+ - Release July 31, 2014
537
+
538
+ * incompatible changes
539
+ * [#1761](https://github.com/moment/moment/issues/1761): moments created without a language are no longer following the global language, in case it changes. Only newly created moments take the global language by default. In case you're affected by this, wait, comment on [#1797](https://github.com/moment/moment/issues/1797) and wait for a proper reimplementation
540
+ * [#1642](https://github.com/moment/moment/issues/1642): 45 days is no longer "a month" according to humanize, cutoffs for month, and year have changed. Hopefully your code does not depend on a particular answer from humanize (which it shouldn't anyway)
541
+ * [#1784](https://github.com/moment/moment/issues/1784): if you use the human readable English datetime format in a weird way (like storing them in a database) that would break when the format changes you're at risk.
542
+
543
+ * deprecations (old behavior will be dropped in 3.0)
544
+ * [#1761](https://github.com/moment/moment/issues/1761) `lang` is renamed to `locale`, `langData` -> `localeData`. Also there is now `defineLocale` that should be used when creating new locales
545
+ * [#1763](https://github.com/moment/moment/issues/1763) `add(unit, value)` and `subtract(unit, value)` are now deprecated. Use `add(value, unit)` and `subtract(value, unit)` instead.
546
+ * [#1759](https://github.com/moment/moment/issues/1759) rename `duration.toIsoString` to `duration.toISOString`. The js standard library and moment's `toISOString` follow that convention.
547
+
548
+ * new locales
549
+ * [#1789](https://github.com/moment/moment/issues/1789) Tibetan (bo)
550
+ * [#1786](https://github.com/moment/moment/issues/1786) Africaans (af)
551
+ * [#1778](https://github.com/moment/moment/issues/1778) Burmese (my)
552
+ * [#1727](https://github.com/moment/moment/issues/1727) Belarusian (be)
553
+
554
+ * bugfixes, locale bugfixes, performance improvements, features
555
+
556
+ ### 2.7.0 [See changelog](https://gist.github.com/ichernev/b0a3d456d5a84c9901d7)
557
+
558
+ - Release June 12, 2014
559
+
560
+ * new languages
561
+
562
+ * [#1678](https://github.com/moment/moment/issues/1678) Bengali (bn)
563
+ * [#1628](https://github.com/moment/moment/issues/1628) Azerbaijani (az)
564
+ * [#1633](https://github.com/moment/moment/issues/1633) Arabic, Saudi Arabia (ar-sa)
565
+ * [#1648](https://github.com/moment/moment/issues/1648) Austrian German (de-at)
566
+
567
+ * features
568
+
569
+ * [#1663](https://github.com/moment/moment/issues/1663) configurable relative time thresholds
570
+ * [#1554](https://github.com/moment/moment/issues/1554) support anchor time in moment.calendar
571
+ * [#1693](https://github.com/moment/moment/issues/1693) support moment.ISO_8601 as parsing format
572
+ * [#1637](https://github.com/moment/moment/issues/1637) add moment.min and moment.max and deprecate min/max instance methods
573
+ * [#1704](https://github.com/moment/moment/issues/1704) support string value in add/subtract
574
+ * [#1647](https://github.com/moment/moment/issues/1647) add spm support (package manager)
575
+
576
+ * bugfixes
577
+
578
+ ### 2.6.0 [See changelog](https://gist.github.com/ichernev/10544682)
579
+
580
+ - Release April 12 , 2014
581
+
582
+ * languages
583
+ * [#1529](https://github.com/moment/moment/issues/1529) Serbian-Cyrillic (sr-cyr)
584
+ * [#1544](https://github.com/moment/moment/issues/1544), [#1546](https://github.com/moment/moment/issues/1546) Khmer Cambodia (km)
585
+
586
+ * features
587
+ * [#1419](https://github.com/moment/moment/issues/1419), [#1468](https://github.com/moment/moment/issues/1468), [#1467](https://github.com/moment/moment/issues/1467), [#1546](https://github.com/moment/moment/issues/1546) better handling of timezone-d moments around DST
588
+ * [#1462](https://github.com/moment/moment/issues/1462) add weeksInYear and isoWeeksInYear
589
+ * [#1475](https://github.com/moment/moment/issues/1475) support ordinal parsing
590
+ * [#1499](https://github.com/moment/moment/issues/1499) composer support
591
+ * [#1577](https://github.com/moment/moment/issues/1577), [#1604](https://github.com/moment/moment/issues/1604) put Date parsing in moment.createFromInputFallback so it can be properly deprecated and controlled in the future
592
+ * [#1545](https://github.com/moment/moment/issues/1545) extract two-digit year parsing in moment.parseTwoDigitYear, so it can be overwritten
593
+ * [#1590](https://github.com/moment/moment/issues/1590) (see [#1574](https://github.com/moment/moment/issues/1574)) set AMD global before module definition to better support non AMD module dependencies used in AMD environment
594
+ * [#1589](https://github.com/moment/moment/issues/1589) remove global in Node.JS environment (was not working before, nobody complained, was scheduled for removal anyway)
595
+ * [#1586](https://github.com/moment/moment/issues/1586) support quarter setting and parsing
596
+
597
+ * 18 bugs fixed
598
+
599
+ ### 2.5.1
600
+
601
+ - Release January 22, 2014
602
+
603
+ * languages
604
+ * [#1392](https://github.com/moment/moment/issues/1392) Armenian (hy-am)
605
+
606
+ * bugfixes
607
+ * [#1429](https://github.com/moment/moment/issues/1429) fixes [#1423](https://github.com/moment/moment/issues/1423) weird chrome-32 bug with js object creation
608
+ * [#1421](https://github.com/moment/moment/issues/1421) remove html entities from Welsh
609
+ * [#1418](https://github.com/moment/moment/issues/1418) fixes [#1401](https://github.com/moment/moment/issues/1401) improved non-padded tokens in strict matching
610
+ * [#1417](https://github.com/moment/moment/issues/1417) fixes [#1404](https://github.com/moment/moment/issues/1404) handle buggy moment object created by property cloning
611
+ * [#1398](https://github.com/moment/moment/issues/1398) fixes [#1397](https://github.com/moment/moment/issues/1397) fix Arabic-like week number parsing
612
+ * [#1396](https://github.com/moment/moment/issues/1396) add leftZeroFill(4) to GGGG and gggg formats
613
+ * [#1373](https://github.com/moment/moment/issues/1373) use lowercase for months and days in Catalan
614
+
615
+ * testing
616
+ * [#1374](https://github.com/moment/moment/issues/1374) run tests on multiple browser/os combos via SauceLabs and Travis
617
+
618
+ ### 2.5.0 [See changelog](https://gist.github.com/ichernev/8104451)
619
+
620
+ - Release Dec 24, 2013
621
+
622
+ * New languages
623
+ * Luxemburish (lb) [1247](https://github.com/moment/moment/issues/1247)
624
+ * Serbian (rs) [1319](https://github.com/moment/moment/issues/1319)
625
+ * Tamil (ta) [1324](https://github.com/moment/moment/issues/1324)
626
+ * Macedonian (mk) [1337](https://github.com/moment/moment/issues/1337)
627
+
628
+ * Features
629
+ * [1311](https://github.com/moment/moment/issues/1311) Add quarter getter and format token `Q`
630
+ * [1303](https://github.com/moment/moment/issues/1303) strict parsing now respects number of digits per token (fix [1196](https://github.com/moment/moment/issues/1196))
631
+ * 0d30bb7 add jspm support
632
+ * [1347](https://github.com/moment/moment/issues/1347) improve zone parsing
633
+ * [1362](https://github.com/moment/moment/issues/1362) support merideam parsing in Korean
634
+
635
+ * 22 bugfixes
636
+
637
+ ### 2.4.0
638
+
639
+ - Release Oct 27, 2013
640
+
641
+ * **Deprecate** globally exported moment, will be removed in next major
642
+ * New languages
643
+ * Farose (fo) [#1206](https://github.com/moment/moment/issues/1206)
644
+ * Tagalog/Filipino (tl-ph) [#1197](https://github.com/moment/moment/issues/1197)
645
+ * Welsh (cy) [#1215](https://github.com/moment/moment/issues/1215)
646
+ * Bugfixes
647
+ * properly handle Z at the end of iso RegExp [#1187](https://github.com/moment/moment/issues/1187)
648
+ * chinese meridian time improvements [#1076](https://github.com/moment/moment/issues/1076)
649
+ * fix language tests [#1177](https://github.com/moment/moment/issues/1177)
650
+ * remove some failing tests (that should have never existed :))
651
+ [#1185](https://github.com/moment/moment/issues/1185)
652
+ [#1183](https://github.com/moment/moment/issues/1183)
653
+ * handle russian noun cases in weird cases [#1195](https://github.com/moment/moment/issues/1195)
654
+
655
+ ### 2.3.1
656
+
657
+ - Release Oct 9, 2013
658
+
659
+ Removed a trailing comma [1169] and fixed a bug with `months`, `weekdays` getters [#1171](https://github.com/moment/moment/issues/1171).
660
+
661
+ ### 2.3.0 [See changelog](https://gist.github.com/ichernev/6864354)
662
+
663
+ - Release Oct 7, 2013
664
+
665
+ Changed isValid, added strict parsing.
666
+ Week tokens parsing.
667
+
668
+ ### 2.2.1
669
+
670
+ - Release Sep 12, 2013
671
+
672
+ Fixed bug in string prototype test.
673
+ Updated authors and contributors.
674
+
675
+ ### 2.2.0 [See changelog](https://gist.github.com/ichernev/00f837a9baf46a3565e4)
676
+
677
+ - Release Sep 11, 2013
678
+
679
+ Added bower support.
680
+
681
+ Language files now use UMD.
682
+
683
+ Creating moment defaults to current date/month/year.
684
+
685
+ Added a bundle of moment and all language files.
686
+
687
+ ### 2.1.0 [See changelog](https://gist.github.com/timrwood/b8c2d90d528eddb53ab5)
688
+
689
+ - Release Jul 8, 2013
690
+
691
+ Added better week support.
692
+
693
+ Added ability to set offset with `moment#zone`.
694
+
695
+ Added ability to set month or weekday from a string.
696
+
697
+ Added `moment#min` and `moment#max`
698
+
699
+ ### 2.0.0 [See changelog](https://gist.github.com/timrwood/e72f2eef320ed9e37c51)
700
+
701
+ - Release Feb 9, 2013
702
+
703
+ Added short form localized tokens.
704
+
705
+ Added ability to define language a string should be parsed in.
706
+
707
+ Added support for reversed add/subtract arguments.
708
+
709
+ Added support for `endOf('week')` and `startOf('week')`.
710
+
711
+ Fixed the logic for `moment#diff(Moment, 'months')` and `moment#diff(Moment, 'years')`
712
+
713
+ `moment#diff` now floors instead of rounds.
714
+
715
+ Normalized `moment#toString`.
716
+
717
+ Added `isSame`, `isAfter`, and `isBefore` methods.
718
+
719
+ Added better week support.
720
+
721
+ Added `moment#toJSON`
722
+
723
+ Bugfix: Fixed parsing of first century dates
724
+
725
+ Bugfix: Parsing 10Sep2001 should work as expected
726
+
727
+ Bugfix: Fixed weirdness with `moment.utc()` parsing.
728
+
729
+ Changed language ordinal method to return the number + ordinal instead of just the ordinal.
730
+
731
+ Changed two digit year parsing cutoff to match strptime.
732
+
733
+ Removed `moment#sod` and `moment#eod` in favor of `moment#startOf` and `moment#endOf`.
734
+
735
+ Removed `moment.humanizeDuration()` in favor of `moment.duration().humanize()`.
736
+
737
+ Removed the lang data objects from the top level namespace.
738
+
739
+ Duplicate `Date` passed to `moment()` instead of referencing it.
740
+
741
+ ### 1.7.2 [See discussion](https://github.com/timrwood/moment/issues/456)
742
+
743
+ - Release Oct 2, 2012
744
+
745
+ Bugfixes
746
+
747
+ ### 1.7.1 [See discussion](https://github.com/timrwood/moment/issues/384)
748
+
749
+ - Release Oct 1, 2012
750
+
751
+ Bugfixes
752
+
753
+ ### 1.7.0 [See discussion](https://github.com/timrwood/moment/issues/288)
754
+
755
+ - Release Jul 26, 2012
756
+
757
+ Added `moment.fn.endOf()` and `moment.fn.startOf()`.
758
+
759
+ Added validation via `moment.fn.isValid()`.
760
+
761
+ Made formatting method 3x faster. http://jsperf.com/momentjs-cached-format-functions
762
+
763
+ Add support for month/weekday callbacks in `moment.fn.format()`
764
+
765
+ Added instance specific languages.
766
+
767
+ Added two letter weekday abbreviations with the formatting token `dd`.
768
+
769
+ Various language updates.
770
+
771
+ Various bugfixes.
772
+
773
+ ### 1.6.0 [See discussion](https://github.com/timrwood/moment/pull/268)
774
+
775
+ - Release Apr 26, 2012
776
+
777
+ Added Durations.
778
+
779
+ Revamped parser to support parsing non-separated strings (YYYYMMDD vs YYYY-MM-DD).
780
+
781
+ Added support for millisecond parsing and formatting tokens (S SS SSS)
782
+
783
+ Added a getter for `moment.lang()`
784
+
785
+ Various bugfixes.
786
+
787
+ There are a few things deprecated in the 1.6.0 release.
788
+
789
+ 1. The format tokens `z` and `zz` (timezone abbreviations like EST CST MST etc) will no longer be supported. Due to inconsistent browser support, we are unable to consistently produce this value. See [this issue](https://github.com/timrwood/moment/issues/162) for more background.
790
+
791
+ 2. The method `moment.fn.native` is deprecated in favor of `moment.fn.toDate`. There continue to be issues with Google Closure Compiler throwing errors when using `native`, even in valid instances.
792
+
793
+ 3. The way to customize am/pm strings is being changed. This would only affect you if you created a custom language file. For more information, see [this issue](https://github.com/timrwood/moment/pull/222).
794
+
795
+ ### 1.5.0 [See milestone](https://github.com/timrwood/moment/issues?milestone=10&page=1&state=closed)
796
+
797
+ - Release Mar 20, 2012
798
+
799
+ Added UTC mode.
800
+
801
+ Added automatic ISO8601 parsing.
802
+
803
+ Various bugfixes.
804
+
805
+ ### 1.4.0 [See milestone](https://github.com/timrwood/moment/issues?milestone=8&state=closed)
806
+
807
+ - Release Feb 4, 2012
808
+
809
+ Added `moment.fn.toDate` as a replacement for `moment.fn.native`.
810
+
811
+ Added `moment.fn.sod` and `moment.fn.eod` to get the start and end of day.
812
+
813
+ Various bugfixes.
814
+
815
+ ### 1.3.0 [See milestone](https://github.com/timrwood/moment/issues?milestone=7&state=closed)
816
+
817
+ - Release Jan 5, 2012
818
+
819
+ Added support for parsing month names in the current language.
820
+
821
+ Added escape blocks for parsing tokens.
822
+
823
+ Added `moment.fn.calendar` to format strings like 'Today 2:30 PM', 'Tomorrow 1:25 AM', and 'Last Sunday 4:30 AM'.
824
+
825
+ Added `moment.fn.day` as a setter.
826
+
827
+ Various bugfixes
828
+
829
+ ### 1.2.0 [See milestone](https://github.com/timrwood/moment/issues?milestone=4&state=closed)
830
+
831
+ - Release Dec 7, 2011
832
+
833
+ Added timezones to parser and formatter.
834
+
835
+ Added `moment.fn.isDST`.
836
+
837
+ Added `moment.fn.zone` to get the timezone offset in minutes.
838
+
839
+ ### 1.1.2 [See milestone](https://github.com/timrwood/moment/issues?milestone=6&state=closed)
840
+
841
+ - Release Nov 18, 2011
842
+
843
+ Various bugfixes
844
+
845
+ ### 1.1.1 [See milestone](https://github.com/timrwood/moment/issues?milestone=5&state=closed)
846
+
847
+ - Release Nov 12, 2011
848
+
849
+ Added time specific diffs (months, days, hours, etc)
850
+
851
+ ### 1.1.0
852
+
853
+ - Release Oct 28, 2011
854
+
855
+ Added `moment.fn.format` localized masks. 'L LL LLL LLLL' [issue 29](https://github.com/timrwood/moment/pull/29)
856
+
857
+ Fixed [issue 31](https://github.com/timrwood/moment/pull/31).
858
+
859
+ ### 1.0.1
860
+
861
+ - Release Oct 18, 2011
862
+
863
+ Added `moment.version` to get the current version.
864
+
865
+ Removed `window !== undefined` when checking if module exists to support browserify. [issue 25](https://github.com/timrwood/moment/pull/25)
866
+
867
+ ### 1.0.0
868
+
869
+ - Release
870
+
871
+ Added convenience methods for getting and setting date parts.
872
+
873
+ Added better support for `moment.add()`.
874
+
875
+ Added better lang support in NodeJS.
876
+
877
+ Renamed library from underscore.date to Moment.js
878
+
879
+ ### 0.6.1
880
+
881
+ - Release Oct 12, 2011
882
+
883
+ Added Portuguese, Italian, and French language support
884
+
885
+ ### 0.6.0
886
+
887
+ - Release Sep 21, 2011
888
+
889
+ Added _date.lang() support.
890
+ Added support for passing multiple formats to try to parse a date. _date("07-10-1986", ["MM-DD-YYYY", "YYYY-MM-DD"]);
891
+ Made parse from string and single format 25% faster.
892
+
893
+ ### 0.5.2
894
+
895
+ - Release Jul 11, 2011
896
+
897
+ Bugfix for [issue 8](https://github.com/timrwood/underscore.date/pull/8) and [issue 9](https://github.com/timrwood/underscore.date/pull/9).
898
+
899
+ ### 0.5.1
900
+
901
+ - Release Jun 17, 2011
902
+
903
+ Bugfix for [issue 5](https://github.com/timrwood/underscore.date/pull/5).
904
+
905
+ ### 0.5.0
906
+
907
+ - Release Jun 13, 2011
908
+
909
+ Dropped the redundant `_date.date()` in favor of `_date()`.
910
+ Removed `_date.now()`, as it is a duplicate of `_date()` with no parameters.
911
+ Removed `_date.isLeapYear(yearNumber)`. Use `_date([yearNumber]).isLeapYear()` instead.
912
+ Exposed customization options through the `_date.relativeTime`, `_date.weekdays`, `_date.weekdaysShort`, `_date.months`, `_date.monthsShort`, and `_date.ordinal` variables instead of the `_date.customize()` function.
913
+
914
+ ### 0.4.1
915
+
916
+ - Release May 9, 2011
917
+
918
+ Added date input formats for input strings.
919
+
920
+ ### 0.4.0
921
+
922
+ - Release May 9, 2011
923
+
924
+ Added underscore.date to npm. Removed dependencies on underscore.
925
+
926
+ ### 0.3.2
927
+
928
+ - Release Apr 9, 2011
929
+
930
+ Added `'z'` and `'zz'` to `_.date().format()`. Cleaned up some redundant code to trim off some bytes.
931
+
932
+ ### 0.3.1
933
+
934
+ - Release Mar 25, 2011
935
+
936
+ Cleaned up the namespace. Moved all date manipulation and display functions to the _.date() object.
937
+
938
+ ### 0.3.0
939
+
940
+ - Release Mar 25, 2011
941
+
942
+ Switched to the Underscore methodology of not mucking with the native objects' prototypes.
943
+ Made chaining possible.
944
+
945
+ ### 0.2.1
946
+
947
+ - Release
948
+
949
+ Changed date names to be a more pseudo standardized 'dddd, MMMM Do YYYY, h:mm:ss a'.
950
+ Added `Date.prototype` functions `add`, `subtract`, `isdst`, and `isleapyear`.
951
+
952
+ ### 0.2.0
953
+
954
+ - Release
955
+
956
+ Changed function names to be more concise.
957
+ Changed date format from php date format to custom format.
958
+
959
+ ### 0.1.0
960
+
961
+ - Release
962
+
963
+ Initial release
964
+