Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/formatjs/handlebars-intl

Handlebars helpers for internationalization.
https://github.com/formatjs/handlebars-intl

Update to Handlebars v4 for tests

268c08148ef8952335e5f3a6a8a13542bc7211d5 authored almost 9 years ago
1.1.2

99b1d7307bda9c2628152266c23e0dd5a3706a97 authored almost 9 years ago
Build for v1.1.2

2b30e9bb0d296119c692fa3121e5d9acd0be15b5 authored almost 9 years ago
Upgrade to [email protected]

This addresses a future compatibility issue with ECMA 402.

See: https://github.com/tc39/ecma402...

36207ea5f8c43a6aa64dfefa483478565b2ee5ac authored almost 9 years ago
Merge pull request #66 from unic/master

Fix typos in README

a356a82071f4721f7d7028b14d9e7ddf2e9bce53 authored over 9 years ago
Fix typos in README

7258a854417c1cffa3ffff080012401e8ed7f98d authored over 9 years ago
1.1.1

b5f9df4a12a49945d620a05791fcf2458f37da53 authored almost 10 years ago
Build for v1.1.1

e9adac0af187fadb36d9b842069d244e16cff43f authored almost 10 years ago
Test code cleanup

afdf0120e7f3699e558e2508e0eb5b7ddfa0137b authored almost 10 years ago
Merge pull request #64 from ericf/browserify-and-sourcemaps

Improve source maps and add Browserify tests

dc1d5cf5d975df12fd76e90d2f7aa618483c5ca5 authored almost 10 years ago
Improve source maps and add Browserify tests

This improves the source maps of the `dist/` files and adds Browserify
tests to the package.

65924cd2df03d4fb2f530a077ab6f547915244d4 authored almost 10 years ago
Remove official Bower support

f101ad786e8adc8108c5ecf8467fdbc0b620b068 authored almost 10 years ago
1.1.0

a69eb92e0c066c0d30497223171bd3f88f2a48a3 authored almost 10 years ago
Reduce README to core with links to formatjs.io

Closes #61

168da4878bfb76351fd5bb16ae3920e59b4de701 authored almost 10 years ago
Relax relative time tests for slow test envs

312bb00e330088ecbd76831b96d88a042d364f2c authored almost 10 years ago
Build for v1.1.0

4197bbc742db82451bb95ffeeff40b5f99517792 authored almost 10 years ago
Upgrade to [email protected] devDep

af8572ee2822d46e1da62e7d9174ee39c3fd91c1 authored almost 10 years ago
Merge pull request #63 from ericf/upgrade-intl-libs

Fix locale data and upgrade intl-* libs

67ee770567525638efb429b07a867b616c73504c authored almost 10 years ago
Remove unnecessary conditional from formatRelative

49669e65d7a90932a0d6cb1063a9d57ad1a2f604 authored almost 10 years ago
Add `selectordinal` to messages, and `now` relative

This refactors the code to support the `now` option on the
`{{formatRelative}}` helper. Tests ha...

a1c63656c858e59590e88f33802f691252ab0f51 authored almost 10 years ago
Upgrade intl-* dependencies to latest

c0159f8ba447c80b13d368587dcbc3f7d3d1cd8a authored almost 10 years ago
Upgrade dev deps

363fac6dd21b811a907c7f0af3d218fee609fde4 authored almost 10 years ago
Merge pull request #62 from ericf/fix-node-0.12-tests

"Fixes" Node 0.12 tests by forcing Intl polyfill

b41e8f262ecae90a5de256f97e8ca6fb7d637151 authored almost 10 years ago
"Fixes" Node 0.12 tests by forcing Intl polyfill

This "fixes" the failing tests in Node 0.12 by forcing the use of the
`Intl` polyfill. This seem...

6da38ee8dade1c9a6cf3feea972951ed8d021607 authored almost 10 years ago
Update Travis config to test Node 0.12

5b1f37013f68b90c655fd322bad9dd2fdcd9677e authored almost 10 years ago
Merge pull request #60 from yahoo/jasonmit-perctage

[Spelling] perctage to percentage

26342a3ad16ad3131345dcfa148d6ccfe5d8c896 authored almost 10 years ago
[Spelling] perctage to percentage

d71f6ebf2e42571082dc0df798e0b28a1e31a098 authored almost 10 years ago
1.0.1

1a1143e8426bf8491aea27a803ecafd62d6419cc authored about 10 years ago
Rebuild

2bec508b32a9311d80e256603862811976b19122 authored about 10 years ago
Refactor to improve Browserify/Webpack bundling

This refactors this package to be more inline with how react-intl is
structured.

The `"browser"...

1a17afaaa7ec771b935981be1c759cf68b39368c authored about 10 years ago
Update intl-* dependencies

c3320a6af2e4ebe143316b4bb2346e2527be2384 authored about 10 years ago
Rebuild

9cfdda7d9be5f8aef97d6ea25fb503a58a7416ac authored about 10 years ago
Update Dev Dependencies

6a56a5e2aa6a36754e8a71356b27308e70882b91 authored about 10 years ago
Rebuild

6339c60136ba709305fa15a25a544bcf8e7913fa authored over 10 years ago
Merge pull request #52 from ericf/epoch

Fix bug formatting the epoch timestamp `0`

bd09a42d6c3218919783d04c8a64212b6bd64d87 authored over 10 years ago
Timezones are different in different parts of the world

c9f7b4fea7971158b272fafa02597c3447307943 authored over 10 years ago
Fix bug formatting the epoch timestamp `0`

Fixes #47

1eccb5fd0aebf9089824274372e55c519c29ab89 authored over 10 years ago
1.0.0

d443f73e4d7de9b0cef37cd21a55709e88f5014f authored over 10 years ago
Update bower.json for 1.0.0

2af4681dc7d50e52d6081e39b5ba5f61dcc57c3c authored over 10 years ago
Merge pull request #50 from ericf/tests-mock-intl

Use Intl.js Polyfill as `Intl` mock in unit tests

385f8b72af82e719117000537c5df4725ea30a25 authored over 10 years ago
Use Intl.js Polyfill as `Intl` mock in unit tests

Formatted output differs across implementations; e.g. IE11 adds bidi
chars: http://stackoverflow...

431652ce9e9a45095a9f644793d821da22b48108 authored over 10 years ago
Revert "Be more specific with currency tests"

This reverts commit 1c8a0e42df4524f296bdc667465034c90f2a16a7.

04ed1a0ffdac5241a5832f56497176545475b8f4 authored over 10 years ago
Revert "Comment out test that raises bug in Firefox"

This reverts commit bef29dd4a8c7b45e34c04807ce60e6e5d81d0197.

e8dc24d676f4e1fcee770da37c49417e03171d0e authored over 10 years ago
Comment out test that raises bug in Firefox

bef29dd4a8c7b45e34c04807ce60e6e5d81d0197 authored over 10 years ago
Be more specific with currency tests

There's some differences with how currencies are formatted in the
browser impls vs. the polyfill...

1c8a0e42df4524f296bdc667465034c90f2a16a7 authored over 10 years ago
Fix incorrect URL for browser tests

75b1f48f4031b36ed6fb4b823737b538e3789a66 authored over 10 years ago
Update JSHint settings for tests/runner.js

4c311f9b3b0c296bf60f12ede31c809e441a8c6a authored over 10 years ago
Include handlebars-intl-with-locales.js on test HTML

416229818e9b2eaf81a5840495deaf682ee70658 authored over 10 years ago
Merge branch 'testsv2' of github.com:juandopazo/handlebars-intl into juandopazo-testsv2

8d17ac59bc39d27036d7bf94d81a25f7ee5a1a02 authored over 10 years ago
Rebuild with updated deps and CLDR data

a035e58ba29302bdf2e18eb201fd9b6eb0810d03 authored over 10 years ago
Upgrade and lock-down all Intl related deps

598c0c9b10c39f5e6e4bc6394ce7eb8c7b9b4dba authored over 10 years ago
Reuse existing tests as browser tests

4136bd9b7247203802ad54cce1683cd13367dded authored over 10 years ago
Remove Yeti dependency

821b9a810ed3a3b97e6c4b0b5471dcb0b9c531f3 authored over 10 years ago
Add IE 7

e488f2fe54bf19d8dc5b4e7b55cbf300d573c5a4 authored over 10 years ago
Fix Firefox test

1b6a623034aeb545c8ec91aa8f6aa3b65d6cb91b authored over 10 years ago
Merge pull request #46 from juandopazo/sauce

Add browser smoke tests in Saucelabs

7c654cfd68727d5334835cf758cbf6df5d2e7bd6 authored over 10 years ago
Execution permissions for saucelabs

b948ffcaf479936bcdfa8a055b7ae0b4f5ad63c9 authored over 10 years ago
Use grunt-saucelabs instead of Yeti

3a035bfdec08776e6f0b2d0866d0fcbad3754a47 authored over 10 years ago
Test date parts separately

95bb8789f9c8b3e9a7715808298f13e8faef0119 authored over 10 years ago
Handlebars-intl specific credentials

1559d430a57cfa99e93d61688eea9df498cd846b authored over 10 years ago
Add Saucelabs status image

046e7be815bef31f7d678ca2d01d939f70c18ce5 authored over 10 years ago
Add IE8

97aa69a9486ac06577de2dca51332639235654c4 authored over 10 years ago
Avoid Intl.js bug - just test that this package works

9758c0dd3f640b58b90a4608098b49060388b086 authored over 10 years ago
Credentials for yahoo repository

321346d68d36e352c8bcbf82526047792e96959c authored over 10 years ago
Different script for npm test and Travis

08258feb10f58b5257ce0bbb4f30704271c1eaec authored over 10 years ago
Use formatjs OSS Sauce credentials

0e42b7cb7224980d1c329441a4303699653e8a37 authored over 10 years ago
Remove grunt script from pretest

d993062504a032497a551e08d6ceb6593c05ab99 authored over 10 years ago
Give execution permissions to Saucelabs script

78c1fba767620e0a0924cebfca4aef4bf3b7d561 authored over 10 years ago
Add browser testing

5bb7579cff0d52031484a2651b05efae569db9f0 authored over 10 years ago
1.0.0-rc-5

2030151b5f0b576040acef8e916b10aff3ff3b54 authored over 10 years ago
Build for 1.0.0-rc-5

066daaa98f5edc61ec4e172b3ae62e017e46acb4 authored over 10 years ago
Update intl-messageformat and intl-relativeformat deps

1694231612d7d70ff98551a6151cbffc6ec4b657 authored over 10 years ago
Fix homepage URL in bower.json

fea876d5efe9650927af048e5659c514dc8be708 authored over 10 years ago
Update README to add more info on Intl.js Polyfill

0a00942dd05c92f782da3d547c534222b0a29084 authored over 10 years ago
1.0.0-rc-4

bc1759b1d40309114b2c6daf803500300108aaec authored over 10 years ago
Build for 1.0.0-rc-4

66aef004f8f36f1344b40e00cbb65801c1dbc235 authored over 10 years ago
Merge pull request #45 from ericf/relativeformat

Refactor for IntlRelativeFormat and CLDR data

187c3705318bbb9b83de96c0d39db5a6718641a6 authored over 10 years ago
Refactor for IntlRelativeFormat and CLDR data

This is a fairly major refactor of this package to bring it inline with
`react-intl`. The change...

b1cb3b274a735ee2472586cf8a3658993a57a7d2 authored over 10 years ago
Fix message formatting example

30fdffd1d7d720f34009513fe7a7f82375875a96 authored over 10 years ago
1.0.0-rc-3

ed1e22900cb9c49a1bf55a8fb64910668377f72f authored over 10 years ago
Rename to handlebars-intl

784909f38238427253b543327f37ae1c7f1c8d66 authored over 10 years ago
1.0.0-rc-2

099e1c6bc35188d512ddab743bb972a11e3e5f2e authored over 10 years ago
Bump Bower version

46ba5e0dd7a3984cfbb5151356a727f78428c743 authored over 10 years ago
Build

c06f1b98a7864cf2b05557fdb56be34b81f36285 authored over 10 years ago
Merge pull request #44 from ericf/rename-helpers

Rename helpers to format*

d66b6ebf94fdd9790da7de7cc6fe350724ca30bf authored over 10 years ago
Move intlGet next to intl helper in source

326d551c248ac99ba3e6acbc2ec1849f4e6af886 authored over 10 years ago
Update README and tests for helper renaming

265510ee059e95593b9a0caabd270ebdeedf2e5d authored over 10 years ago
Rename formatting helpers from intl* to format*

dcd70c0e484afdb43141114b8a058ac57dad9c04 authored over 10 years ago
Update bower.json

d1dd0c2f90b4d7dd8ca033ac63ee997cc84f8dc5 authored over 10 years ago
1.0.0-rc-1

0f158dc41f39e28ec9a20f4a445f649e5fdc0530 authored over 10 years ago
Build

a028eef1466543e4ac126d625342abeb39b32a4c authored over 10 years ago
Merge pull request #43 from ericf/time-helper

Add {{intlTime}} helper

336f0ac56c512696ab3501254762f04f0bc0f9e7 authored over 10 years ago
Add {{intlTime}} helper

This helper delegates to `{{intlDate}}`, but will first reference any String named `format` from...

209ea113281895756c1377c20ef321ca685b30e0 authored over 10 years ago
Apply suggestions to README

c1b6d55881a793609399e89a252f97648e11f8ef authored over 10 years ago
Update README to reflect changes in refactor

Fixes #17
Fixes #27

2b79a417622b8ab01bd70572e681466fa7c146b1 authored over 10 years ago
Build

1e960ddc49140960deb9fdf0c8d04196349b9308 authored over 10 years ago
Depend on new intl-format-cache helper package

269410c5cea74bd527e97730c555a36e653c0df5 authored over 10 years ago
Cache {{inltMessage}} strings as IntlMessageFormat instances

This caches string messages passed to the `{{intlMessage}}` helper as `IntlMessageFormat` instan...

4e71eb824ca1f2f78813475652bcf9cc0239dead authored over 10 years ago
Merge pull request #36 from ericf/global-name

Renamed global to `HandlebarsIntl`

d6b5ab233cf0e0e13c526fee365462aba9b56611 authored over 10 years ago
Renamed global to `HandlebarsIntl`

Closes #35

b40c54b3d1ded97862d3a7365f6f41a705a216a1 authored over 10 years ago