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

Fix CLDR plural rule functions data

This fixes the CLDR plural rule functions data and rebuilds all the
locale data for the locales ...

95386abe89fdaee5e91c8ee372de114c94b8f8bc authored about 10 years ago by Eric Ferraiuolo <[email protected]>
Merge pull request #6 from ericf/epoch

Fix to work with epoch, and improve errors

451752d828b8cf4031609b18040ceee34069ef71 authored about 10 years ago by Eric Ferraiuolo <[email protected]>
Switch most RangeErrors back to Error

a2ec7f6369047f82dfac3a06359ca08d502413ba authored about 10 years ago by Eric Ferraiuolo <[email protected]>
Add back language tag validation

d177e330b0cca120354eed4501be28c3edee6184 authored about 10 years ago by Eric Ferraiuolo <[email protected]>
Fix to work with epoch, and improve errors

This fixes `new IntlRelativeFormat().format(0)` so that it correctly
compares "now" with the epo...

2deec109c2741716bbcddfb1347c5ab62ce5b3b1 authored about 10 years ago by Eric Ferraiuolo <[email protected]>
1.0.0-rc-1

897d7dd4e25fd3e0a4e5293b217dcb8f0190a16c authored about 10 years ago by Eric Ferraiuolo <[email protected]>
Build for 1.0.0-rc-1

8eaf90dd4653573727a512e05137ca4fe0eb420c authored about 10 years ago by Eric Ferraiuolo <[email protected]>
Merge pull request #4 from ericf/rm-indexof

Remove use of `indexOf()` from locale resolving

35a6099912cc331a30a85acadeada7e71fd22b9a authored about 10 years ago by Eric Ferraiuolo <[email protected]>
Remove use of `indexOf()` from locale resolving

This removes the use of `Array.prototype.indexOf()`, an ES5 method,
from this package. This also...

b862a03632795c03acc37be9bf95a83fb3182ad4 authored about 10 years ago by Eric Ferraiuolo <[email protected]>
Peg intl-messageformat to 1.0.0-rc-6

bdf2759128fc1da4b8a0fb5d5e5bb8fd4e1fe28f authored about 10 years ago by Eric Ferraiuolo <[email protected]>
Update dev deps and add source map for .min dist file

cc04a4bbcb00f194e07ff4f3a74d156a3f3eb440 authored about 10 years ago by Eric Ferraiuolo <[email protected]>
1.0.0-beta-2

e6a553b2edbb3de6f267a6cdb5d21ab58abcb4f3 authored over 10 years ago by Eric Ferraiuolo <[email protected]>
Build for 1.0.0-beta-2

1077bc56c134864ab0ff0572289b345556664934 authored over 10 years ago by Eric Ferraiuolo <[email protected]>
Fix jshint issues in unit tests

70cc713f78c7e493cb7641bb0ab711bf802af0b5 authored over 10 years ago by Eric Ferraiuolo <[email protected]>
Merge pull request #3 from ericf/style-option

Add `style` option

50d5bffcd88587262f3666a07e1dce385552add4 authored over 10 years ago by Eric Ferraiuolo <[email protected]>
Add `style` option

This adds a `style` option with the possible values: `"best fit"` (default), and `"numeric"`.
Wh...

f26e0ac8f8706c142a60d5a0617e9485fa969080 authored over 10 years ago by Eric Ferraiuolo <[email protected]>
Merge pull request #2 from yahoo/units-option

Add support for relative units: "yesterday"

3c512c079162a8592fb1e2a66ed79bd2b5c3a7cf authored over 10 years ago by Eric Ferraiuolo <[email protected]>
Improve error messages and constructor arg validation

88cb04a8bc701fa02b89b57b59b78665561027df authored over 10 years ago by Eric Ferraiuolo <[email protected]>
Update resolvedOptions to return `units` option value

ef4a2dba29c8b889cd91fe01469e8fa1ac77e708 authored over 10 years ago by Eric Ferraiuolo <[email protected]>
Add support for relative units: "yesterday"

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]>
Build for PR #1

84f86fe4e6ac22c68b5fc641495f025bf2089a15 authored over 10 years ago by Eric Ferraiuolo <[email protected]>
Fix var name in diff.js

533b1a08cec97a0927fa2658950c89788143bdb1 authored over 10 years ago by Eric Ferraiuolo <[email protected]>
Merge pull request #1 from yahoo/fix-diffing

Fix bug with month and year diff calculation

8b6a80cda608108e5d3d08f62b9146eb7c4529ad authored over 10 years ago by Eric Ferraiuolo <[email protected]>
Fix bug with month and year diff calculation

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]>
Add commonjs as module type to bower.json

05ef6416ff3a2c4c53898a694ffdd28d577fab5f authored over 10 years ago by Eric Ferraiuolo <[email protected]>
Build for 1.0.0-beta-1

70cac130241da248e17d6a2455fc5748030c456a authored over 10 years ago by Eric Ferraiuolo <[email protected]>
Merge pull request #1 from ypt/revamp-build

Revamp build process and separate CLDR data

fef770d849a43a09b1d659e7d00a44fefe427229 authored over 10 years ago by Eric Ferraiuolo <[email protected]>
Add basic README

8832a01381622c259dd007fe5a544be083ae8301 authored over 10 years ago by Eric Ferraiuolo <[email protected]>
Revamp build process and separate CLDR data

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]>
benchmark against moment.js

3b57a08ae08acdb8b86d52c1f75d76bfd79a466c authored over 10 years ago by Caridy Patino <[email protected]>
first draft

7529bf4ec0b4178a340f5f2d7f951a05a0587907 authored over 10 years ago by Caridy Patino <[email protected]>