Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/formatjs/intl-relativeformat
Formats JavaScript dates to relative time strings (e.g., "3 hours ago").
https://github.com/formatjs/intl-relativeformat
This fixes the CLDR plural rule functions data and rebuilds all the
locale data for the locales ...
Fix to work with epoch, and improve errors
451752d828b8cf4031609b18040ceee34069ef71 authored about 10 years ago by Eric Ferraiuolo <[email protected]>a2ec7f6369047f82dfac3a06359ca08d502413ba authored about 10 years ago by Eric Ferraiuolo <[email protected]>
d177e330b0cca120354eed4501be28c3edee6184 authored about 10 years ago by Eric Ferraiuolo <[email protected]>
This fixes `new IntlRelativeFormat().format(0)` so that it correctly
compares "now" with the epo...
897d7dd4e25fd3e0a4e5293b217dcb8f0190a16c authored about 10 years ago by Eric Ferraiuolo <[email protected]>
8eaf90dd4653573727a512e05137ca4fe0eb420c authored about 10 years ago by Eric Ferraiuolo <[email protected]>
Remove use of `indexOf()` from locale resolving
35a6099912cc331a30a85acadeada7e71fd22b9a authored about 10 years ago by Eric Ferraiuolo <[email protected]>
This removes the use of `Array.prototype.indexOf()`, an ES5 method,
from this package. This also...
bdf2759128fc1da4b8a0fb5d5e5bb8fd4e1fe28f authored about 10 years ago by Eric Ferraiuolo <[email protected]>
cc04a4bbcb00f194e07ff4f3a74d156a3f3eb440 authored about 10 years ago by Eric Ferraiuolo <[email protected]>
e6a553b2edbb3de6f267a6cdb5d21ab58abcb4f3 authored over 10 years ago by Eric Ferraiuolo <[email protected]>
1077bc56c134864ab0ff0572289b345556664934 authored over 10 years ago by Eric Ferraiuolo <[email protected]>
70cc713f78c7e493cb7641bb0ab711bf802af0b5 authored over 10 years ago by Eric Ferraiuolo <[email protected]>
Add `style` option
50d5bffcd88587262f3666a07e1dce385552add4 authored over 10 years ago by Eric Ferraiuolo <[email protected]>
This adds a `style` option with the possible values: `"best fit"` (default), and `"numeric"`.
Wh...
Add support for relative units: "yesterday"
3c512c079162a8592fb1e2a66ed79bd2b5c3a7cf authored over 10 years ago by Eric Ferraiuolo <[email protected]>88cb04a8bc701fa02b89b57b59b78665561027df authored over 10 years ago by Eric Ferraiuolo <[email protected]>
ef4a2dba29c8b889cd91fe01469e8fa1ac77e708 authored over 10 years ago by Eric Ferraiuolo <[email protected]>
This adds support for selecting common used relative units for each locale; e.g., instead of out...
e36c058c1e45d5fccde16ecf714013a0160e3bb8 authored over 10 years ago by Eric Ferraiuolo <[email protected]>84f86fe4e6ac22c68b5fc641495f025bf2089a15 authored over 10 years ago by Eric Ferraiuolo <[email protected]>
533b1a08cec97a0927fa2658950c89788143bdb1 authored over 10 years ago by Eric Ferraiuolo <[email protected]>
Fix bug with month and year diff calculation
8b6a80cda608108e5d3d08f62b9146eb7c4529ad authored over 10 years ago by Eric Ferraiuolo <[email protected]>This fixes a bug where the month and year difference calculations were wrong. There are now more...
619c055a484243b6c308cfad01fa7ee7e734757d authored over 10 years ago by Eric Ferraiuolo <[email protected]>05ef6416ff3a2c4c53898a694ffdd28d577fab5f authored over 10 years ago by Eric Ferraiuolo <[email protected]>
70cac130241da248e17d6a2455fc5748030c456a authored over 10 years ago by Eric Ferraiuolo <[email protected]>
Revamp build process and separate CLDR data
fef770d849a43a09b1d659e7d00a44fefe427229 authored over 10 years ago by Eric Ferraiuolo <[email protected]>8832a01381622c259dd007fe5a544be083ae8301 authored over 10 years ago by Eric Ferraiuolo <[email protected]>
This refactors the build process to separate the CLDR locale data from the runtime lib — alignin...
4b8a3764491434896d29c4f0b2c6f466fc60d925 authored over 10 years ago by Eric Ferraiuolo <[email protected]>3b57a08ae08acdb8b86d52c1f75d76bfd79a466c authored over 10 years ago by Caridy Patino <[email protected]>
7529bf4ec0b4178a340f5f2d7f951a05a0587907 authored over 10 years ago by Caridy Patino <[email protected]>