@formatjs/intl-relativetimeformat 11.1.0 → 11.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/abstract/FormatRelativeTime.d.ts +5 -0
- package/abstract/FormatRelativeTime.d.ts.map +1 -0
- package/abstract/FormatRelativeTime.js +14 -0
- package/abstract/FormatRelativeTimeToParts.d.ts +5 -0
- package/abstract/FormatRelativeTimeToParts.d.ts.map +1 -0
- package/abstract/FormatRelativeTimeToParts.js +22 -0
- package/abstract/InitializeRelativeTimeFormat.d.ts +9 -0
- package/abstract/InitializeRelativeTimeFormat.d.ts.map +1 -0
- package/abstract/InitializeRelativeTimeFormat.js +38 -0
- package/abstract/MakePartsList.d.ts +2 -0
- package/abstract/MakePartsList.d.ts.map +1 -0
- package/abstract/MakePartsList.js +30 -0
- package/abstract/PartitionRelativeTimePattern.d.ts +5 -0
- package/abstract/PartitionRelativeTimePattern.d.ts.map +1 -0
- package/abstract/PartitionRelativeTimePattern.js +57 -0
- package/abstract/SingularRelativeTimeUnit.d.ts +7 -0
- package/abstract/SingularRelativeTimeUnit.d.ts.map +1 -0
- package/abstract/SingularRelativeTimeUnit.js +39 -0
- package/get_internal_slots.d.ts +3 -0
- package/get_internal_slots.d.ts.map +1 -0
- package/get_internal_slots.js +14 -0
- package/index.d.ts +16 -0
- package/index.d.ts.map +1 -0
- package/index.js +123 -0
- package/lib/abstract/FormatRelativeTime.d.ts +5 -0
- package/lib/abstract/FormatRelativeTime.d.ts.map +1 -0
- package/lib/abstract/FormatRelativeTime.js +10 -0
- package/lib/abstract/FormatRelativeTimeToParts.d.ts +5 -0
- package/lib/abstract/FormatRelativeTimeToParts.d.ts.map +1 -0
- package/lib/abstract/FormatRelativeTimeToParts.js +18 -0
- package/lib/abstract/InitializeRelativeTimeFormat.d.ts +9 -0
- package/lib/abstract/InitializeRelativeTimeFormat.d.ts.map +1 -0
- package/lib/abstract/InitializeRelativeTimeFormat.js +34 -0
- package/lib/abstract/MakePartsList.d.ts +2 -0
- package/lib/abstract/MakePartsList.d.ts.map +1 -0
- package/lib/abstract/MakePartsList.js +26 -0
- package/lib/abstract/PartitionRelativeTimePattern.d.ts +5 -0
- package/lib/abstract/PartitionRelativeTimePattern.d.ts.map +1 -0
- package/lib/abstract/PartitionRelativeTimePattern.js +53 -0
- package/lib/abstract/SingularRelativeTimeUnit.d.ts +7 -0
- package/lib/abstract/SingularRelativeTimeUnit.d.ts.map +1 -0
- package/lib/abstract/SingularRelativeTimeUnit.js +35 -0
- package/lib/get_internal_slots.d.ts +3 -0
- package/lib/get_internal_slots.d.ts.map +1 -0
- package/lib/get_internal_slots.js +11 -0
- package/lib/index.d.ts +16 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +120 -0
- package/lib/polyfill-force.d.ts +2 -0
- package/lib/polyfill-force.d.ts.map +1 -0
- package/lib/polyfill-force.js +7 -0
- package/lib/polyfill.d.ts +2 -0
- package/lib/polyfill.d.ts.map +1 -0
- package/lib/polyfill.js +10 -0
- package/lib/should-polyfill.d.ts +2 -0
- package/lib/should-polyfill.d.ts.map +1 -0
- package/lib/should-polyfill.js +29 -0
- package/lib/supported-locales.generated.d.ts +2 -0
- package/lib/supported-locales.generated.d.ts.map +1 -0
- package/lib/supported-locales.generated.js +1 -0
- package/locale-data/af-NA.d.ts +1 -0
- package/locale-data/af-NA.js +6 -0
- package/locale-data/af.d.ts +1 -0
- package/locale-data/af.js +6 -0
- package/locale-data/agq.d.ts +1 -0
- package/locale-data/agq.js +6 -0
- package/locale-data/ak.d.ts +1 -0
- package/locale-data/ak.js +6 -0
- package/locale-data/am.d.ts +1 -0
- package/locale-data/am.js +6 -0
- package/locale-data/ar-AE.d.ts +1 -0
- package/locale-data/ar-AE.js +6 -0
- package/locale-data/ar-BH.d.ts +1 -0
- package/locale-data/ar-BH.js +6 -0
- package/locale-data/ar-DJ.d.ts +1 -0
- package/locale-data/ar-DJ.js +6 -0
- package/locale-data/ar-DZ.d.ts +1 -0
- package/locale-data/ar-DZ.js +6 -0
- package/locale-data/ar-EG.d.ts +1 -0
- package/locale-data/ar-EG.js +6 -0
- package/locale-data/ar-EH.d.ts +1 -0
- package/locale-data/ar-EH.js +6 -0
- package/locale-data/ar-ER.d.ts +1 -0
- package/locale-data/ar-ER.js +6 -0
- package/locale-data/ar-IL.d.ts +1 -0
- package/locale-data/ar-IL.js +6 -0
- package/locale-data/ar-IQ.d.ts +1 -0
- package/locale-data/ar-IQ.js +6 -0
- package/locale-data/ar-JO.d.ts +1 -0
- package/locale-data/ar-JO.js +6 -0
- package/locale-data/ar-KM.d.ts +1 -0
- package/locale-data/ar-KM.js +6 -0
- package/locale-data/ar-KW.d.ts +1 -0
- package/locale-data/ar-KW.js +6 -0
- package/locale-data/ar-LB.d.ts +1 -0
- package/locale-data/ar-LB.js +6 -0
- package/locale-data/ar-LY.d.ts +1 -0
- package/locale-data/ar-LY.js +6 -0
- package/locale-data/ar-MA.d.ts +1 -0
- package/locale-data/ar-MA.js +6 -0
- package/locale-data/ar-MR.d.ts +1 -0
- package/locale-data/ar-MR.js +6 -0
- package/locale-data/ar-OM.d.ts +1 -0
- package/locale-data/ar-OM.js +6 -0
- package/locale-data/ar-PS.d.ts +1 -0
- package/locale-data/ar-PS.js +6 -0
- package/locale-data/ar-QA.d.ts +1 -0
- package/locale-data/ar-QA.js +6 -0
- package/locale-data/ar-SA.d.ts +1 -0
- package/locale-data/ar-SA.js +6 -0
- package/locale-data/ar-SD.d.ts +1 -0
- package/locale-data/ar-SD.js +6 -0
- package/locale-data/ar-SO.d.ts +1 -0
- package/locale-data/ar-SO.js +6 -0
- package/locale-data/ar-SS.d.ts +1 -0
- package/locale-data/ar-SS.js +6 -0
- package/locale-data/ar-SY.d.ts +1 -0
- package/locale-data/ar-SY.js +6 -0
- package/locale-data/ar-TD.d.ts +1 -0
- package/locale-data/ar-TD.js +6 -0
- package/locale-data/ar-TN.d.ts +1 -0
- package/locale-data/ar-TN.js +6 -0
- package/locale-data/ar-YE.d.ts +1 -0
- package/locale-data/ar-YE.js +6 -0
- package/locale-data/ar.d.ts +1 -0
- package/locale-data/ar.js +6 -0
- package/locale-data/as.d.ts +1 -0
- package/locale-data/as.js +6 -0
- package/locale-data/asa.d.ts +1 -0
- package/locale-data/asa.js +6 -0
- package/locale-data/ast.d.ts +1 -0
- package/locale-data/ast.js +6 -0
- package/locale-data/az-Cyrl.d.ts +1 -0
- package/locale-data/az-Cyrl.js +6 -0
- package/locale-data/az-Latn.d.ts +1 -0
- package/locale-data/az-Latn.js +6 -0
- package/locale-data/az.d.ts +1 -0
- package/locale-data/az.js +6 -0
- package/locale-data/bas.d.ts +1 -0
- package/locale-data/bas.js +6 -0
- package/locale-data/be-tarask.d.ts +1 -0
- package/locale-data/be-tarask.js +6 -0
- package/locale-data/be.d.ts +1 -0
- package/locale-data/be.js +6 -0
- package/locale-data/bem.d.ts +1 -0
- package/locale-data/bem.js +6 -0
- package/locale-data/bez.d.ts +1 -0
- package/locale-data/bez.js +6 -0
- package/locale-data/bg.d.ts +1 -0
- package/locale-data/bg.js +6 -0
- package/locale-data/bm.d.ts +1 -0
- package/locale-data/bm.js +6 -0
- package/locale-data/bn-IN.d.ts +1 -0
- package/locale-data/bn-IN.js +6 -0
- package/locale-data/bn.d.ts +1 -0
- package/locale-data/bn.js +6 -0
- package/locale-data/bo-IN.d.ts +1 -0
- package/locale-data/bo-IN.js +6 -0
- package/locale-data/bo.d.ts +1 -0
- package/locale-data/bo.js +6 -0
- package/locale-data/br.d.ts +1 -0
- package/locale-data/br.js +6 -0
- package/locale-data/brx.d.ts +1 -0
- package/locale-data/brx.js +6 -0
- package/locale-data/bs-Cyrl.d.ts +1 -0
- package/locale-data/bs-Cyrl.js +6 -0
- package/locale-data/bs-Latn.d.ts +1 -0
- package/locale-data/bs-Latn.js +6 -0
- package/locale-data/bs.d.ts +1 -0
- package/locale-data/bs.js +6 -0
- package/locale-data/ca-AD.d.ts +1 -0
- package/locale-data/ca-AD.js +6 -0
- package/locale-data/ca-ES-valencia.d.ts +1 -0
- package/locale-data/ca-ES-valencia.js +6 -0
- package/locale-data/ca-FR.d.ts +1 -0
- package/locale-data/ca-FR.js +6 -0
- package/locale-data/ca-IT.d.ts +1 -0
- package/locale-data/ca-IT.js +6 -0
- package/locale-data/ca.d.ts +1 -0
- package/locale-data/ca.js +6 -0
- package/locale-data/ccp-IN.d.ts +1 -0
- package/locale-data/ccp-IN.js +6 -0
- package/locale-data/ccp.d.ts +1 -0
- package/locale-data/ccp.js +6 -0
- package/locale-data/ce.d.ts +1 -0
- package/locale-data/ce.js +6 -0
- package/locale-data/ceb.d.ts +1 -0
- package/locale-data/ceb.js +6 -0
- package/locale-data/cgg.d.ts +1 -0
- package/locale-data/cgg.js +6 -0
- package/locale-data/chr.d.ts +1 -0
- package/locale-data/chr.js +6 -0
- package/locale-data/ckb-IR.d.ts +1 -0
- package/locale-data/ckb-IR.js +6 -0
- package/locale-data/ckb.d.ts +1 -0
- package/locale-data/ckb.js +6 -0
- package/locale-data/cs.d.ts +1 -0
- package/locale-data/cs.js +6 -0
- package/locale-data/cy.d.ts +1 -0
- package/locale-data/cy.js +6 -0
- package/locale-data/da-GL.d.ts +1 -0
- package/locale-data/da-GL.js +6 -0
- package/locale-data/da.d.ts +1 -0
- package/locale-data/da.js +6 -0
- package/locale-data/dav.d.ts +1 -0
- package/locale-data/dav.js +6 -0
- package/locale-data/de-AT.d.ts +1 -0
- package/locale-data/de-AT.js +6 -0
- package/locale-data/de-BE.d.ts +1 -0
- package/locale-data/de-BE.js +6 -0
- package/locale-data/de-CH.d.ts +1 -0
- package/locale-data/de-CH.js +6 -0
- package/locale-data/de-IT.d.ts +1 -0
- package/locale-data/de-IT.js +6 -0
- package/locale-data/de-LI.d.ts +1 -0
- package/locale-data/de-LI.js +6 -0
- package/locale-data/de-LU.d.ts +1 -0
- package/locale-data/de-LU.js +6 -0
- package/locale-data/de.d.ts +1 -0
- package/locale-data/de.js +6 -0
- package/locale-data/dje.d.ts +1 -0
- package/locale-data/dje.js +6 -0
- package/locale-data/doi.d.ts +1 -0
- package/locale-data/doi.js +6 -0
- package/locale-data/dsb.d.ts +1 -0
- package/locale-data/dsb.js +6 -0
- package/locale-data/dua.d.ts +1 -0
- package/locale-data/dua.js +6 -0
- package/locale-data/dyo.d.ts +1 -0
- package/locale-data/dyo.js +6 -0
- package/locale-data/dz.d.ts +1 -0
- package/locale-data/dz.js +6 -0
- package/locale-data/ebu.d.ts +1 -0
- package/locale-data/ebu.js +6 -0
- package/locale-data/ee-TG.d.ts +1 -0
- package/locale-data/ee-TG.js +6 -0
- package/locale-data/ee.d.ts +1 -0
- package/locale-data/ee.js +6 -0
- package/locale-data/el-CY.d.ts +1 -0
- package/locale-data/el-CY.js +6 -0
- package/locale-data/el.d.ts +1 -0
- package/locale-data/el.js +6 -0
- package/locale-data/en-001.d.ts +1 -0
- package/locale-data/en-001.js +6 -0
- package/locale-data/en-150.d.ts +1 -0
- package/locale-data/en-150.js +6 -0
- package/locale-data/en-AE.d.ts +1 -0
- package/locale-data/en-AE.js +6 -0
- package/locale-data/en-AG.d.ts +1 -0
- package/locale-data/en-AG.js +6 -0
- package/locale-data/en-AI.d.ts +1 -0
- package/locale-data/en-AI.js +6 -0
- package/locale-data/en-AS.d.ts +1 -0
- package/locale-data/en-AS.js +6 -0
- package/locale-data/en-AT.d.ts +1 -0
- package/locale-data/en-AT.js +6 -0
- package/locale-data/en-AU.d.ts +1 -0
- package/locale-data/en-AU.js +6 -0
- package/locale-data/en-BB.d.ts +1 -0
- package/locale-data/en-BB.js +6 -0
- package/locale-data/en-BE.d.ts +1 -0
- package/locale-data/en-BE.js +6 -0
- package/locale-data/en-BI.d.ts +1 -0
- package/locale-data/en-BI.js +6 -0
- package/locale-data/en-BM.d.ts +1 -0
- package/locale-data/en-BM.js +6 -0
- package/locale-data/en-BS.d.ts +1 -0
- package/locale-data/en-BS.js +6 -0
- package/locale-data/en-BW.d.ts +1 -0
- package/locale-data/en-BW.js +6 -0
- package/locale-data/en-BZ.d.ts +1 -0
- package/locale-data/en-BZ.js +6 -0
- package/locale-data/en-CA.d.ts +1 -0
- package/locale-data/en-CA.js +6 -0
- package/locale-data/en-CC.d.ts +1 -0
- package/locale-data/en-CC.js +6 -0
- package/locale-data/en-CH.d.ts +1 -0
- package/locale-data/en-CH.js +6 -0
- package/locale-data/en-CK.d.ts +1 -0
- package/locale-data/en-CK.js +6 -0
- package/locale-data/en-CM.d.ts +1 -0
- package/locale-data/en-CM.js +6 -0
- package/locale-data/en-CX.d.ts +1 -0
- package/locale-data/en-CX.js +6 -0
- package/locale-data/en-CY.d.ts +1 -0
- package/locale-data/en-CY.js +6 -0
- package/locale-data/en-DE.d.ts +1 -0
- package/locale-data/en-DE.js +6 -0
- package/locale-data/en-DG.d.ts +1 -0
- package/locale-data/en-DG.js +6 -0
- package/locale-data/en-DK.d.ts +1 -0
- package/locale-data/en-DK.js +6 -0
- package/locale-data/en-DM.d.ts +1 -0
- package/locale-data/en-DM.js +6 -0
- package/locale-data/en-ER.d.ts +1 -0
- package/locale-data/en-ER.js +6 -0
- package/locale-data/en-FI.d.ts +1 -0
- package/locale-data/en-FI.js +6 -0
- package/locale-data/en-FJ.d.ts +1 -0
- package/locale-data/en-FJ.js +6 -0
- package/locale-data/en-FK.d.ts +1 -0
- package/locale-data/en-FK.js +6 -0
- package/locale-data/en-FM.d.ts +1 -0
- package/locale-data/en-FM.js +6 -0
- package/locale-data/en-GB.d.ts +1 -0
- package/locale-data/en-GB.js +6 -0
- package/locale-data/en-GD.d.ts +1 -0
- package/locale-data/en-GD.js +6 -0
- package/locale-data/en-GG.d.ts +1 -0
- package/locale-data/en-GG.js +6 -0
- package/locale-data/en-GH.d.ts +1 -0
- package/locale-data/en-GH.js +6 -0
- package/locale-data/en-GI.d.ts +1 -0
- package/locale-data/en-GI.js +6 -0
- package/locale-data/en-GM.d.ts +1 -0
- package/locale-data/en-GM.js +6 -0
- package/locale-data/en-GU.d.ts +1 -0
- package/locale-data/en-GU.js +6 -0
- package/locale-data/en-GY.d.ts +1 -0
- package/locale-data/en-GY.js +6 -0
- package/locale-data/en-HK.d.ts +1 -0
- package/locale-data/en-HK.js +6 -0
- package/locale-data/en-IE.d.ts +1 -0
- package/locale-data/en-IE.js +6 -0
- package/locale-data/en-IL.d.ts +1 -0
- package/locale-data/en-IL.js +6 -0
- package/locale-data/en-IM.d.ts +1 -0
- package/locale-data/en-IM.js +6 -0
- package/locale-data/en-IN.d.ts +1 -0
- package/locale-data/en-IN.js +6 -0
- package/locale-data/en-IO.d.ts +1 -0
- package/locale-data/en-IO.js +6 -0
- package/locale-data/en-JE.d.ts +1 -0
- package/locale-data/en-JE.js +6 -0
- package/locale-data/en-JM.d.ts +1 -0
- package/locale-data/en-JM.js +6 -0
- package/locale-data/en-KE.d.ts +1 -0
- package/locale-data/en-KE.js +6 -0
- package/locale-data/en-KI.d.ts +1 -0
- package/locale-data/en-KI.js +6 -0
- package/locale-data/en-KN.d.ts +1 -0
- package/locale-data/en-KN.js +6 -0
- package/locale-data/en-KY.d.ts +1 -0
- package/locale-data/en-KY.js +6 -0
- package/locale-data/en-LC.d.ts +1 -0
- package/locale-data/en-LC.js +6 -0
- package/locale-data/en-LR.d.ts +1 -0
- package/locale-data/en-LR.js +6 -0
- package/locale-data/en-LS.d.ts +1 -0
- package/locale-data/en-LS.js +6 -0
- package/locale-data/en-MG.d.ts +1 -0
- package/locale-data/en-MG.js +6 -0
- package/locale-data/en-MH.d.ts +1 -0
- package/locale-data/en-MH.js +6 -0
- package/locale-data/en-MO.d.ts +1 -0
- package/locale-data/en-MO.js +6 -0
- package/locale-data/en-MP.d.ts +1 -0
- package/locale-data/en-MP.js +6 -0
- package/locale-data/en-MS.d.ts +1 -0
- package/locale-data/en-MS.js +6 -0
- package/locale-data/en-MT.d.ts +1 -0
- package/locale-data/en-MT.js +6 -0
- package/locale-data/en-MU.d.ts +1 -0
- package/locale-data/en-MU.js +6 -0
- package/locale-data/en-MW.d.ts +1 -0
- package/locale-data/en-MW.js +6 -0
- package/locale-data/en-MY.d.ts +1 -0
- package/locale-data/en-MY.js +6 -0
- package/locale-data/en-NA.d.ts +1 -0
- package/locale-data/en-NA.js +6 -0
- package/locale-data/en-NF.d.ts +1 -0
- package/locale-data/en-NF.js +6 -0
- package/locale-data/en-NG.d.ts +1 -0
- package/locale-data/en-NG.js +6 -0
- package/locale-data/en-NL.d.ts +1 -0
- package/locale-data/en-NL.js +6 -0
- package/locale-data/en-NR.d.ts +1 -0
- package/locale-data/en-NR.js +6 -0
- package/locale-data/en-NU.d.ts +1 -0
- package/locale-data/en-NU.js +6 -0
- package/locale-data/en-NZ.d.ts +1 -0
- package/locale-data/en-NZ.js +6 -0
- package/locale-data/en-PG.d.ts +1 -0
- package/locale-data/en-PG.js +6 -0
- package/locale-data/en-PH.d.ts +1 -0
- package/locale-data/en-PH.js +6 -0
- package/locale-data/en-PK.d.ts +1 -0
- package/locale-data/en-PK.js +6 -0
- package/locale-data/en-PN.d.ts +1 -0
- package/locale-data/en-PN.js +6 -0
- package/locale-data/en-PR.d.ts +1 -0
- package/locale-data/en-PR.js +6 -0
- package/locale-data/en-PW.d.ts +1 -0
- package/locale-data/en-PW.js +6 -0
- package/locale-data/en-RW.d.ts +1 -0
- package/locale-data/en-RW.js +6 -0
- package/locale-data/en-SB.d.ts +1 -0
- package/locale-data/en-SB.js +6 -0
- package/locale-data/en-SC.d.ts +1 -0
- package/locale-data/en-SC.js +6 -0
- package/locale-data/en-SD.d.ts +1 -0
- package/locale-data/en-SD.js +6 -0
- package/locale-data/en-SE.d.ts +1 -0
- package/locale-data/en-SE.js +6 -0
- package/locale-data/en-SG.d.ts +1 -0
- package/locale-data/en-SG.js +6 -0
- package/locale-data/en-SH.d.ts +1 -0
- package/locale-data/en-SH.js +6 -0
- package/locale-data/en-SI.d.ts +1 -0
- package/locale-data/en-SI.js +6 -0
- package/locale-data/en-SL.d.ts +1 -0
- package/locale-data/en-SL.js +6 -0
- package/locale-data/en-SS.d.ts +1 -0
- package/locale-data/en-SS.js +6 -0
- package/locale-data/en-SX.d.ts +1 -0
- package/locale-data/en-SX.js +6 -0
- package/locale-data/en-SZ.d.ts +1 -0
- package/locale-data/en-SZ.js +6 -0
- package/locale-data/en-TC.d.ts +1 -0
- package/locale-data/en-TC.js +6 -0
- package/locale-data/en-TK.d.ts +1 -0
- package/locale-data/en-TK.js +6 -0
- package/locale-data/en-TO.d.ts +1 -0
- package/locale-data/en-TO.js +6 -0
- package/locale-data/en-TT.d.ts +1 -0
- package/locale-data/en-TT.js +6 -0
- package/locale-data/en-TV.d.ts +1 -0
- package/locale-data/en-TV.js +6 -0
- package/locale-data/en-TZ.d.ts +1 -0
- package/locale-data/en-TZ.js +6 -0
- package/locale-data/en-UG.d.ts +1 -0
- package/locale-data/en-UG.js +6 -0
- package/locale-data/en-UM.d.ts +1 -0
- package/locale-data/en-UM.js +6 -0
- package/locale-data/en-VC.d.ts +1 -0
- package/locale-data/en-VC.js +6 -0
- package/locale-data/en-VG.d.ts +1 -0
- package/locale-data/en-VG.js +6 -0
- package/locale-data/en-VI.d.ts +1 -0
- package/locale-data/en-VI.js +6 -0
- package/locale-data/en-VU.d.ts +1 -0
- package/locale-data/en-VU.js +6 -0
- package/locale-data/en-WS.d.ts +1 -0
- package/locale-data/en-WS.js +6 -0
- package/locale-data/en-ZA.d.ts +1 -0
- package/locale-data/en-ZA.js +6 -0
- package/locale-data/en-ZM.d.ts +1 -0
- package/locale-data/en-ZM.js +6 -0
- package/locale-data/en-ZW.d.ts +1 -0
- package/locale-data/en-ZW.js +6 -0
- package/locale-data/en.d.ts +1 -0
- package/locale-data/en.js +6 -0
- package/locale-data/eo.d.ts +1 -0
- package/locale-data/eo.js +6 -0
- package/locale-data/es-419.d.ts +1 -0
- package/locale-data/es-419.js +6 -0
- package/locale-data/es-AR.d.ts +1 -0
- package/locale-data/es-AR.js +6 -0
- package/locale-data/es-BO.d.ts +1 -0
- package/locale-data/es-BO.js +6 -0
- package/locale-data/es-BR.d.ts +1 -0
- package/locale-data/es-BR.js +6 -0
- package/locale-data/es-BZ.d.ts +1 -0
- package/locale-data/es-BZ.js +6 -0
- package/locale-data/es-CL.d.ts +1 -0
- package/locale-data/es-CL.js +6 -0
- package/locale-data/es-CO.d.ts +1 -0
- package/locale-data/es-CO.js +6 -0
- package/locale-data/es-CR.d.ts +1 -0
- package/locale-data/es-CR.js +6 -0
- package/locale-data/es-CU.d.ts +1 -0
- package/locale-data/es-CU.js +6 -0
- package/locale-data/es-DO.d.ts +1 -0
- package/locale-data/es-DO.js +6 -0
- package/locale-data/es-EA.d.ts +1 -0
- package/locale-data/es-EA.js +6 -0
- package/locale-data/es-EC.d.ts +1 -0
- package/locale-data/es-EC.js +6 -0
- package/locale-data/es-GQ.d.ts +1 -0
- package/locale-data/es-GQ.js +6 -0
- package/locale-data/es-GT.d.ts +1 -0
- package/locale-data/es-GT.js +6 -0
- package/locale-data/es-HN.d.ts +1 -0
- package/locale-data/es-HN.js +6 -0
- package/locale-data/es-IC.d.ts +1 -0
- package/locale-data/es-IC.js +6 -0
- package/locale-data/es-MX.d.ts +1 -0
- package/locale-data/es-MX.js +6 -0
- package/locale-data/es-NI.d.ts +1 -0
- package/locale-data/es-NI.js +6 -0
- package/locale-data/es-PA.d.ts +1 -0
- package/locale-data/es-PA.js +6 -0
- package/locale-data/es-PE.d.ts +1 -0
- package/locale-data/es-PE.js +6 -0
- package/locale-data/es-PH.d.ts +1 -0
- package/locale-data/es-PH.js +6 -0
- package/locale-data/es-PR.d.ts +1 -0
- package/locale-data/es-PR.js +6 -0
- package/locale-data/es-PY.d.ts +1 -0
- package/locale-data/es-PY.js +6 -0
- package/locale-data/es-SV.d.ts +1 -0
- package/locale-data/es-SV.js +6 -0
- package/locale-data/es-US.d.ts +1 -0
- package/locale-data/es-US.js +6 -0
- package/locale-data/es-UY.d.ts +1 -0
- package/locale-data/es-UY.js +6 -0
- package/locale-data/es-VE.d.ts +1 -0
- package/locale-data/es-VE.js +6 -0
- package/locale-data/es.d.ts +1 -0
- package/locale-data/es.js +6 -0
- package/locale-data/et.d.ts +1 -0
- package/locale-data/et.js +6 -0
- package/locale-data/eu.d.ts +1 -0
- package/locale-data/eu.js +6 -0
- package/locale-data/ewo.d.ts +1 -0
- package/locale-data/ewo.js +6 -0
- package/locale-data/fa-AF.d.ts +1 -0
- package/locale-data/fa-AF.js +6 -0
- package/locale-data/fa.d.ts +1 -0
- package/locale-data/fa.js +6 -0
- package/locale-data/ff-Adlm-BF.d.ts +1 -0
- package/locale-data/ff-Adlm-BF.js +6 -0
- package/locale-data/ff-Adlm-CM.d.ts +1 -0
- package/locale-data/ff-Adlm-CM.js +6 -0
- package/locale-data/ff-Adlm-GH.d.ts +1 -0
- package/locale-data/ff-Adlm-GH.js +6 -0
- package/locale-data/ff-Adlm-GM.d.ts +1 -0
- package/locale-data/ff-Adlm-GM.js +6 -0
- package/locale-data/ff-Adlm-GW.d.ts +1 -0
- package/locale-data/ff-Adlm-GW.js +6 -0
- package/locale-data/ff-Adlm-LR.d.ts +1 -0
- package/locale-data/ff-Adlm-LR.js +6 -0
- package/locale-data/ff-Adlm-MR.d.ts +1 -0
- package/locale-data/ff-Adlm-MR.js +6 -0
- package/locale-data/ff-Adlm-NE.d.ts +1 -0
- package/locale-data/ff-Adlm-NE.js +6 -0
- package/locale-data/ff-Adlm-NG.d.ts +1 -0
- package/locale-data/ff-Adlm-NG.js +6 -0
- package/locale-data/ff-Adlm-SL.d.ts +1 -0
- package/locale-data/ff-Adlm-SL.js +6 -0
- package/locale-data/ff-Adlm-SN.d.ts +1 -0
- package/locale-data/ff-Adlm-SN.js +6 -0
- package/locale-data/ff-Adlm.d.ts +1 -0
- package/locale-data/ff-Adlm.js +6 -0
- package/locale-data/ff-Latn-BF.d.ts +1 -0
- package/locale-data/ff-Latn-BF.js +6 -0
- package/locale-data/ff-Latn-CM.d.ts +1 -0
- package/locale-data/ff-Latn-CM.js +6 -0
- package/locale-data/ff-Latn-GH.d.ts +1 -0
- package/locale-data/ff-Latn-GH.js +6 -0
- package/locale-data/ff-Latn-GM.d.ts +1 -0
- package/locale-data/ff-Latn-GM.js +6 -0
- package/locale-data/ff-Latn-GN.d.ts +1 -0
- package/locale-data/ff-Latn-GN.js +6 -0
- package/locale-data/ff-Latn-GW.d.ts +1 -0
- package/locale-data/ff-Latn-GW.js +6 -0
- package/locale-data/ff-Latn-LR.d.ts +1 -0
- package/locale-data/ff-Latn-LR.js +6 -0
- package/locale-data/ff-Latn-MR.d.ts +1 -0
- package/locale-data/ff-Latn-MR.js +6 -0
- package/locale-data/ff-Latn-NE.d.ts +1 -0
- package/locale-data/ff-Latn-NE.js +6 -0
- package/locale-data/ff-Latn-NG.d.ts +1 -0
- package/locale-data/ff-Latn-NG.js +6 -0
- package/locale-data/ff-Latn-SL.d.ts +1 -0
- package/locale-data/ff-Latn-SL.js +6 -0
- package/locale-data/ff-Latn.d.ts +1 -0
- package/locale-data/ff-Latn.js +6 -0
- package/locale-data/ff.d.ts +1 -0
- package/locale-data/ff.js +6 -0
- package/locale-data/fi.d.ts +1 -0
- package/locale-data/fi.js +6 -0
- package/locale-data/fil.d.ts +1 -0
- package/locale-data/fil.js +6 -0
- package/locale-data/fo-DK.d.ts +1 -0
- package/locale-data/fo-DK.js +6 -0
- package/locale-data/fo.d.ts +1 -0
- package/locale-data/fo.js +6 -0
- package/locale-data/fr-BE.d.ts +1 -0
- package/locale-data/fr-BE.js +6 -0
- package/locale-data/fr-BF.d.ts +1 -0
- package/locale-data/fr-BF.js +6 -0
- package/locale-data/fr-BI.d.ts +1 -0
- package/locale-data/fr-BI.js +6 -0
- package/locale-data/fr-BJ.d.ts +1 -0
- package/locale-data/fr-BJ.js +6 -0
- package/locale-data/fr-BL.d.ts +1 -0
- package/locale-data/fr-BL.js +6 -0
- package/locale-data/fr-CA.d.ts +1 -0
- package/locale-data/fr-CA.js +6 -0
- package/locale-data/fr-CD.d.ts +1 -0
- package/locale-data/fr-CD.js +6 -0
- package/locale-data/fr-CF.d.ts +1 -0
- package/locale-data/fr-CF.js +6 -0
- package/locale-data/fr-CG.d.ts +1 -0
- package/locale-data/fr-CG.js +6 -0
- package/locale-data/fr-CH.d.ts +1 -0
- package/locale-data/fr-CH.js +6 -0
- package/locale-data/fr-CI.d.ts +1 -0
- package/locale-data/fr-CI.js +6 -0
- package/locale-data/fr-CM.d.ts +1 -0
- package/locale-data/fr-CM.js +6 -0
- package/locale-data/fr-DJ.d.ts +1 -0
- package/locale-data/fr-DJ.js +6 -0
- package/locale-data/fr-DZ.d.ts +1 -0
- package/locale-data/fr-DZ.js +6 -0
- package/locale-data/fr-GA.d.ts +1 -0
- package/locale-data/fr-GA.js +6 -0
- package/locale-data/fr-GF.d.ts +1 -0
- package/locale-data/fr-GF.js +6 -0
- package/locale-data/fr-GN.d.ts +1 -0
- package/locale-data/fr-GN.js +6 -0
- package/locale-data/fr-GP.d.ts +1 -0
- package/locale-data/fr-GP.js +6 -0
- package/locale-data/fr-GQ.d.ts +1 -0
- package/locale-data/fr-GQ.js +6 -0
- package/locale-data/fr-HT.d.ts +1 -0
- package/locale-data/fr-HT.js +6 -0
- package/locale-data/fr-KM.d.ts +1 -0
- package/locale-data/fr-KM.js +6 -0
- package/locale-data/fr-LU.d.ts +1 -0
- package/locale-data/fr-LU.js +6 -0
- package/locale-data/fr-MA.d.ts +1 -0
- package/locale-data/fr-MA.js +6 -0
- package/locale-data/fr-MC.d.ts +1 -0
- package/locale-data/fr-MC.js +6 -0
- package/locale-data/fr-MF.d.ts +1 -0
- package/locale-data/fr-MF.js +6 -0
- package/locale-data/fr-MG.d.ts +1 -0
- package/locale-data/fr-MG.js +6 -0
- package/locale-data/fr-ML.d.ts +1 -0
- package/locale-data/fr-ML.js +6 -0
- package/locale-data/fr-MQ.d.ts +1 -0
- package/locale-data/fr-MQ.js +6 -0
- package/locale-data/fr-MR.d.ts +1 -0
- package/locale-data/fr-MR.js +6 -0
- package/locale-data/fr-MU.d.ts +1 -0
- package/locale-data/fr-MU.js +6 -0
- package/locale-data/fr-NC.d.ts +1 -0
- package/locale-data/fr-NC.js +6 -0
- package/locale-data/fr-NE.d.ts +1 -0
- package/locale-data/fr-NE.js +6 -0
- package/locale-data/fr-PF.d.ts +1 -0
- package/locale-data/fr-PF.js +6 -0
- package/locale-data/fr-PM.d.ts +1 -0
- package/locale-data/fr-PM.js +6 -0
- package/locale-data/fr-RE.d.ts +1 -0
- package/locale-data/fr-RE.js +6 -0
- package/locale-data/fr-RW.d.ts +1 -0
- package/locale-data/fr-RW.js +6 -0
- package/locale-data/fr-SC.d.ts +1 -0
- package/locale-data/fr-SC.js +6 -0
- package/locale-data/fr-SN.d.ts +1 -0
- package/locale-data/fr-SN.js +6 -0
- package/locale-data/fr-SY.d.ts +1 -0
- package/locale-data/fr-SY.js +6 -0
- package/locale-data/fr-TD.d.ts +1 -0
- package/locale-data/fr-TD.js +6 -0
- package/locale-data/fr-TG.d.ts +1 -0
- package/locale-data/fr-TG.js +6 -0
- package/locale-data/fr-TN.d.ts +1 -0
- package/locale-data/fr-TN.js +6 -0
- package/locale-data/fr-VU.d.ts +1 -0
- package/locale-data/fr-VU.js +6 -0
- package/locale-data/fr-WF.d.ts +1 -0
- package/locale-data/fr-WF.js +6 -0
- package/locale-data/fr-YT.d.ts +1 -0
- package/locale-data/fr-YT.js +6 -0
- package/locale-data/fr.d.ts +1 -0
- package/locale-data/fr.js +6 -0
- package/locale-data/fur.d.ts +1 -0
- package/locale-data/fur.js +6 -0
- package/locale-data/fy.d.ts +1 -0
- package/locale-data/fy.js +6 -0
- package/locale-data/ga-GB.d.ts +1 -0
- package/locale-data/ga-GB.js +6 -0
- package/locale-data/ga.d.ts +1 -0
- package/locale-data/ga.js +6 -0
- package/locale-data/gd.d.ts +1 -0
- package/locale-data/gd.js +6 -0
- package/locale-data/gl.d.ts +1 -0
- package/locale-data/gl.js +6 -0
- package/locale-data/gsw-FR.d.ts +1 -0
- package/locale-data/gsw-FR.js +6 -0
- package/locale-data/gsw-LI.d.ts +1 -0
- package/locale-data/gsw-LI.js +6 -0
- package/locale-data/gsw.d.ts +1 -0
- package/locale-data/gsw.js +6 -0
- package/locale-data/gu.d.ts +1 -0
- package/locale-data/gu.js +6 -0
- package/locale-data/guz.d.ts +1 -0
- package/locale-data/guz.js +6 -0
- package/locale-data/gv.d.ts +1 -0
- package/locale-data/gv.js +6 -0
- package/locale-data/ha-GH.d.ts +1 -0
- package/locale-data/ha-GH.js +6 -0
- package/locale-data/ha-NE.d.ts +1 -0
- package/locale-data/ha-NE.js +6 -0
- package/locale-data/ha.d.ts +1 -0
- package/locale-data/ha.js +6 -0
- package/locale-data/haw.d.ts +1 -0
- package/locale-data/haw.js +6 -0
- package/locale-data/he.d.ts +1 -0
- package/locale-data/he.js +6 -0
- package/locale-data/hi.d.ts +1 -0
- package/locale-data/hi.js +6 -0
- package/locale-data/hr-BA.d.ts +1 -0
- package/locale-data/hr-BA.js +6 -0
- package/locale-data/hr.d.ts +1 -0
- package/locale-data/hr.js +6 -0
- package/locale-data/hsb.d.ts +1 -0
- package/locale-data/hsb.js +6 -0
- package/locale-data/hu.d.ts +1 -0
- package/locale-data/hu.js +6 -0
- package/locale-data/hy.d.ts +1 -0
- package/locale-data/hy.js +6 -0
- package/locale-data/ia.d.ts +1 -0
- package/locale-data/ia.js +6 -0
- package/locale-data/id.d.ts +1 -0
- package/locale-data/id.js +6 -0
- package/locale-data/ig.d.ts +1 -0
- package/locale-data/ig.js +6 -0
- package/locale-data/ii.d.ts +1 -0
- package/locale-data/ii.js +6 -0
- package/locale-data/is.d.ts +1 -0
- package/locale-data/is.js +6 -0
- package/locale-data/it-CH.d.ts +1 -0
- package/locale-data/it-CH.js +6 -0
- package/locale-data/it-SM.d.ts +1 -0
- package/locale-data/it-SM.js +6 -0
- package/locale-data/it-VA.d.ts +1 -0
- package/locale-data/it-VA.js +6 -0
- package/locale-data/it.d.ts +1 -0
- package/locale-data/it.js +6 -0
- package/locale-data/ja.d.ts +1 -0
- package/locale-data/ja.js +6 -0
- package/locale-data/jgo.d.ts +1 -0
- package/locale-data/jgo.js +6 -0
- package/locale-data/jmc.d.ts +1 -0
- package/locale-data/jmc.js +6 -0
- package/locale-data/jv.d.ts +1 -0
- package/locale-data/jv.js +6 -0
- package/locale-data/ka.d.ts +1 -0
- package/locale-data/ka.js +6 -0
- package/locale-data/kab.d.ts +1 -0
- package/locale-data/kab.js +6 -0
- package/locale-data/kam.d.ts +1 -0
- package/locale-data/kam.js +6 -0
- package/locale-data/kde.d.ts +1 -0
- package/locale-data/kde.js +6 -0
- package/locale-data/kea.d.ts +1 -0
- package/locale-data/kea.js +6 -0
- package/locale-data/kgp.d.ts +1 -0
- package/locale-data/kgp.js +6 -0
- package/locale-data/khq.d.ts +1 -0
- package/locale-data/khq.js +6 -0
- package/locale-data/ki.d.ts +1 -0
- package/locale-data/ki.js +6 -0
- package/locale-data/kk.d.ts +1 -0
- package/locale-data/kk.js +6 -0
- package/locale-data/kkj.d.ts +1 -0
- package/locale-data/kkj.js +6 -0
- package/locale-data/kl.d.ts +1 -0
- package/locale-data/kl.js +6 -0
- package/locale-data/kln.d.ts +1 -0
- package/locale-data/kln.js +6 -0
- package/locale-data/km.d.ts +1 -0
- package/locale-data/km.js +6 -0
- package/locale-data/kn.d.ts +1 -0
- package/locale-data/kn.js +6 -0
- package/locale-data/ko-KP.d.ts +1 -0
- package/locale-data/ko-KP.js +6 -0
- package/locale-data/ko.d.ts +1 -0
- package/locale-data/ko.js +6 -0
- package/locale-data/kok.d.ts +1 -0
- package/locale-data/kok.js +6 -0
- package/locale-data/ks-Arab.d.ts +1 -0
- package/locale-data/ks-Arab.js +6 -0
- package/locale-data/ks.d.ts +1 -0
- package/locale-data/ks.js +6 -0
- package/locale-data/ksb.d.ts +1 -0
- package/locale-data/ksb.js +6 -0
- package/locale-data/ksf.d.ts +1 -0
- package/locale-data/ksf.js +6 -0
- package/locale-data/ksh.d.ts +1 -0
- package/locale-data/ksh.js +6 -0
- package/locale-data/ku.d.ts +1 -0
- package/locale-data/ku.js +6 -0
- package/locale-data/kw.d.ts +1 -0
- package/locale-data/kw.js +6 -0
- package/locale-data/ky.d.ts +1 -0
- package/locale-data/ky.js +6 -0
- package/locale-data/lag.d.ts +1 -0
- package/locale-data/lag.js +6 -0
- package/locale-data/lb.d.ts +1 -0
- package/locale-data/lb.js +6 -0
- package/locale-data/lg.d.ts +1 -0
- package/locale-data/lg.js +6 -0
- package/locale-data/lkt.d.ts +1 -0
- package/locale-data/lkt.js +6 -0
- package/locale-data/ln-AO.d.ts +1 -0
- package/locale-data/ln-AO.js +6 -0
- package/locale-data/ln-CF.d.ts +1 -0
- package/locale-data/ln-CF.js +6 -0
- package/locale-data/ln-CG.d.ts +1 -0
- package/locale-data/ln-CG.js +6 -0
- package/locale-data/ln.d.ts +1 -0
- package/locale-data/ln.js +6 -0
- package/locale-data/lo.d.ts +1 -0
- package/locale-data/lo.js +6 -0
- package/locale-data/lrc-IQ.d.ts +1 -0
- package/locale-data/lrc-IQ.js +6 -0
- package/locale-data/lrc.d.ts +1 -0
- package/locale-data/lrc.js +6 -0
- package/locale-data/lt.d.ts +1 -0
- package/locale-data/lt.js +6 -0
- package/locale-data/lu.d.ts +1 -0
- package/locale-data/lu.js +6 -0
- package/locale-data/luo.d.ts +1 -0
- package/locale-data/luo.js +6 -0
- package/locale-data/luy.d.ts +1 -0
- package/locale-data/luy.js +6 -0
- package/locale-data/lv.d.ts +1 -0
- package/locale-data/lv.js +6 -0
- package/locale-data/mai.d.ts +1 -0
- package/locale-data/mai.js +6 -0
- package/locale-data/mas-TZ.d.ts +1 -0
- package/locale-data/mas-TZ.js +6 -0
- package/locale-data/mas.d.ts +1 -0
- package/locale-data/mas.js +6 -0
- package/locale-data/mer.d.ts +1 -0
- package/locale-data/mer.js +6 -0
- package/locale-data/mfe.d.ts +1 -0
- package/locale-data/mfe.js +6 -0
- package/locale-data/mg.d.ts +1 -0
- package/locale-data/mg.js +6 -0
- package/locale-data/mgh.d.ts +1 -0
- package/locale-data/mgh.js +6 -0
- package/locale-data/mgo.d.ts +1 -0
- package/locale-data/mgo.js +6 -0
- package/locale-data/mi.d.ts +1 -0
- package/locale-data/mi.js +6 -0
- package/locale-data/mk.d.ts +1 -0
- package/locale-data/mk.js +6 -0
- package/locale-data/ml.d.ts +1 -0
- package/locale-data/ml.js +6 -0
- package/locale-data/mn.d.ts +1 -0
- package/locale-data/mn.js +6 -0
- package/locale-data/mni-Beng.d.ts +1 -0
- package/locale-data/mni-Beng.js +6 -0
- package/locale-data/mni.d.ts +1 -0
- package/locale-data/mni.js +6 -0
- package/locale-data/mr.d.ts +1 -0
- package/locale-data/mr.js +6 -0
- package/locale-data/ms-BN.d.ts +1 -0
- package/locale-data/ms-BN.js +6 -0
- package/locale-data/ms-ID.d.ts +1 -0
- package/locale-data/ms-ID.js +6 -0
- package/locale-data/ms-SG.d.ts +1 -0
- package/locale-data/ms-SG.js +6 -0
- package/locale-data/ms.d.ts +1 -0
- package/locale-data/ms.js +6 -0
- package/locale-data/mt.d.ts +1 -0
- package/locale-data/mt.js +6 -0
- package/locale-data/mua.d.ts +1 -0
- package/locale-data/mua.js +6 -0
- package/locale-data/my.d.ts +1 -0
- package/locale-data/my.js +6 -0
- package/locale-data/mzn.d.ts +1 -0
- package/locale-data/mzn.js +6 -0
- package/locale-data/naq.d.ts +1 -0
- package/locale-data/naq.js +6 -0
- package/locale-data/nb-SJ.d.ts +1 -0
- package/locale-data/nb-SJ.js +6 -0
- package/locale-data/nb.d.ts +1 -0
- package/locale-data/nb.js +6 -0
- package/locale-data/nd.d.ts +1 -0
- package/locale-data/nd.js +6 -0
- package/locale-data/nds-NL.d.ts +1 -0
- package/locale-data/nds-NL.js +6 -0
- package/locale-data/nds.d.ts +1 -0
- package/locale-data/nds.js +6 -0
- package/locale-data/ne-IN.d.ts +1 -0
- package/locale-data/ne-IN.js +6 -0
- package/locale-data/ne.d.ts +1 -0
- package/locale-data/ne.js +6 -0
- package/locale-data/nl-AW.d.ts +1 -0
- package/locale-data/nl-AW.js +6 -0
- package/locale-data/nl-BE.d.ts +1 -0
- package/locale-data/nl-BE.js +6 -0
- package/locale-data/nl-BQ.d.ts +1 -0
- package/locale-data/nl-BQ.js +6 -0
- package/locale-data/nl-CW.d.ts +1 -0
- package/locale-data/nl-CW.js +6 -0
- package/locale-data/nl-SR.d.ts +1 -0
- package/locale-data/nl-SR.js +6 -0
- package/locale-data/nl-SX.d.ts +1 -0
- package/locale-data/nl-SX.js +6 -0
- package/locale-data/nl.d.ts +1 -0
- package/locale-data/nl.js +6 -0
- package/locale-data/nmg.d.ts +1 -0
- package/locale-data/nmg.js +6 -0
- package/locale-data/nn.d.ts +1 -0
- package/locale-data/nn.js +6 -0
- package/locale-data/nnh.d.ts +1 -0
- package/locale-data/nnh.js +6 -0
- package/locale-data/no.d.ts +1 -0
- package/locale-data/no.js +6 -0
- package/locale-data/nus.d.ts +1 -0
- package/locale-data/nus.js +6 -0
- package/locale-data/nyn.d.ts +1 -0
- package/locale-data/nyn.js +6 -0
- package/locale-data/om-KE.d.ts +1 -0
- package/locale-data/om-KE.js +6 -0
- package/locale-data/om.d.ts +1 -0
- package/locale-data/om.js +6 -0
- package/locale-data/or.d.ts +1 -0
- package/locale-data/or.js +6 -0
- package/locale-data/os-RU.d.ts +1 -0
- package/locale-data/os-RU.js +6 -0
- package/locale-data/os.d.ts +1 -0
- package/locale-data/os.js +6 -0
- package/locale-data/pa-Arab.d.ts +1 -0
- package/locale-data/pa-Arab.js +6 -0
- package/locale-data/pa-Guru.d.ts +1 -0
- package/locale-data/pa-Guru.js +6 -0
- package/locale-data/pa.d.ts +1 -0
- package/locale-data/pa.js +6 -0
- package/locale-data/pcm.d.ts +1 -0
- package/locale-data/pcm.js +6 -0
- package/locale-data/pl.d.ts +1 -0
- package/locale-data/pl.js +6 -0
- package/locale-data/ps-PK.d.ts +1 -0
- package/locale-data/ps-PK.js +6 -0
- package/locale-data/ps.d.ts +1 -0
- package/locale-data/ps.js +6 -0
- package/locale-data/pt-AO.d.ts +1 -0
- package/locale-data/pt-AO.js +6 -0
- package/locale-data/pt-CH.d.ts +1 -0
- package/locale-data/pt-CH.js +6 -0
- package/locale-data/pt-CV.d.ts +1 -0
- package/locale-data/pt-CV.js +6 -0
- package/locale-data/pt-GQ.d.ts +1 -0
- package/locale-data/pt-GQ.js +6 -0
- package/locale-data/pt-GW.d.ts +1 -0
- package/locale-data/pt-GW.js +6 -0
- package/locale-data/pt-LU.d.ts +1 -0
- package/locale-data/pt-LU.js +6 -0
- package/locale-data/pt-MO.d.ts +1 -0
- package/locale-data/pt-MO.js +6 -0
- package/locale-data/pt-MZ.d.ts +1 -0
- package/locale-data/pt-MZ.js +6 -0
- package/locale-data/pt-PT.d.ts +1 -0
- package/locale-data/pt-PT.js +6 -0
- package/locale-data/pt-ST.d.ts +1 -0
- package/locale-data/pt-ST.js +6 -0
- package/locale-data/pt-TL.d.ts +1 -0
- package/locale-data/pt-TL.js +6 -0
- package/locale-data/pt.d.ts +1 -0
- package/locale-data/pt.js +6 -0
- package/locale-data/qu-BO.d.ts +1 -0
- package/locale-data/qu-BO.js +6 -0
- package/locale-data/qu-EC.d.ts +1 -0
- package/locale-data/qu-EC.js +6 -0
- package/locale-data/qu.d.ts +1 -0
- package/locale-data/qu.js +6 -0
- package/locale-data/rm.d.ts +1 -0
- package/locale-data/rm.js +6 -0
- package/locale-data/rn.d.ts +1 -0
- package/locale-data/rn.js +6 -0
- package/locale-data/ro-MD.d.ts +1 -0
- package/locale-data/ro-MD.js +6 -0
- package/locale-data/ro.d.ts +1 -0
- package/locale-data/ro.js +6 -0
- package/locale-data/rof.d.ts +1 -0
- package/locale-data/rof.js +6 -0
- package/locale-data/ru-BY.d.ts +1 -0
- package/locale-data/ru-BY.js +6 -0
- package/locale-data/ru-KG.d.ts +1 -0
- package/locale-data/ru-KG.js +6 -0
- package/locale-data/ru-KZ.d.ts +1 -0
- package/locale-data/ru-KZ.js +6 -0
- package/locale-data/ru-MD.d.ts +1 -0
- package/locale-data/ru-MD.js +6 -0
- package/locale-data/ru-UA.d.ts +1 -0
- package/locale-data/ru-UA.js +6 -0
- package/locale-data/ru.d.ts +1 -0
- package/locale-data/ru.js +6 -0
- package/locale-data/rw.d.ts +1 -0
- package/locale-data/rw.js +6 -0
- package/locale-data/rwk.d.ts +1 -0
- package/locale-data/rwk.js +6 -0
- package/locale-data/sa.d.ts +1 -0
- package/locale-data/sa.js +6 -0
- package/locale-data/sah.d.ts +1 -0
- package/locale-data/sah.js +6 -0
- package/locale-data/saq.d.ts +1 -0
- package/locale-data/saq.js +6 -0
- package/locale-data/sat-Olck.d.ts +1 -0
- package/locale-data/sat-Olck.js +6 -0
- package/locale-data/sat.d.ts +1 -0
- package/locale-data/sat.js +6 -0
- package/locale-data/sbp.d.ts +1 -0
- package/locale-data/sbp.js +6 -0
- package/locale-data/sc.d.ts +1 -0
- package/locale-data/sc.js +6 -0
- package/locale-data/sd-Arab.d.ts +1 -0
- package/locale-data/sd-Arab.js +6 -0
- package/locale-data/sd-Deva.d.ts +1 -0
- package/locale-data/sd-Deva.js +6 -0
- package/locale-data/sd.d.ts +1 -0
- package/locale-data/sd.js +6 -0
- package/locale-data/se-FI.d.ts +1 -0
- package/locale-data/se-FI.js +6 -0
- package/locale-data/se-SE.d.ts +1 -0
- package/locale-data/se-SE.js +6 -0
- package/locale-data/se.d.ts +1 -0
- package/locale-data/se.js +6 -0
- package/locale-data/seh.d.ts +1 -0
- package/locale-data/seh.js +6 -0
- package/locale-data/ses.d.ts +1 -0
- package/locale-data/ses.js +6 -0
- package/locale-data/sg.d.ts +1 -0
- package/locale-data/sg.js +6 -0
- package/locale-data/shi-Latn.d.ts +1 -0
- package/locale-data/shi-Latn.js +6 -0
- package/locale-data/shi-Tfng.d.ts +1 -0
- package/locale-data/shi-Tfng.js +6 -0
- package/locale-data/shi.d.ts +1 -0
- package/locale-data/shi.js +6 -0
- package/locale-data/si.d.ts +1 -0
- package/locale-data/si.js +6 -0
- package/locale-data/sk.d.ts +1 -0
- package/locale-data/sk.js +6 -0
- package/locale-data/sl.d.ts +1 -0
- package/locale-data/sl.js +6 -0
- package/locale-data/smn.d.ts +1 -0
- package/locale-data/smn.js +6 -0
- package/locale-data/sn.d.ts +1 -0
- package/locale-data/sn.js +6 -0
- package/locale-data/so-DJ.d.ts +1 -0
- package/locale-data/so-DJ.js +6 -0
- package/locale-data/so-ET.d.ts +1 -0
- package/locale-data/so-ET.js +6 -0
- package/locale-data/so-KE.d.ts +1 -0
- package/locale-data/so-KE.js +6 -0
- package/locale-data/so.d.ts +1 -0
- package/locale-data/so.js +6 -0
- package/locale-data/sq-MK.d.ts +1 -0
- package/locale-data/sq-MK.js +6 -0
- package/locale-data/sq-XK.d.ts +1 -0
- package/locale-data/sq-XK.js +6 -0
- package/locale-data/sq.d.ts +1 -0
- package/locale-data/sq.js +6 -0
- package/locale-data/sr-Cyrl-BA.d.ts +1 -0
- package/locale-data/sr-Cyrl-BA.js +6 -0
- package/locale-data/sr-Cyrl-ME.d.ts +1 -0
- package/locale-data/sr-Cyrl-ME.js +6 -0
- package/locale-data/sr-Cyrl-XK.d.ts +1 -0
- package/locale-data/sr-Cyrl-XK.js +6 -0
- package/locale-data/sr-Cyrl.d.ts +1 -0
- package/locale-data/sr-Cyrl.js +6 -0
- package/locale-data/sr-Latn-BA.d.ts +1 -0
- package/locale-data/sr-Latn-BA.js +6 -0
- package/locale-data/sr-Latn-ME.d.ts +1 -0
- package/locale-data/sr-Latn-ME.js +6 -0
- package/locale-data/sr-Latn-XK.d.ts +1 -0
- package/locale-data/sr-Latn-XK.js +6 -0
- package/locale-data/sr-Latn.d.ts +1 -0
- package/locale-data/sr-Latn.js +6 -0
- package/locale-data/sr.d.ts +1 -0
- package/locale-data/sr.js +6 -0
- package/locale-data/su-Latn.d.ts +1 -0
- package/locale-data/su-Latn.js +6 -0
- package/locale-data/su.d.ts +1 -0
- package/locale-data/su.js +6 -0
- package/locale-data/sv-AX.d.ts +1 -0
- package/locale-data/sv-AX.js +6 -0
- package/locale-data/sv-FI.d.ts +1 -0
- package/locale-data/sv-FI.js +6 -0
- package/locale-data/sv.d.ts +1 -0
- package/locale-data/sv.js +6 -0
- package/locale-data/sw-CD.d.ts +1 -0
- package/locale-data/sw-CD.js +6 -0
- package/locale-data/sw-KE.d.ts +1 -0
- package/locale-data/sw-KE.js +6 -0
- package/locale-data/sw-UG.d.ts +1 -0
- package/locale-data/sw-UG.js +6 -0
- package/locale-data/sw.d.ts +1 -0
- package/locale-data/sw.js +6 -0
- package/locale-data/ta-LK.d.ts +1 -0
- package/locale-data/ta-LK.js +6 -0
- package/locale-data/ta-MY.d.ts +1 -0
- package/locale-data/ta-MY.js +6 -0
- package/locale-data/ta-SG.d.ts +1 -0
- package/locale-data/ta-SG.js +6 -0
- package/locale-data/ta.d.ts +1 -0
- package/locale-data/ta.js +6 -0
- package/locale-data/te.d.ts +1 -0
- package/locale-data/te.js +6 -0
- package/locale-data/teo-KE.d.ts +1 -0
- package/locale-data/teo-KE.js +6 -0
- package/locale-data/teo.d.ts +1 -0
- package/locale-data/teo.js +6 -0
- package/locale-data/tg.d.ts +1 -0
- package/locale-data/tg.js +6 -0
- package/locale-data/th.d.ts +1 -0
- package/locale-data/th.js +6 -0
- package/locale-data/ti-ER.d.ts +1 -0
- package/locale-data/ti-ER.js +6 -0
- package/locale-data/ti.d.ts +1 -0
- package/locale-data/ti.js +6 -0
- package/locale-data/tk.d.ts +1 -0
- package/locale-data/tk.js +6 -0
- package/locale-data/to.d.ts +1 -0
- package/locale-data/to.js +6 -0
- package/locale-data/tr-CY.d.ts +1 -0
- package/locale-data/tr-CY.js +6 -0
- package/locale-data/tr.d.ts +1 -0
- package/locale-data/tr.js +6 -0
- package/locale-data/tt.d.ts +1 -0
- package/locale-data/tt.js +6 -0
- package/locale-data/twq.d.ts +1 -0
- package/locale-data/twq.js +6 -0
- package/locale-data/tzm.d.ts +1 -0
- package/locale-data/tzm.js +6 -0
- package/locale-data/ug.d.ts +1 -0
- package/locale-data/ug.js +6 -0
- package/locale-data/uk.d.ts +1 -0
- package/locale-data/uk.js +6 -0
- package/locale-data/und.d.ts +1 -0
- package/locale-data/und.js +6 -0
- package/locale-data/ur-IN.d.ts +1 -0
- package/locale-data/ur-IN.js +6 -0
- package/locale-data/ur.d.ts +1 -0
- package/locale-data/ur.js +6 -0
- package/locale-data/uz-Arab.d.ts +1 -0
- package/locale-data/uz-Arab.js +6 -0
- package/locale-data/uz-Cyrl.d.ts +1 -0
- package/locale-data/uz-Cyrl.js +6 -0
- package/locale-data/uz-Latn.d.ts +1 -0
- package/locale-data/uz-Latn.js +6 -0
- package/locale-data/uz.d.ts +1 -0
- package/locale-data/uz.js +6 -0
- package/locale-data/vai-Latn.d.ts +1 -0
- package/locale-data/vai-Latn.js +6 -0
- package/locale-data/vai-Vaii.d.ts +1 -0
- package/locale-data/vai-Vaii.js +6 -0
- package/locale-data/vai.d.ts +1 -0
- package/locale-data/vai.js +6 -0
- package/locale-data/vi.d.ts +1 -0
- package/locale-data/vi.js +6 -0
- package/locale-data/vun.d.ts +1 -0
- package/locale-data/vun.js +6 -0
- package/locale-data/wae.d.ts +1 -0
- package/locale-data/wae.js +6 -0
- package/locale-data/wo.d.ts +1 -0
- package/locale-data/wo.js +6 -0
- package/locale-data/xh.d.ts +1 -0
- package/locale-data/xh.js +6 -0
- package/locale-data/xog.d.ts +1 -0
- package/locale-data/xog.js +6 -0
- package/locale-data/yav.d.ts +1 -0
- package/locale-data/yav.js +6 -0
- package/locale-data/yi.d.ts +1 -0
- package/locale-data/yi.js +6 -0
- package/locale-data/yo-BJ.d.ts +1 -0
- package/locale-data/yo-BJ.js +6 -0
- package/locale-data/yo.d.ts +1 -0
- package/locale-data/yo.js +6 -0
- package/locale-data/yrl-CO.d.ts +1 -0
- package/locale-data/yrl-CO.js +6 -0
- package/locale-data/yrl-VE.d.ts +1 -0
- package/locale-data/yrl-VE.js +6 -0
- package/locale-data/yrl.d.ts +1 -0
- package/locale-data/yrl.js +6 -0
- package/locale-data/yue-Hans.d.ts +1 -0
- package/locale-data/yue-Hans.js +6 -0
- package/locale-data/yue-Hant.d.ts +1 -0
- package/locale-data/yue-Hant.js +6 -0
- package/locale-data/yue.d.ts +1 -0
- package/locale-data/yue.js +6 -0
- package/locale-data/zgh.d.ts +1 -0
- package/locale-data/zgh.js +6 -0
- package/locale-data/zh-Hans-HK.d.ts +1 -0
- package/locale-data/zh-Hans-HK.js +6 -0
- package/locale-data/zh-Hans-MO.d.ts +1 -0
- package/locale-data/zh-Hans-MO.js +6 -0
- package/locale-data/zh-Hans-SG.d.ts +1 -0
- package/locale-data/zh-Hans-SG.js +6 -0
- package/locale-data/zh-Hans.d.ts +1 -0
- package/locale-data/zh-Hans.js +6 -0
- package/locale-data/zh-Hant-HK.d.ts +1 -0
- package/locale-data/zh-Hant-HK.js +6 -0
- package/locale-data/zh-Hant-MO.d.ts +1 -0
- package/locale-data/zh-Hant-MO.js +6 -0
- package/locale-data/zh-Hant.d.ts +1 -0
- package/locale-data/zh-Hant.js +6 -0
- package/locale-data/zh.d.ts +1 -0
- package/locale-data/zh.js +6 -0
- package/locale-data/zu.d.ts +1 -0
- package/locale-data/zu.js +6 -0
- package/package.json +6 -6
- package/polyfill-force.d.ts +2 -0
- package/polyfill-force.d.ts.map +1 -0
- package/polyfill-force.js +10 -0
- package/polyfill.d.ts +2 -0
- package/polyfill.d.ts.map +1 -0
- package/polyfill.iife.js +773 -0
- package/polyfill.js +13 -0
- package/should-polyfill.d.ts +2 -0
- package/should-polyfill.d.ts.map +1 -0
- package/should-polyfill.js +33 -0
- package/supported-locales.generated.d.ts +2 -0
- package/supported-locales.generated.d.ts.map +1 -0
- package/supported-locales.generated.js +4 -0
- package/BUILD +0 -825
- package/CHANGELOG.md +0 -913
- package/abstract/FormatRelativeTime.ts +0 -18
- package/abstract/FormatRelativeTimeToParts.ts +0 -29
- package/abstract/InitializeRelativeTimeFormat.ts +0 -89
- package/abstract/MakePartsList.ts +0 -28
- package/abstract/PartitionRelativeTimePattern.ts +0 -81
- package/abstract/SingularRelativeTimeUnit.ts +0 -36
- package/get_internal_slots.ts +0 -20
- package/index.ts +0 -151
- package/polyfill-force.ts +0 -7
- package/polyfill.ts +0 -10
- package/scripts/cldr-raw.ts +0 -21
- package/scripts/cldr.ts +0 -29
- package/scripts/extract-relative.ts +0 -132
- package/scripts/test-locale-data-gen.ts +0 -18
- package/scripts/test262-main-gen.ts +0 -28
- package/should-polyfill.ts +0 -36
- package/supported-locales.generated.ts +0 -1
- package/test262-main.ts +0 -1148
- package/tests/index.test.ts +0 -32
- package/tests/locale-data/en-AI.json +0 -1
- package/tests/locale-data/en.json +0 -1
- package/tests/locale-data/zh-Hans.json +0 -1
- package/tests/locale-data/zh-Hant.json +0 -1
- package/tests/locale-data/zh.json +0 -1
- package/tests/supported-locales-of.test.ts +0 -25
- package/tsconfig.json +0 -5
package/CHANGELOG.md
DELETED
|
@@ -1,913 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
# [11.1.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@11.0.3...@formatjs/intl-relativetimeformat@11.1.0) (2022-08-18)
|
|
7
|
-
|
|
8
|
-
### Features
|
|
9
|
-
|
|
10
|
-
* **@formatjs/intl-datetimeformat:** upgrade tzdata to 2022c, fix [#3774](https://github.com/formatjs/formatjs/issues/3774) ([9db80e7](https://github.com/formatjs/formatjs/commit/9db80e7b02b0c572e5903054b64b237e8016ae45))
|
|
11
|
-
|
|
12
|
-
## [11.0.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@11.0.2...@formatjs/intl-relativetimeformat@11.0.3) (2022-07-04)
|
|
13
|
-
|
|
14
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
15
|
-
|
|
16
|
-
## [11.0.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@11.0.1...@formatjs/intl-relativetimeformat@11.0.2) (2022-06-06)
|
|
17
|
-
|
|
18
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
19
|
-
|
|
20
|
-
## [11.0.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@11.0.0...@formatjs/intl-relativetimeformat@11.0.1) (2022-05-19)
|
|
21
|
-
|
|
22
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
23
|
-
|
|
24
|
-
# [11.0.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@10.0.1...@formatjs/intl-relativetimeformat@11.0.0) (2022-05-19)
|
|
25
|
-
|
|
26
|
-
### Bug Fixes
|
|
27
|
-
|
|
28
|
-
* **react-intl:** fix type issue with react18, fix [#3550](https://github.com/formatjs/formatjs/issues/3550) ([2567b93](https://github.com/formatjs/formatjs/commit/2567b932c5d18b097a43842563046c20ce0c49f1))
|
|
29
|
-
|
|
30
|
-
### Features
|
|
31
|
-
|
|
32
|
-
* **@formatjs/cli:** package CLI into a single file ([1760787](https://github.com/formatjs/formatjs/commit/176078792894d18b0af72ce1f413f25835f7eb44)), closes [#3547](https://github.com/formatjs/formatjs/issues/3547)
|
|
33
|
-
|
|
34
|
-
### BREAKING CHANGES
|
|
35
|
-
|
|
36
|
-
* **@formatjs/cli:** we push @vue/compiler-core out to `peerDependencies` so if u use vue u should pull this in manuallywip on packaging cli.
|
|
37
|
-
|
|
38
|
-
## [10.0.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@10.0.0...@formatjs/intl-relativetimeformat@10.0.1) (2022-03-26)
|
|
39
|
-
|
|
40
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
41
|
-
|
|
42
|
-
# [10.0.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@9.5.2...@formatjs/intl-relativetimeformat@10.0.0) (2022-02-06)
|
|
43
|
-
|
|
44
|
-
### Features
|
|
45
|
-
|
|
46
|
-
* **eslint-plugin-formatjs:** rename `blacklist` to `blocklist`, fix [#3399](https://github.com/formatjs/formatjs/issues/3399) ([d363881](https://github.com/formatjs/formatjs/commit/d363881c87e6d792c4e933cd0167d1b3faa0897a))
|
|
47
|
-
|
|
48
|
-
### BREAKING CHANGES
|
|
49
|
-
|
|
50
|
-
* **eslint-plugin-formatjs:** This changes the rule name from `blacklist-elements` to `blocklist-elements`
|
|
51
|
-
|
|
52
|
-
## [9.5.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@9.5.1...@formatjs/intl-relativetimeformat@9.5.2) (2022-02-06)
|
|
53
|
-
|
|
54
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
55
|
-
|
|
56
|
-
## [9.5.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@9.5.0...@formatjs/intl-relativetimeformat@9.5.1) (2022-01-24)
|
|
57
|
-
|
|
58
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
59
|
-
|
|
60
|
-
# [9.5.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@9.4.1...@formatjs/intl-relativetimeformat@9.5.0) (2022-01-09)
|
|
61
|
-
|
|
62
|
-
### Features
|
|
63
|
-
|
|
64
|
-
* **@formatjs/intl-relativetimeformat:** upgrade cldr to v40 ([45629aa](https://github.com/formatjs/formatjs/commit/45629aa6dc2b1535a70fb24fed14a1be3bfe70de))
|
|
65
|
-
|
|
66
|
-
## [9.4.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@9.4.0...@formatjs/intl-relativetimeformat@9.4.1) (2022-01-03)
|
|
67
|
-
|
|
68
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
69
|
-
|
|
70
|
-
# [9.4.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@9.3.3...@formatjs/intl-relativetimeformat@9.4.0) (2021-12-20)
|
|
71
|
-
|
|
72
|
-
### Features
|
|
73
|
-
|
|
74
|
-
* change should-polyfill return value to 1 of the supported locales of the polyfill, fix [#3255](https://github.com/formatjs/formatjs/issues/3255) ([eb589db](https://github.com/formatjs/formatjs/commit/eb589dbf048fd549d186e87a011a9c767ed94d98))
|
|
75
|
-
|
|
76
|
-
## [9.3.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@9.3.2...@formatjs/intl-relativetimeformat@9.3.3) (2021-12-01)
|
|
77
|
-
|
|
78
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
79
|
-
|
|
80
|
-
## [9.3.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@9.3.1...@formatjs/intl-relativetimeformat@9.3.2) (2021-10-17)
|
|
81
|
-
|
|
82
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
83
|
-
|
|
84
|
-
## [9.3.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@9.3.0...@formatjs/intl-relativetimeformat@9.3.1) (2021-09-27)
|
|
85
|
-
|
|
86
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
87
|
-
|
|
88
|
-
# [9.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@9.2.3...@formatjs/intl-relativetimeformat@9.3.0) (2021-09-26)
|
|
89
|
-
|
|
90
|
-
### Features
|
|
91
|
-
|
|
92
|
-
* **@formatjs/intl-relativetimeformat:** update shouldPolyfill for Intl.RelativeTimeFormat ([#3139](https://github.com/formatjs/formatjs/issues/3139)) ([0435ad1](https://github.com/formatjs/formatjs/commit/0435ad113469adad27451f59fce42c3bf6e5f75e))
|
|
93
|
-
|
|
94
|
-
## [9.2.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@9.2.2...@formatjs/intl-relativetimeformat@9.2.3) (2021-08-21)
|
|
95
|
-
|
|
96
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
97
|
-
|
|
98
|
-
## [9.2.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@9.2.1...@formatjs/intl-relativetimeformat@9.2.2) (2021-08-15)
|
|
99
|
-
|
|
100
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
101
|
-
|
|
102
|
-
## [9.2.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@9.2.0...@formatjs/intl-relativetimeformat@9.2.1) (2021-08-06)
|
|
103
|
-
|
|
104
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
105
|
-
|
|
106
|
-
# [9.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@9.1.7...@formatjs/intl-relativetimeformat@9.2.0) (2021-07-24)
|
|
107
|
-
|
|
108
|
-
### Bug Fixes
|
|
109
|
-
|
|
110
|
-
* **@formatjs/intl-relativetimeformat:** refactor ([7bfcc3e](https://github.com/formatjs/formatjs/commit/7bfcc3ea726f4ed493d073e6c34f53ad77f63484))
|
|
111
|
-
|
|
112
|
-
### Features
|
|
113
|
-
|
|
114
|
-
* **@formatjs/intl-relativetimeformat:** add supported locales check to should-polyfill, fix [#3066](https://github.com/formatjs/formatjs/issues/3066) ([ab90bf5](https://github.com/formatjs/formatjs/commit/ab90bf53b9fee8645e93656517876d93d93b12c3))
|
|
115
|
-
|
|
116
|
-
## [9.1.7](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@9.1.6...@formatjs/intl-relativetimeformat@9.1.7) (2021-06-26)
|
|
117
|
-
|
|
118
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
119
|
-
|
|
120
|
-
## [9.1.6](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@9.1.5...@formatjs/intl-relativetimeformat@9.1.6) (2021-06-05)
|
|
121
|
-
|
|
122
|
-
### Bug Fixes
|
|
123
|
-
|
|
124
|
-
* **@formatjs/intl-relativetimeformat:** remove Intl check ([cf95623](https://github.com/formatjs/formatjs/commit/cf95623339317b570c4ef9cb00862598acf8314d))
|
|
125
|
-
|
|
126
|
-
## [9.1.5](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@9.1.4...@formatjs/intl-relativetimeformat@9.1.5) (2021-06-05)
|
|
127
|
-
|
|
128
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
129
|
-
|
|
130
|
-
## [9.1.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@9.1.3...@formatjs/intl-relativetimeformat@9.1.4) (2021-06-04)
|
|
131
|
-
|
|
132
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
133
|
-
|
|
134
|
-
## [9.1.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@9.1.2...@formatjs/intl-relativetimeformat@9.1.3) (2021-06-01)
|
|
135
|
-
|
|
136
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
137
|
-
|
|
138
|
-
## [9.1.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@9.1.1...@formatjs/intl-relativetimeformat@9.1.2) (2021-05-23)
|
|
139
|
-
|
|
140
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
141
|
-
|
|
142
|
-
## [9.1.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@9.1.0...@formatjs/intl-relativetimeformat@9.1.1) (2021-05-20)
|
|
143
|
-
|
|
144
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
145
|
-
|
|
146
|
-
# [9.1.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@9.0.0...@formatjs/intl-relativetimeformat@9.1.0) (2021-05-17)
|
|
147
|
-
|
|
148
|
-
### Features
|
|
149
|
-
|
|
150
|
-
* **@formatjs/intl-relativetimeformat:** upgrade unicode to v39 ([5b743cb](https://github.com/formatjs/formatjs/commit/5b743cb2b3ed2f62cc973a3ba39e20e136756425))
|
|
151
|
-
|
|
152
|
-
# [9.0.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@8.1.8...@formatjs/intl-relativetimeformat@9.0.0) (2021-05-14)
|
|
153
|
-
|
|
154
|
-
### Features
|
|
155
|
-
|
|
156
|
-
* **@formatjs/intl-relativetimeformat:** stop aliasing en-US-POSIX to en-US ([30a38ad](https://github.com/formatjs/formatjs/commit/30a38ad2efd32a37d82e20ff0f1cea24b8c8a22c))
|
|
157
|
-
|
|
158
|
-
### BREAKING CHANGES
|
|
159
|
-
|
|
160
|
-
* **@formatjs/intl-relativetimeformat:** Before we call `en-US-POSIX` as `en-US` but it has subtle pattern differences so it's misleading. If you were importing `en-US` earlier, use `en` instead since they're the same.
|
|
161
|
-
|
|
162
|
-
## [8.1.8](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@8.1.7...@formatjs/intl-relativetimeformat@8.1.8) (2021-05-10)
|
|
163
|
-
|
|
164
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
165
|
-
|
|
166
|
-
## [8.1.7](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@8.1.6...@formatjs/intl-relativetimeformat@8.1.7) (2021-05-02)
|
|
167
|
-
|
|
168
|
-
### Bug Fixes
|
|
169
|
-
|
|
170
|
-
* **@formatjs/intl-relativetimeformat:** add d.ts for locale files, fix [#2850](https://github.com/formatjs/formatjs/issues/2850) ([c7b7eba](https://github.com/formatjs/formatjs/commit/c7b7ebaa87674806b568ca4d8555cb91d14a143a))
|
|
171
|
-
|
|
172
|
-
## [8.1.6](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@8.1.5...@formatjs/intl-relativetimeformat@8.1.6) (2021-04-26)
|
|
173
|
-
|
|
174
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
175
|
-
|
|
176
|
-
## [8.1.5](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@8.1.4...@formatjs/intl-relativetimeformat@8.1.5) (2021-04-12)
|
|
177
|
-
|
|
178
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
179
|
-
|
|
180
|
-
## [8.1.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@8.1.3...@formatjs/intl-relativetimeformat@8.1.4) (2021-03-26)
|
|
181
|
-
|
|
182
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
183
|
-
|
|
184
|
-
## [8.1.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@8.1.2...@formatjs/intl-relativetimeformat@8.1.3) (2021-03-15)
|
|
185
|
-
|
|
186
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
187
|
-
|
|
188
|
-
## [8.1.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@8.1.1...@formatjs/intl-relativetimeformat@8.1.2) (2021-03-01)
|
|
189
|
-
|
|
190
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
191
|
-
|
|
192
|
-
## [8.1.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@8.1.0...@formatjs/intl-relativetimeformat@8.1.1) (2021-02-25)
|
|
193
|
-
|
|
194
|
-
### Bug Fixes
|
|
195
|
-
|
|
196
|
-
* bump tslib version dep ([37577d2](https://github.com/formatjs/formatjs/commit/37577d22bf28d23de1d8013ba0047cf221ad8840)), closes [#2645](https://github.com/formatjs/formatjs/issues/2645)
|
|
197
|
-
|
|
198
|
-
# [8.1.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@8.0.6...@formatjs/intl-relativetimeformat@8.1.0) (2021-02-25)
|
|
199
|
-
|
|
200
|
-
### Features
|
|
201
|
-
|
|
202
|
-
* **@formatjs/intl-relativetimeformat:** support TS4.2 ([6cd5718](https://github.com/formatjs/formatjs/commit/6cd57185c246e1961230cb22eaeaf39532cfbae9))
|
|
203
|
-
|
|
204
|
-
## [8.0.6](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@8.0.5...@formatjs/intl-relativetimeformat@8.0.6) (2021-02-22)
|
|
205
|
-
|
|
206
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
207
|
-
|
|
208
|
-
## [8.0.5](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@8.0.4...@formatjs/intl-relativetimeformat@8.0.5) (2021-02-21)
|
|
209
|
-
|
|
210
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
211
|
-
|
|
212
|
-
## [8.0.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@8.0.3...@formatjs/intl-relativetimeformat@8.0.4) (2021-01-27)
|
|
213
|
-
|
|
214
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
215
|
-
|
|
216
|
-
## [8.0.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@8.0.2...@formatjs/intl-relativetimeformat@8.0.3) (2021-01-05)
|
|
217
|
-
|
|
218
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
219
|
-
|
|
220
|
-
## [8.0.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@8.0.1...@formatjs/intl-relativetimeformat@8.0.2) (2021-01-01)
|
|
221
|
-
|
|
222
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
223
|
-
|
|
224
|
-
## [8.0.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@8.0.0...@formatjs/intl-relativetimeformat@8.0.1) (2020-12-16)
|
|
225
|
-
|
|
226
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
227
|
-
|
|
228
|
-
# [8.0.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@7.3.6...@formatjs/intl-relativetimeformat@8.0.0) (2020-11-20)
|
|
229
|
-
|
|
230
|
-
* feat(@formatjs/intl-relativetimeformat: enhance best fit locale negotiation ([bb9485f](https://github.com/formatjs/formatjs/commit/bb9485f77be023368f9dcb6a81caa93b3ad47a70))
|
|
231
|
-
|
|
232
|
-
### Features
|
|
233
|
-
|
|
234
|
-
* **@formatjs/ecma402-abstract:** remove unpackData ([18cd5ae](https://github.com/formatjs/formatjs/commit/18cd5aef07f83456a1ecc98beb86b96869b6cf93))
|
|
235
|
-
|
|
236
|
-
### BREAKING CHANGES
|
|
237
|
-
|
|
238
|
-
* This polyfill now requires Intl.Locale, or
|
|
239
|
-
@formatjs/intl-locale polyfill
|
|
240
|
-
|
|
241
|
-
## [7.3.6](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@7.3.5...@formatjs/intl-relativetimeformat@7.3.6) (2020-11-12)
|
|
242
|
-
|
|
243
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
244
|
-
|
|
245
|
-
## [7.3.5](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@7.3.4...@formatjs/intl-relativetimeformat@7.3.5) (2020-11-09)
|
|
246
|
-
|
|
247
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
248
|
-
|
|
249
|
-
## [7.3.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@7.3.3...@formatjs/intl-relativetimeformat@7.3.4) (2020-11-09)
|
|
250
|
-
|
|
251
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
252
|
-
|
|
253
|
-
## [7.3.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@7.3.2...@formatjs/intl-relativetimeformat@7.3.3) (2020-11-05)
|
|
254
|
-
|
|
255
|
-
### Bug Fixes
|
|
256
|
-
|
|
257
|
-
* **@formatjs/intl-relativetimeformat:** lock down monorepo dep version ([196d28a](https://github.com/formatjs/formatjs/commit/196d28af2ae2ea2fc2219fd270e331d5ae1b7530))
|
|
258
|
-
|
|
259
|
-
## [7.3.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@7.3.1...@formatjs/intl-relativetimeformat@7.3.2) (2020-11-04)
|
|
260
|
-
|
|
261
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
262
|
-
|
|
263
|
-
## [7.3.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@7.3.0...@formatjs/intl-relativetimeformat@7.3.1) (2020-10-26)
|
|
264
|
-
|
|
265
|
-
### Bug Fixes
|
|
266
|
-
|
|
267
|
-
* **@formatjs/intl-relativetimeformat:** fix UMD bundle ([b996965](https://github.com/formatjs/formatjs/commit/b996965807c8c748592b6ea32565139d25fce668))
|
|
268
|
-
|
|
269
|
-
# [7.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@7.2.10...@formatjs/intl-relativetimeformat@7.3.0) (2020-10-25)
|
|
270
|
-
|
|
271
|
-
### Features
|
|
272
|
-
|
|
273
|
-
* **@formatjs/intl-datetimeformat:** upgrade CLDR to v37 ([d1b0514](https://github.com/formatjs/formatjs/commit/d1b0514dcc7312d84112bdb29557d712c871b6f0))
|
|
274
|
-
|
|
275
|
-
## [7.2.10](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@7.2.9...@formatjs/intl-relativetimeformat@7.2.10) (2020-10-10)
|
|
276
|
-
|
|
277
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
278
|
-
|
|
279
|
-
## [7.2.9](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@7.2.8...@formatjs/intl-relativetimeformat@7.2.9) (2020-10-08)
|
|
280
|
-
|
|
281
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
282
|
-
|
|
283
|
-
## [7.2.8](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@7.2.7...@formatjs/intl-relativetimeformat@7.2.8) (2020-10-01)
|
|
284
|
-
|
|
285
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
286
|
-
|
|
287
|
-
## [7.2.7](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@7.2.6...@formatjs/intl-relativetimeformat@7.2.7) (2020-09-18)
|
|
288
|
-
|
|
289
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
290
|
-
|
|
291
|
-
## [7.2.6](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@7.2.5...@formatjs/intl-relativetimeformat@7.2.6) (2020-09-09)
|
|
292
|
-
|
|
293
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
294
|
-
|
|
295
|
-
## [7.2.5](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@7.2.4...@formatjs/intl-relativetimeformat@7.2.5) (2020-08-28)
|
|
296
|
-
|
|
297
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
298
|
-
|
|
299
|
-
## [7.2.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@7.2.3...@formatjs/intl-relativetimeformat@7.2.4) (2020-08-25)
|
|
300
|
-
|
|
301
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
302
|
-
|
|
303
|
-
## [7.2.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@7.2.2...@formatjs/intl-relativetimeformat@7.2.3) (2020-08-21)
|
|
304
|
-
|
|
305
|
-
### Bug Fixes
|
|
306
|
-
|
|
307
|
-
* add back polyfill.umd, fix [#2013](https://github.com/formatjs/formatjs/issues/2013) ([b9cfbd2](https://github.com/formatjs/formatjs/commit/b9cfbd2eeead6a5165b0e4cbf1ef3edbfbeca8ce))
|
|
308
|
-
|
|
309
|
-
## [7.2.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@7.2.1...@formatjs/intl-relativetimeformat@7.2.2) (2020-08-19)
|
|
310
|
-
|
|
311
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
312
|
-
|
|
313
|
-
## [7.2.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@7.2.0...@formatjs/intl-relativetimeformat@7.2.1) (2020-08-19)
|
|
314
|
-
|
|
315
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
316
|
-
|
|
317
|
-
# [7.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@7.1.2...@formatjs/intl-relativetimeformat@7.2.0) (2020-08-18)
|
|
318
|
-
|
|
319
|
-
### Features
|
|
320
|
-
|
|
321
|
-
* **@formatjs/intl-relativetimeformat:** expose shouldPolyfill to detect if platform needs our polyfill ([391e1af](https://github.com/formatjs/formatjs/commit/391e1af41cd46fae6e3043130757eb6d69b7307f))
|
|
322
|
-
|
|
323
|
-
## [7.1.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@7.1.1...@formatjs/intl-relativetimeformat@7.1.2) (2020-08-17)
|
|
324
|
-
|
|
325
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
326
|
-
|
|
327
|
-
## [7.1.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@7.1.0...@formatjs/intl-relativetimeformat@7.1.1) (2020-08-14)
|
|
328
|
-
|
|
329
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
330
|
-
|
|
331
|
-
# [7.1.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@7.0.0...@formatjs/intl-relativetimeformat@7.1.0) (2020-08-13)
|
|
332
|
-
|
|
333
|
-
### Features
|
|
334
|
-
|
|
335
|
-
* **@formatjs/cli:** switch from glob to fast-glob ([6fc7bfb](https://github.com/formatjs/formatjs/commit/6fc7bfb925b6a6374c11dba79629f95371c02bc8))
|
|
336
|
-
|
|
337
|
-
# [7.0.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@6.2.4...@formatjs/intl-relativetimeformat@7.0.0) (2020-07-24)
|
|
338
|
-
|
|
339
|
-
### Features
|
|
340
|
-
|
|
341
|
-
* **@formatjs/intl-relativetimeformat:** stop aggregating locale-data into languages ([8ad38e8](https://github.com/formatjs/formatjs/commit/8ad38e88c53ac7c6bdb70353ba8aca4a9de4bed4))
|
|
342
|
-
|
|
343
|
-
### BREAKING CHANGES
|
|
344
|
-
|
|
345
|
-
* **@formatjs/intl-relativetimeformat:** In this release we no longer bundle locale data of the
|
|
346
|
-
same language into a single file. This serves a couple of purposes:
|
|
347
|
-
1. Reduce size of the locale-data and normalize them to around 3 - 6KB
|
|
348
|
-
each. This tremendously helps popular languages like `en` or `zh` where
|
|
349
|
-
previous locale-data was around 20K.
|
|
350
|
-
2. Normalize our CLDR processing pipeline.
|
|
351
|
-
3. Get rid of runtime data unpacking which helps runtime performance.
|
|
352
|
-
|
|
353
|
-
## [6.2.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@6.2.3...@formatjs/intl-relativetimeformat@6.2.4) (2020-07-21)
|
|
354
|
-
|
|
355
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
356
|
-
|
|
357
|
-
## [6.2.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@6.2.2...@formatjs/intl-relativetimeformat@6.2.3) (2020-07-16)
|
|
358
|
-
|
|
359
|
-
### Reverts
|
|
360
|
-
|
|
361
|
-
* Revert "feat(@formatjs/intl-utils): remove custom LDMLPluralRuleType and use TS3.9 type" ([1a6eeac](https://github.com/formatjs/formatjs/commit/1a6eeac8c59184825968ffddc35374c83f3fe782))
|
|
362
|
-
|
|
363
|
-
## [6.2.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@6.2.0...@formatjs/intl-relativetimeformat@6.2.2) (2020-07-14)
|
|
364
|
-
|
|
365
|
-
### Bug Fixes
|
|
366
|
-
|
|
367
|
-
* **react-intl:** fix rollup'ed type def file ([bddb88e](https://github.com/formatjs/formatjs/commit/bddb88e7435854b3152f2fbdc72b50054d9bad76))
|
|
368
|
-
|
|
369
|
-
## [6.2.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@6.2.0...@formatjs/intl-relativetimeformat@6.2.1) (2020-07-14)
|
|
370
|
-
|
|
371
|
-
### Bug Fixes
|
|
372
|
-
|
|
373
|
-
* **react-intl:** fix rollup'ed type def file ([bddb88e](https://github.com/formatjs/formatjs/commit/bddb88e7435854b3152f2fbdc72b50054d9bad76))
|
|
374
|
-
|
|
375
|
-
# [6.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@6.1.0...@formatjs/intl-relativetimeformat@6.2.0) (2020-07-14)
|
|
376
|
-
|
|
377
|
-
### Features
|
|
378
|
-
|
|
379
|
-
* **@formatjs/intl-utils:** remove custom LDMLPluralRuleType and use TS3.9 type ([8e433d5](https://github.com/formatjs/formatjs/commit/8e433d5afdbf64f7a952d6345e50cad29bbb7083))
|
|
380
|
-
|
|
381
|
-
# [6.1.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@6.0.2...@formatjs/intl-relativetimeformat@6.1.0) (2020-07-14)
|
|
382
|
-
|
|
383
|
-
### Bug Fixes
|
|
384
|
-
|
|
385
|
-
* **@formatjs/intl-relativetimeformat:** fix plural unit issue, fix [#1721](https://github.com/formatjs/formatjs/issues/1721) ([4c7a174](https://github.com/formatjs/formatjs/commit/4c7a174f13909d4c3083ef56f3f6c029e2ad3b86))
|
|
386
|
-
|
|
387
|
-
### Features
|
|
388
|
-
|
|
389
|
-
* publish ([b6e3465](https://github.com/formatjs/formatjs/commit/b6e3465ac95b3fa481f3c89f077a66ac004f7c27))
|
|
390
|
-
|
|
391
|
-
## [6.0.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@6.0.2...@formatjs/intl-relativetimeformat@6.0.3) (2020-07-09)
|
|
392
|
-
|
|
393
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
394
|
-
|
|
395
|
-
## [6.0.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@6.0.1...@formatjs/intl-relativetimeformat@6.0.2) (2020-07-03)
|
|
396
|
-
|
|
397
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
398
|
-
|
|
399
|
-
## [6.0.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@6.0.0...@formatjs/intl-relativetimeformat@6.0.1) (2020-07-03)
|
|
400
|
-
|
|
401
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
402
|
-
|
|
403
|
-
# [6.0.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@5.2.11...@formatjs/intl-relativetimeformat@6.0.0) (2020-07-03)
|
|
404
|
-
|
|
405
|
-
### Bug Fixes
|
|
406
|
-
|
|
407
|
-
* add locale-data to package.json files ([52a1481](https://github.com/formatjs/formatjs/commit/52a148196585bf8b33b27b9b948d6333f49072e8))
|
|
408
|
-
|
|
409
|
-
### Features
|
|
410
|
-
|
|
411
|
-
* **@formatjs/intl-relativetimeformat:** restructure locale-data output ([4b21463](https://github.com/formatjs/formatjs/commit/4b21463fc4d289a0f220435ec5608a30793eab5a))
|
|
412
|
-
|
|
413
|
-
### BREAKING CHANGES
|
|
414
|
-
|
|
415
|
-
* **@formatjs/intl-relativetimeformat:** Remove ponyfill mechanism. Our polyfill mechanism also detects buggy native implementation so we can override.
|
|
416
|
-
* **@formatjs/intl-relativetimeformat:** Move locale-data outside of `dist`. This means new locale-data path would be `@formatjs/intl-relativetimeformat/locale-data` instead of `@formatjs/intl-relativetimeformat/dist/locale-data`
|
|
417
|
-
|
|
418
|
-
## [5.2.11](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@5.2.10...@formatjs/intl-relativetimeformat@5.2.11) (2020-07-01)
|
|
419
|
-
|
|
420
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
421
|
-
|
|
422
|
-
## [5.2.10](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@5.2.9...@formatjs/intl-relativetimeformat@5.2.10) (2020-06-26)
|
|
423
|
-
|
|
424
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
425
|
-
|
|
426
|
-
## [5.2.9](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@5.2.8...@formatjs/intl-relativetimeformat@5.2.9) (2020-06-23)
|
|
427
|
-
|
|
428
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
429
|
-
|
|
430
|
-
## [5.2.8](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@5.2.7...@formatjs/intl-relativetimeformat@5.2.8) (2020-06-23)
|
|
431
|
-
|
|
432
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
433
|
-
|
|
434
|
-
## [5.2.7](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@5.2.6...@formatjs/intl-relativetimeformat@5.2.7) (2020-06-20)
|
|
435
|
-
|
|
436
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
437
|
-
|
|
438
|
-
## [5.2.6](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@5.2.5...@formatjs/intl-relativetimeformat@5.2.6) (2020-06-06)
|
|
439
|
-
|
|
440
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
441
|
-
|
|
442
|
-
## [5.2.5](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@5.2.4...@formatjs/intl-relativetimeformat@5.2.5) (2020-06-06)
|
|
443
|
-
|
|
444
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
445
|
-
|
|
446
|
-
## [5.2.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@5.2.3...@formatjs/intl-relativetimeformat@5.2.4) (2020-06-04)
|
|
447
|
-
|
|
448
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
449
|
-
|
|
450
|
-
## [5.2.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@5.2.2...@formatjs/intl-relativetimeformat@5.2.3) (2020-06-04)
|
|
451
|
-
|
|
452
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
453
|
-
|
|
454
|
-
## [5.2.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@5.2.1...@formatjs/intl-relativetimeformat@5.2.2) (2020-06-03)
|
|
455
|
-
|
|
456
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
457
|
-
|
|
458
|
-
## [5.2.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@5.2.0...@formatjs/intl-relativetimeformat@5.2.1) (2020-05-28)
|
|
459
|
-
|
|
460
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
461
|
-
|
|
462
|
-
# [5.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@5.1.0...@formatjs/intl-relativetimeformat@5.2.0) (2020-05-27)
|
|
463
|
-
|
|
464
|
-
### Features
|
|
465
|
-
|
|
466
|
-
* **formatjs-extract-cldr-data:** rm this package ([62bdd32](https://github.com/formatjs/formatjs/commit/62bdd32aadef899228a5303e01865f69fd729fa3))
|
|
467
|
-
|
|
468
|
-
# [5.1.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@5.0.1...@formatjs/intl-relativetimeformat@5.1.0) (2020-05-25)
|
|
469
|
-
|
|
470
|
-
### Features
|
|
471
|
-
|
|
472
|
-
* **@formatjs/intl-relativetimeformat:** reduce asset size since we use Intl.getCanonicalLocales ([ac77c42](https://github.com/formatjs/formatjs/commit/ac77c42bac5ac9f454d60f653d109ccc7fadcf01))
|
|
473
|
-
|
|
474
|
-
## [5.0.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@5.0.0...@formatjs/intl-relativetimeformat@5.0.1) (2020-05-23)
|
|
475
|
-
|
|
476
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
477
|
-
|
|
478
|
-
# [5.0.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.5.16...@formatjs/intl-relativetimeformat@5.0.0) (2020-05-23)
|
|
479
|
-
|
|
480
|
-
### Features
|
|
481
|
-
|
|
482
|
-
* **@formatjs/intl-relativetimeformat:** Use native ([c4b719c](https://github.com/formatjs/formatjs/commit/c4b719cd511e220efcc04bb01a40fe9d44c97c1e))
|
|
483
|
-
|
|
484
|
-
### BREAKING CHANGES
|
|
485
|
-
|
|
486
|
-
* **@formatjs/intl-relativetimeformat:** This requires @formatjs/intl-getcanonicallocales for
|
|
487
|
-
IE11 and below
|
|
488
|
-
|
|
489
|
-
## [4.5.16](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.5.15...@formatjs/intl-relativetimeformat@4.5.16) (2020-05-16)
|
|
490
|
-
|
|
491
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
492
|
-
|
|
493
|
-
## [4.5.15](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.5.14...@formatjs/intl-relativetimeformat@4.5.15) (2020-05-05)
|
|
494
|
-
|
|
495
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
496
|
-
|
|
497
|
-
## 4.5.14 (2020-04-28)
|
|
498
|
-
|
|
499
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
500
|
-
|
|
501
|
-
## [4.5.13](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.5.12...@formatjs/intl-relativetimeformat@4.5.13) (2020-04-24)
|
|
502
|
-
|
|
503
|
-
### Bug Fixes
|
|
504
|
-
|
|
505
|
-
* **eslint-plugin-formatjs:** add missing dep ([776390e](https://github.com/formatjs/formatjs/commit/776390e9d6cb3bc1eef07b2e92057136cfe95b76))
|
|
506
|
-
|
|
507
|
-
## [4.5.12](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.5.11...@formatjs/intl-relativetimeformat@4.5.12) (2020-04-14)
|
|
508
|
-
|
|
509
|
-
### Bug Fixes
|
|
510
|
-
|
|
511
|
-
* clean up tsbuildinfo before full build ([c301ca0](https://github.com/formatjs/formatjs/commit/c301ca02e0c319a0eb03921533053f0334ae5df1))
|
|
512
|
-
|
|
513
|
-
## [4.5.11](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.5.10...@formatjs/intl-relativetimeformat@4.5.11) (2020-03-30)
|
|
514
|
-
|
|
515
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
516
|
-
|
|
517
|
-
## [4.5.10](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.5.8...@formatjs/intl-relativetimeformat@4.5.10) (2020-03-18)
|
|
518
|
-
|
|
519
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
520
|
-
|
|
521
|
-
## [4.5.9](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.5.8...@formatjs/intl-relativetimeformat@4.5.9) (2020-01-27)
|
|
522
|
-
|
|
523
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
524
|
-
|
|
525
|
-
## [4.5.8](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.5.7...@formatjs/intl-relativetimeformat@4.5.8) (2020-01-22)
|
|
526
|
-
|
|
527
|
-
### Bug Fixes
|
|
528
|
-
|
|
529
|
-
* **@formatjs/intl-relativetimeformat:** Fix numberingSystem option regex of intl-relativetimeformat ([d619614](https://github.com/formatjs/formatjs/commit/d6196145c249b34a1a7ae8463b8858ab94ea01ea)), closes [#471](https://github.com/formatjs/formatjs/issues/471)
|
|
530
|
-
|
|
531
|
-
## [4.5.7](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.5.6...@formatjs/intl-relativetimeformat@4.5.7) (2020-01-09)
|
|
532
|
-
|
|
533
|
-
### Bug Fixes
|
|
534
|
-
|
|
535
|
-
* **@formatjs/intl-listformat:** fix locale lookup regression for en-US ([21e8219](https://github.com/formatjs/formatjs/commit/21e8219c443ccfd36f1acd17303b0e6480edba23))
|
|
536
|
-
|
|
537
|
-
## [4.5.6](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.5.5...@formatjs/intl-relativetimeformat@4.5.6) (2020-01-08)
|
|
538
|
-
|
|
539
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
540
|
-
|
|
541
|
-
## [4.5.5](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.5.4...@formatjs/intl-relativetimeformat@4.5.5) (2020-01-06)
|
|
542
|
-
|
|
543
|
-
### Bug Fixes
|
|
544
|
-
|
|
545
|
-
* **@formatjs/intl-listformat:** don’t treat en-US-POSIX as en-US because they are different ([a37b091](https://github.com/formatjs/formatjs/commit/a37b091830ddc0ac9fd5771eb402f2b5c23c45f7))
|
|
546
|
-
|
|
547
|
-
## [4.5.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.5.3...@formatjs/intl-relativetimeformat@4.5.4) (2019-12-27)
|
|
548
|
-
|
|
549
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
550
|
-
|
|
551
|
-
## [4.5.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.5.2...@formatjs/intl-relativetimeformat@4.5.3) (2019-12-27)
|
|
552
|
-
|
|
553
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
554
|
-
|
|
555
|
-
## [4.5.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.5.1...@formatjs/intl-relativetimeformat@4.5.2) (2019-12-26)
|
|
556
|
-
|
|
557
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
558
|
-
|
|
559
|
-
## [4.5.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.5.0...@formatjs/intl-relativetimeformat@4.5.1) (2019-12-02)
|
|
560
|
-
|
|
561
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
562
|
-
|
|
563
|
-
# [4.5.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.4.6...@formatjs/intl-relativetimeformat@4.5.0) (2019-12-01)
|
|
564
|
-
|
|
565
|
-
### Features
|
|
566
|
-
|
|
567
|
-
* **@formatjs/intl-utils:** add PartitionPattern abstract operation ([#317](https://github.com/formatjs/formatjs/issues/317)) ([5731fcf](https://github.com/formatjs/formatjs/commit/5731fcfeaaba65322f904e863faead8d1f177a98))
|
|
568
|
-
|
|
569
|
-
## [4.4.6](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.4.5...@formatjs/intl-relativetimeformat@4.4.6) (2019-11-26)
|
|
570
|
-
|
|
571
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
572
|
-
|
|
573
|
-
## [4.4.5](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.4.4...@formatjs/intl-relativetimeformat@4.4.5) (2019-11-25)
|
|
574
|
-
|
|
575
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
576
|
-
|
|
577
|
-
## [4.4.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.4.3...@formatjs/intl-relativetimeformat@4.4.4) (2019-11-23)
|
|
578
|
-
|
|
579
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
580
|
-
|
|
581
|
-
## [4.4.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.4.2...@formatjs/intl-relativetimeformat@4.4.3) (2019-11-21)
|
|
582
|
-
|
|
583
|
-
### Bug Fixes
|
|
584
|
-
|
|
585
|
-
* **@formatjs/intl-pluralrules:** use api-extractor to combine d.ts ([65adff2](https://github.com/formatjs/formatjs/commit/65adff246962109496ee1f8de142496e8a9c0156))
|
|
586
|
-
* **@formatjs/intl-relativetimeformat:** use api-extractor to combine d.ts ([bd803dd](https://github.com/formatjs/formatjs/commit/bd803dd5fcd6f13994e686b8d08bd1b8be6a2e4b))
|
|
587
|
-
|
|
588
|
-
## [4.4.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.4.1...@formatjs/intl-relativetimeformat@4.4.2) (2019-11-20)
|
|
589
|
-
|
|
590
|
-
### Bug Fixes
|
|
591
|
-
|
|
592
|
-
* **lint:** fix lint config and rerun ([041eb99](https://github.com/formatjs/formatjs/commit/041eb99706164048b5b8ce7079955897ce27ed70))
|
|
593
|
-
|
|
594
|
-
## [4.4.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.4.0...@formatjs/intl-relativetimeformat@4.4.1) (2019-11-10)
|
|
595
|
-
|
|
596
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
597
|
-
|
|
598
|
-
# [4.4.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.2.1...@formatjs/intl-relativetimeformat@4.4.0) (2019-10-30)
|
|
599
|
-
|
|
600
|
-
### Features
|
|
601
|
-
|
|
602
|
-
* **@formatjs/cli:** A CLI for formatjs ([#234](https://github.com/formatjs/formatjs/issues/234)) ([1f57a0b](https://github.com/formatjs/formatjs/commit/1f57a0b0921e0228cf3fd4eff756b0cd17e28fb5))
|
|
603
|
-
|
|
604
|
-
# [4.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.2.1...@formatjs/intl-relativetimeformat@4.3.0) (2019-10-30)
|
|
605
|
-
|
|
606
|
-
### Features
|
|
607
|
-
|
|
608
|
-
* **@formatjs/cli:** A CLI for formatjs ([#234](https://github.com/formatjs/formatjs/issues/234)) ([1f57a0b](https://github.com/formatjs/formatjs/commit/1f57a0b0921e0228cf3fd4eff756b0cd17e28fb5))
|
|
609
|
-
|
|
610
|
-
## [4.2.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.2.0...@formatjs/intl-relativetimeformat@4.2.1) (2019-10-23)
|
|
611
|
-
|
|
612
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
613
|
-
|
|
614
|
-
# [4.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.1.1...@formatjs/intl-relativetimeformat@4.2.0) (2019-10-01)
|
|
615
|
-
|
|
616
|
-
### Features
|
|
617
|
-
|
|
618
|
-
* **@formatjs/intl-relativetimeformat:** dist out raw json data for ponyfill, fix [#201](https://github.com/formatjs/formatjs/issues/201) ([cda3cf2](https://github.com/formatjs/formatjs/commit/cda3cf2))
|
|
619
|
-
* **@formatjs/intl-utils:** add IE11-safe getCanonicalLocales, ([b5f37c4](https://github.com/formatjs/formatjs/commit/b5f37c4)), closes [#200](https://github.com/formatjs/formatjs/issues/200)
|
|
620
|
-
|
|
621
|
-
## [4.1.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.1.0...@formatjs/intl-relativetimeformat@4.1.1) (2019-09-27)
|
|
622
|
-
|
|
623
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
624
|
-
|
|
625
|
-
# [4.1.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.0.1...@formatjs/intl-relativetimeformat@4.1.0) (2019-09-20)
|
|
626
|
-
|
|
627
|
-
### Bug Fixes
|
|
628
|
-
|
|
629
|
-
* **@formatjs/intl-relativetimeformat:** add locale-data as side-effectful ([7e3dc27](https://github.com/formatjs/formatjs/commit/7e3dc27))
|
|
630
|
-
* **@formatjs/intl-relativetimeformat:** add more side-effectful files ([03d2a10](https://github.com/formatjs/formatjs/commit/03d2a10))
|
|
631
|
-
* **@formatjs/intl-relativetimeformat:** rm side effects array due to build complication ([7497c87](https://github.com/formatjs/formatjs/commit/7497c87))
|
|
632
|
-
|
|
633
|
-
### Features
|
|
634
|
-
|
|
635
|
-
* **@formatjs/intl-relativetimeformat:** mark the package as side-effects free ([f942fe6](https://github.com/formatjs/formatjs/commit/f942fe6))
|
|
636
|
-
|
|
637
|
-
## [4.0.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@4.0.0...@formatjs/intl-relativetimeformat@4.0.1) (2019-09-17)
|
|
638
|
-
|
|
639
|
-
### Bug Fixes
|
|
640
|
-
|
|
641
|
-
* **@formatjs/intl-pluralrules:** merge fix meta into core ([0b10309](https://github.com/formatjs/formatjs/commit/0b10309))
|
|
642
|
-
* **@formatjs/intl-relativetimeformat:** fix type definition for Intl.RelativeTimeFormat ([a16a352](https://github.com/formatjs/formatjs/commit/a16a352))
|
|
643
|
-
* **@formatjs/intl-relativetimeformat:** remove global type mod for RelativeTimeFormat ([4c0b918](https://github.com/formatjs/formatjs/commit/4c0b918))
|
|
644
|
-
* **@formatjs/intl-relativetimeformat:** remove unnecessary meta fix ([5b087bf](https://github.com/formatjs/formatjs/commit/5b087bf))
|
|
645
|
-
|
|
646
|
-
# [4.0.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@3.1.0...@formatjs/intl-relativetimeformat@4.0.0) (2019-09-15)
|
|
647
|
-
|
|
648
|
-
### Features
|
|
649
|
-
|
|
650
|
-
* **@formatjs/intl-relativetimeformat:** dont bundle en by default ([d9a0a66](https://github.com/formatjs/formatjs/commit/d9a0a66))
|
|
651
|
-
|
|
652
|
-
### BREAKING CHANGES
|
|
653
|
-
|
|
654
|
-
* **@formatjs/intl-relativetimeformat:** `en` locale data is no longer bundled by default with
|
|
655
|
-
the polyfill
|
|
656
|
-
|
|
657
|
-
# [3.1.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@3.0.2...@formatjs/intl-relativetimeformat@3.1.0) (2019-09-13)
|
|
658
|
-
|
|
659
|
-
### Bug Fixes
|
|
660
|
-
|
|
661
|
-
* **@formatjs/intl-utils:** consolidate parent lookup ([bac2eae](https://github.com/formatjs/formatjs/commit/bac2eae))
|
|
662
|
-
|
|
663
|
-
### Features
|
|
664
|
-
|
|
665
|
-
* **@formatjs/intl-relativetimeformat:** use common parentLocale from @formatjs/intl-utils ([38bf476](https://github.com/formatjs/formatjs/commit/38bf476))
|
|
666
|
-
* **formatjs-extract-cldr-data:** dedupe relative data, reduce relative time data by 40% ([db12bf3](https://github.com/formatjs/formatjs/commit/db12bf3))
|
|
667
|
-
* **formatjs-extract-cldr-data:** dont embed parentLocale everywhere ([10bca2f](https://github.com/formatjs/formatjs/commit/10bca2f))
|
|
668
|
-
* **formatjs-extract-cldr-data:** even smaller locale data ([66a0313](https://github.com/formatjs/formatjs/commit/66a0313))
|
|
669
|
-
|
|
670
|
-
## [3.0.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@3.0.1...@formatjs/intl-relativetimeformat@3.0.2) (2019-09-03)
|
|
671
|
-
|
|
672
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
673
|
-
|
|
674
|
-
## [3.0.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@3.0.0...@formatjs/intl-relativetimeformat@3.0.1) (2019-09-03)
|
|
675
|
-
|
|
676
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
677
|
-
|
|
678
|
-
# [3.0.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.8.3...@formatjs/intl-relativetimeformat@3.0.0) (2019-09-03)
|
|
679
|
-
|
|
680
|
-
### Bug Fixes
|
|
681
|
-
|
|
682
|
-
* **@formatjs/intl-relativetimeformat:** fix test262 ([025dfe3](https://github.com/formatjs/formatjs/commit/025dfe3))
|
|
683
|
-
* **@formatjs/intl-relativetimeformat:** pass in raw locales to lookup ([9c2af2a](https://github.com/formatjs/formatjs/commit/9c2af2a))
|
|
684
|
-
* **@formatjs/intl-relativetimeformat:** rely on Intl.PluralRules supported locales instead of both PL & NumberFormat ([cc3c05b](https://github.com/formatjs/formatjs/commit/cc3c05b))
|
|
685
|
-
* **@formatjs/intl-unified-numberformat:** pass in raw locales to lookup ([719c6f2](https://github.com/formatjs/formatjs/commit/719c6f2))
|
|
686
|
-
* **@formatjs/intl-utils:** add polyfill-utils like getOption/toObject ([7cf1cc4](https://github.com/formatjs/formatjs/commit/7cf1cc4))
|
|
687
|
-
|
|
688
|
-
### Features
|
|
689
|
-
|
|
690
|
-
* **@formatjs/intl-relativetimeformat:** use aliases from @formatjs/intl-utils ([e430944](https://github.com/formatjs/formatjs/commit/e430944))
|
|
691
|
-
|
|
692
|
-
### BREAKING CHANGES
|
|
693
|
-
|
|
694
|
-
* **@formatjs/intl-relativetimeformat:** Language aliases are now built in so there is no need
|
|
695
|
-
to explicitly include it. This provides correctness across our polyfills
|
|
696
|
-
|
|
697
|
-
## [2.8.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.8.2...@formatjs/intl-relativetimeformat@2.8.3) (2019-08-29)
|
|
698
|
-
|
|
699
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
700
|
-
|
|
701
|
-
## [2.8.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.8.1...@formatjs/intl-relativetimeformat@2.8.2) (2019-08-19)
|
|
702
|
-
|
|
703
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
704
|
-
|
|
705
|
-
## [2.8.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.8.0...@formatjs/intl-relativetimeformat@2.8.1) (2019-08-21)
|
|
706
|
-
|
|
707
|
-
### Bug Fixes
|
|
708
|
-
|
|
709
|
-
* **@formatjs/intl-relativetimeformat:** use locale-lookup from intl-utils ([6146194](https://github.com/formatjs/formatjs/commit/6146194))
|
|
710
|
-
|
|
711
|
-
# [2.8.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.7.0...@formatjs/intl-relativetimeformat@2.8.0) (2019-08-19)
|
|
712
|
-
|
|
713
|
-
### Bug Fixes
|
|
714
|
-
|
|
715
|
-
* **@formatjs/intl-utils:** change default quarter to false in selectUnit ([dadab10](https://github.com/formatjs/formatjs/commit/dadab10))
|
|
716
|
-
|
|
717
|
-
### Features
|
|
718
|
-
|
|
719
|
-
* **@formatjs/intl-unified-numberformat:** add polyfill option ([4c1d692](https://github.com/formatjs/formatjs/commit/4c1d692))
|
|
720
|
-
* **formatjs-extract-cldr-data:** fix unit extraction ([7e54a0b](https://github.com/formatjs/formatjs/commit/7e54a0b))
|
|
721
|
-
|
|
722
|
-
# [2.7.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.6.4...@formatjs/intl-relativetimeformat@2.7.0) (2019-08-16)
|
|
723
|
-
|
|
724
|
-
### Features
|
|
725
|
-
|
|
726
|
-
* **formatjs-extract-cldr-data:** polyfill units ([e291eeb](https://github.com/formatjs/formatjs/commit/e291eeb))
|
|
727
|
-
|
|
728
|
-
## [2.6.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.6.3...@formatjs/intl-relativetimeformat@2.6.4) (2019-08-16)
|
|
729
|
-
|
|
730
|
-
### Bug Fixes
|
|
731
|
-
|
|
732
|
-
* **@formatjs/intl-relativetimeformat:** make supportedLocalesOf reflect data we have loaded, fix [#157](https://github.com/formatjs/formatjs/issues/157) ([58693be](https://github.com/formatjs/formatjs/commit/58693be))
|
|
733
|
-
|
|
734
|
-
## [2.6.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.6.2...@formatjs/intl-relativetimeformat@2.6.3) (2019-08-12)
|
|
735
|
-
|
|
736
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
737
|
-
|
|
738
|
-
## [2.6.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.6.1...@formatjs/intl-relativetimeformat@2.6.2) (2019-08-11)
|
|
739
|
-
|
|
740
|
-
### Bug Fixes
|
|
741
|
-
|
|
742
|
-
* generate lib instead of mjs ([05e63b3](https://github.com/formatjs/formatjs/commit/05e63b3))
|
|
743
|
-
|
|
744
|
-
## [2.6.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.6.0...@formatjs/intl-relativetimeformat@2.6.1) (2019-08-10)
|
|
745
|
-
|
|
746
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
747
|
-
|
|
748
|
-
# [2.6.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.5.2...@formatjs/intl-relativetimeformat@2.6.0) (2019-08-09)
|
|
749
|
-
|
|
750
|
-
### Features
|
|
751
|
-
|
|
752
|
-
* **@formatjs/intl-relativetimeformat:** add aliases support ([a2aec8c](https://github.com/formatjs/formatjs/commit/a2aec8c))
|
|
753
|
-
|
|
754
|
-
## [2.5.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.5.1...@formatjs/intl-relativetimeformat@2.5.2) (2019-08-06)
|
|
755
|
-
|
|
756
|
-
### Bug Fixes
|
|
757
|
-
|
|
758
|
-
* generate .mjs instead of lib ([0c34ee4](https://github.com/formatjs/formatjs/commit/0c34ee4))
|
|
759
|
-
|
|
760
|
-
## [2.5.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.5.0...@formatjs/intl-relativetimeformat@2.5.1) (2019-08-02)
|
|
761
|
-
|
|
762
|
-
### Bug Fixes
|
|
763
|
-
|
|
764
|
-
* **@formatjs/intl-relativetimeformat:** rm locale-data import core module ([3946600](https://github.com/formatjs/formatjs/commit/3946600))
|
|
765
|
-
|
|
766
|
-
# [2.5.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.4.3...@formatjs/intl-relativetimeformat@2.5.0) (2019-07-29)
|
|
767
|
-
|
|
768
|
-
### Features
|
|
769
|
-
|
|
770
|
-
* **intl-messageformat-parser:** add parser for number skeleton and date skeleton ([#131](https://github.com/formatjs/formatjs/issues/131)) ([dbe6799](https://github.com/formatjs/formatjs/commit/dbe6799))
|
|
771
|
-
|
|
772
|
-
## [2.4.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.4.2...@formatjs/intl-relativetimeformat@2.4.3) (2019-07-25)
|
|
773
|
-
|
|
774
|
-
### Bug Fixes
|
|
775
|
-
|
|
776
|
-
* **@formatjs/intl-relativetimeformat:** Ignore error when setting name function properties on iOS 9 ([#129](https://github.com/formatjs/formatjs/issues/129)) ([62d4b06](https://github.com/formatjs/formatjs/commit/62d4b06)), closes [#128](https://github.com/formatjs/formatjs/issues/128)
|
|
777
|
-
|
|
778
|
-
## [2.4.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.4.1...@formatjs/intl-relativetimeformat@2.4.2) (2019-07-23)
|
|
779
|
-
|
|
780
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
781
|
-
|
|
782
|
-
## [2.4.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.4.0...@formatjs/intl-relativetimeformat@2.4.1) (2019-07-12)
|
|
783
|
-
|
|
784
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
785
|
-
|
|
786
|
-
# [2.4.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.3.4...@formatjs/intl-relativetimeformat@2.4.0) (2019-07-12)
|
|
787
|
-
|
|
788
|
-
### Features
|
|
789
|
-
|
|
790
|
-
- **intl-messageformat-parser:** add printer to print AST to string ([ec0eaa2](https://github.com/formatjs/formatjs/commit/ec0eaa2))
|
|
791
|
-
|
|
792
|
-
## [2.3.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.3.3...@formatjs/intl-relativetimeformat@2.3.4) (2019-07-09)
|
|
793
|
-
|
|
794
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
795
|
-
|
|
796
|
-
## [2.3.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.3.2...@formatjs/intl-relativetimeformat@2.3.3) (2019-07-08)
|
|
797
|
-
|
|
798
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
799
|
-
|
|
800
|
-
## [2.3.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.3.1...@formatjs/intl-relativetimeformat@2.3.2) (2019-06-28)
|
|
801
|
-
|
|
802
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
803
|
-
|
|
804
|
-
## [2.3.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.3.0...@formatjs/intl-relativetimeformat@2.3.1) (2019-07-02)
|
|
805
|
-
|
|
806
|
-
### Bug Fixes
|
|
807
|
-
|
|
808
|
-
- **@formatjs/intl-relativetimeformat:** fix polyfill import ([#110](https://github.com/formatjs/formatjs/issues/110)) ([3adffc8](https://github.com/formatjs/formatjs/commit/3adffc8))
|
|
809
|
-
|
|
810
|
-
# [2.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.2.0...@formatjs/intl-relativetimeformat@2.3.0) (2019-06-27)
|
|
811
|
-
|
|
812
|
-
### Features
|
|
813
|
-
|
|
814
|
-
- **intl-messageformat:** allow passing in formatters ([#107](https://github.com/formatjs/formatjs/issues/107)) ([3605693](https://github.com/formatjs/formatjs/commit/3605693))
|
|
815
|
-
|
|
816
|
-
# [2.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.1.0...@formatjs/intl-relativetimeformat@2.2.0) (2019-06-26)
|
|
817
|
-
|
|
818
|
-
### Features
|
|
819
|
-
|
|
820
|
-
- **intl-relativetimeformat:** update LICENSE & README ([#100](https://github.com/formatjs/formatjs/issues/100)) ([3b1d11b](https://github.com/formatjs/formatjs/commit/3b1d11b))
|
|
821
|
-
|
|
822
|
-
# [2.1.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.0.2...@formatjs/intl-relativetimeformat@2.1.0) (2019-06-27)
|
|
823
|
-
|
|
824
|
-
### Features
|
|
825
|
-
|
|
826
|
-
- **intl-relativetimeformat:** make intl-relativetimeformat test262-compliant ([#95](https://github.com/formatjs/formatjs/issues/95)) ([91669a3](https://github.com/formatjs/formatjs/commit/91669a3))
|
|
827
|
-
- **intl-utils:** Add intl-utils ([#98](https://github.com/formatjs/formatjs/issues/98)) ([2329c57](https://github.com/formatjs/formatjs/commit/2329c57))
|
|
828
|
-
|
|
829
|
-
## [2.0.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.0.1...@formatjs/intl-relativetimeformat@2.0.2) (2019-06-18)
|
|
830
|
-
|
|
831
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
832
|
-
|
|
833
|
-
## [2.0.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.0.0...@formatjs/intl-relativetimeformat@2.0.1) (2019-06-18)
|
|
834
|
-
|
|
835
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
836
|
-
|
|
837
|
-
# [2.0.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@1.0.1...@formatjs/intl-relativetimeformat@2.0.0) (2019-06-18)
|
|
838
|
-
|
|
839
|
-
### Features
|
|
840
|
-
|
|
841
|
-
- **formatjs-extract-cldr-data:** migrate to TS ([#91](https://github.com/formatjs/formatjs/issues/91)) ([c012d6e](https://github.com/formatjs/formatjs/commit/c012d6e))
|
|
842
|
-
- **intl-format-cache:** fix TS definition ([71ae9eb](https://github.com/formatjs/formatjs/commit/71ae9eb))
|
|
843
|
-
|
|
844
|
-
### BREAKING CHANGES
|
|
845
|
-
|
|
846
|
-
- **formatjs-extract-cldr-data:** Export main function via `default` in index file.
|
|
847
|
-
If you're using `require('formatjs-extract-cldr-data')`, change it to
|
|
848
|
-
`require('formatjs-extract-cldr-data').default`.
|
|
849
|
-
|
|
850
|
-
## [1.0.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@1.0.0...@formatjs/intl-relativetimeformat@1.0.1) (2019-06-12)
|
|
851
|
-
|
|
852
|
-
**Note:** Version bump only for package @formatjs/intl-relativetimeformat
|
|
853
|
-
|
|
854
|
-
# 1.0.0 (2019-06-05)
|
|
855
|
-
|
|
856
|
-
### Features
|
|
857
|
-
|
|
858
|
-
- add package intl-relativetimeformat ([#51](https://github.com/formatjs/formatjs/issues/51)) ([48c0f43](https://github.com/formatjs/formatjs/commit/48c0f43))
|
|
859
|
-
- **intl-messageformat:** rm bundled intl-pluralrules ([a8526c3](https://github.com/formatjs/formatjs/commit/a8526c3))
|
|
860
|
-
- **intl-relativeformat:** Use Intl.RelativeTimeFormat ([c014ce0](https://github.com/formatjs/formatjs/commit/c014ce0))
|
|
861
|
-
- **intl-relativetimeformat:** rename due to npm squatting ([b4476e0](https://github.com/formatjs/formatjs/commit/b4476e0))
|
|
862
|
-
|
|
863
|
-
### BREAKING CHANGES
|
|
864
|
-
|
|
865
|
-
- **intl-messageformat:** We no longer include intl-pluralrules in our main index
|
|
866
|
-
file. Consumer should polyfill accordingly.
|
|
867
|
-
- **intl-relativeformat:** We now use Intl.RelativeTimeFormat in
|
|
868
|
-
intl-relativeformat so consuming env should polyfill this accordingly
|
|
869
|
-
|
|
870
|
-
# 1.0.0 (2019-06-05)
|
|
871
|
-
|
|
872
|
-
### Features
|
|
873
|
-
|
|
874
|
-
- add package intl-relativetimeformat ([#51](https://github.com/formatjs/formatjs/issues/51)) ([48c0f43](https://github.com/formatjs/formatjs/commit/48c0f43))
|
|
875
|
-
- **intl-messageformat:** rm bundled intl-pluralrules ([a8526c3](https://github.com/formatjs/formatjs/commit/a8526c3))
|
|
876
|
-
- **intl-relativeformat:** Use Intl.RelativeTimeFormat ([c014ce0](https://github.com/formatjs/formatjs/commit/c014ce0))
|
|
877
|
-
|
|
878
|
-
### BREAKING CHANGES
|
|
879
|
-
|
|
880
|
-
- **intl-messageformat:** We no longer include intl-pluralrules in our main index
|
|
881
|
-
file. Consumer should polyfill accordingly.
|
|
882
|
-
- **intl-relativeformat:** We now use Intl.RelativeTimeFormat in
|
|
883
|
-
intl-relativeformat so consuming env should polyfill this accordingly
|
|
884
|
-
|
|
885
|
-
# [3.1.0](https://github.com/formatjs/formatjs/compare/intl-relativeformat@3.0.1...intl-relativeformat@3.1.0) (2019-05-31)
|
|
886
|
-
|
|
887
|
-
### Features
|
|
888
|
-
|
|
889
|
-
- **intl-relativeformat:** expose es6 entry point in package.json ([baf36b5](https://github.com/formatjs/formatjs/commit/baf36b5))
|
|
890
|
-
|
|
891
|
-
## [3.0.1](https://github.com/formatjs/formatjs/compare/intl-relativeformat@2.2.0...intl-relativeformat@3.0.1) (2019-05-31)
|
|
892
|
-
|
|
893
|
-
**Note:** Version bump only for package intl-relativeformat
|
|
894
|
-
|
|
895
|
-
# [2.2.0](https://github.com/yahoo/intl-relativeformat/compare/intl-relativeformat@2.1.3...intl-relativeformat@2.2.0) (2019-05-29)
|
|
896
|
-
|
|
897
|
-
### Features
|
|
898
|
-
|
|
899
|
-
- **intl-relativeformat:** Improve day diffing ([#45](https://github.com/yahoo/intl-relativeformat/issues/45)) ([8f2c649](https://github.com/yahoo/intl-relativeformat/commit/8f2c649))
|
|
900
|
-
|
|
901
|
-
## [2.1.3](https://github.com/yahoo/intl-relativeformat/compare/intl-relativeformat@2.1.1...intl-relativeformat@2.1.3) (2019-05-28)
|
|
902
|
-
|
|
903
|
-
**Note:** Version bump only for package intl-relativeformat
|
|
904
|
-
|
|
905
|
-
## [2.1.2](https://github.com/yahoo/intl-relativeformat/compare/intl-relativeformat@2.1.1...intl-relativeformat@2.1.2) (2019-05-28)
|
|
906
|
-
|
|
907
|
-
**Note:** Version bump only for package intl-relativeformat
|
|
908
|
-
|
|
909
|
-
## 2.1.1 (2019-05-28)
|
|
910
|
-
|
|
911
|
-
**Note:** Version bump only for package intl-relativeformat
|
|
912
|
-
|
|
913
|
-
# 2.1.0 (2019-05-28)
|