Ecosyste.ms: OpenCollective

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

FormatJS

Internationalize your web apps on the client & server.
Collective - Host: opensource - https://opencollective.com/formatjs - Website: https://formatjs.io/ - Code: https://github.com/formatjs

Add support for "time" format type

github.com/formatjs/intl-messageformat - 9cb342495cddab18b3c8ee37aabfda1357c601fe authored almost 11 years ago by Eric Ferraiuolo <[email protected]>
Merge pull request #48 from ericf/master

Pass `Intl` into the module factory

github.com/formatjs/intl-messageformat - 01e1daf56db2c278e3272a00316b0b73a16274f9 authored almost 11 years ago by Eric Ferraiuolo <[email protected]>
Refactor to optimize for multiple format() invocations

This simplifies the traversal of the internal message pattern structure that's parsed from a mes...

github.com/formatjs/intl-messageformat - c55f8a1df448a0266ea9294b8903dff82ec0496b authored almost 11 years ago by Eric Ferraiuolo <[email protected]>
Add basic benchmark tests

github.com/formatjs/intl-messageformat - c8ffb101cd820ff368b7e9379d65a1c46ea6b6b2 authored almost 11 years ago by Eric Ferraiuolo <[email protected]>
`locale` is now `locales`

github.com/formatjs/dust-intl - 016f2e199cd2211aba3e4a2e606471e138c2519a authored almost 11 years ago by Drew Folta <[email protected]>
intlMessage _msg or _key

github.com/formatjs/dust-intl - 8fdf60fbe161e9356ab175c7925c768a2d5afe0a authored almost 11 years ago by Drew Folta <[email protected]>
Revert change to auto-register with Handlebars and instead expose global

github.com/formatjs/handlebars-intl - e05341e86529a2d94613917fbd8cf50012ea86b6 authored almost 11 years ago by Eric Ferraiuolo <[email protected]>
Update benchmarks

github.com/formatjs/handlebars-intl - 822bcf2de10d1b0a075b6af40bcfb3e467a4fed9 authored almost 11 years ago by Eric Ferraiuolo <[email protected]>
Add contributors to package.json

github.com/formatjs/handlebars-intl - 1b73fc73e304af725d225608836006b319699679 authored almost 11 years ago by Eric Ferraiuolo <[email protected]>
Support IntlMessageFormat instances, code clean-up and tweaks

github.com/formatjs/handlebars-intl - 7559b4253451c1980dee93096adc7aef7132d6e8 authored almost 11 years ago by Eric Ferraiuolo <[email protected]>
block helper only used to setup context

github.com/formatjs/dust-intl - ae06a9b7e4973f3b7867a1bfa3af4450688fc4e6 authored almost 11 years ago by Drew Folta <[email protected]>
Add code comments for "simplified" refactor

github.com/formatjs/handlebars-intl - e6b8b02640eaf26ec47711f7eb9d777a4cc96efd authored almost 11 years ago by Eric Ferraiuolo <[email protected]>
Add formatter pool to reuse NumberFormat and DateTimeFormat instances

This adds a cache pool of formatter instances to reuse them, yielding a
2x – 4x improvement.

github.com/formatjs/handlebars-intl - 3ebc77bd5fcf70e3b1579f3c382924840802813b authored almost 11 years ago by Eric Ferraiuolo <[email protected]>
Pass `Intl` into the module factory

github.com/formatjs/intl-messageformat - 9f7bb72dbef6278bff8e2b8e7d731d88255c3341 authored almost 11 years ago by Eric Ferraiuolo <[email protected]>
Merge pull request #19 from drewfish/badge-readme

added travis badge to the readme

github.com/formatjs/handlebars-intl - e1ff20894be995a4ed4aa4ffb8510c8fd1b8db56 authored almost 11 years ago by Drew Folta <[email protected]>
Make sure polyfill is used when there is no built-in Intl

github.com/formatjs/handlebars-intl - 82a9d907f47125fc7edbd59bd309d07388bc1c97 authored almost 11 years ago by Eric Ferraiuolo <[email protected]>
Add basic benchmark tests

github.com/formatjs/handlebars-intl - 27d3dcae20e411671513245fe55d5910e1162845 authored almost 11 years ago by Eric Ferraiuolo <[email protected]>
Re-structure how the helpers integrate with the Intl system and app code

This simplifies how the helpers are used to create a composition system
for app code to use.

An...

github.com/formatjs/handlebars-intl - 6dc5d96ee2ca7648e9ad2698891b8040d73079df authored almost 11 years ago by Eric Ferraiuolo <[email protected]>
added travis badge to the readme

github.com/formatjs/handlebars-intl - 249b5da24f6cb402bc2099af3dc580c9d1c4aac1 authored almost 11 years ago by Drew Folta <[email protected]>
Merge pull request #45 from drewfish/travis-sauce

added sauce access tokens

github.com/formatjs/intl-messageformat - 155a4ca6fca615c06d0b3f7ac4dca50419d2b99e authored almost 11 years ago by Drew Folta <[email protected]>
added build status

github.com/formatjs/dust-intl - 31cead63c8c40dfa338bb866ba1440c77ac2f73b authored almost 11 years ago by Drew Folta <[email protected]>
tweaking istanbul a bit

github.com/formatjs/dust-intl - 4537cb4d32ef5ddeca8bfd6aa64a88b7cc2bb0bb authored almost 11 years ago by Drew Folta <[email protected]>
added travis config

github.com/formatjs/dust-intl - 364a057cf99f06235e0bbc475cb44ac353cafef4 authored almost 11 years ago by Drew Folta <[email protected]>
beginnings of readme

github.com/formatjs/dust-intl - f2d7b2a2f749538e93a46bb22469c074015db9f2 authored almost 11 years ago by Drew Folta <[email protected]>
added license

github.com/formatjs/dust-intl - aefc2201de900825748dfbc71f1c01755e9dd354 authored almost 11 years ago by Drew Folta <[email protected]>
Merge remote-tracking branch 'yahoo/master'

Conflicts:
.gitignore

github.com/formatjs/dust-intl - d4c51ec1fc49f0d63b8d36060258a761cade83d8 authored almost 11 years ago by Drew Folta <[email protected]>
Initial commit

github.com/formatjs/dust-intl - 4410482c1ecaa6d66d8f8da495dbc7672b1c8da7 authored almost 11 years ago by Drew Folta <[email protected]>
first version

github.com/formatjs/dust-intl - 7371768b13816d4af6af5c1ab65a0c6b02663191 authored almost 11 years ago by Drew Folta <[email protected]>
proposal for data

github.com/formatjs/handlebars-intl - a87f6e1cd343bb2254250c86f49958e6ec06d043 authored almost 11 years ago by Caridy Patino <[email protected]>
fixed node version

github.com/formatjs/intl-messageformat - a30385e990030fbb692dd3823b1188c476b5a1a9 authored almost 11 years ago by Drew Folta <[email protected]>
removed debugging

github.com/formatjs/intl-messageformat - aee863f927d282ca48424e650000cc7d1230588c authored almost 11 years ago by Drew Folta <[email protected]>
more debugging

github.com/formatjs/intl-messageformat - d28e638272adf730f504a63311cf21403cd19df3 authored almost 11 years ago by Drew Folta <[email protected]>
once more into the breach

github.com/formatjs/intl-messageformat - fe84d59854476273b8af53cf659b36aa832628ba authored almost 11 years ago by Drew Folta <[email protected]>
another attempt

github.com/formatjs/intl-messageformat - 43dc91a3880e2c9202014898497fb095b7c92547 authored almost 11 years ago by Drew Folta <[email protected]>
not sure how this is supposed to work

github.com/formatjs/intl-messageformat - edea207f557f995da222f92226fb497665f96c1d authored almost 11 years ago by Drew Folta <[email protected]>
another attempt

github.com/formatjs/intl-messageformat - 7e841ca11a9959fe356dab589418461c344d3c39 authored almost 11 years ago by Drew Folta <[email protected]>
better syntax

github.com/formatjs/intl-messageformat - dd678eee560f749312156ba9618c50eb4287b5fa authored almost 11 years ago by Drew Folta <[email protected]>
another approach to the sauce credetials

github.com/formatjs/intl-messageformat - 6158639f4b3b0bf03a1006b6a7655643716eaacf authored almost 11 years ago by Drew Folta <[email protected]>
added sauce access tokens

github.com/formatjs/intl-messageformat - 9ad0b48b8a313bba50590d469a4b7b3dce411424 authored almost 11 years ago by Drew Folta <[email protected]>
Merge pull request #44 from drewfish/client-tests

browser testing using yeti and saucelabs

github.com/formatjs/intl-messageformat - e15e7243c3a1aefc9a7b09cc2b164a72b0efc657 authored almost 11 years ago by Drew Folta <[email protected]>
Merge branch 'master' of https://github.com/yahoo/handlebars-helper-intl into formats

github.com/formatjs/handlebars-intl - 1c82e2cba6facaf6169ae6130f7846193a45826c authored almost 11 years ago by Anthony Pipkin <[email protected]>
Merge branch 'master' of https://github.com/yahoo/handlebars-helper-intl into test-coverage

Conflicts:
tests/helpers.js

github.com/formatjs/handlebars-intl - 9019e80893f2322c97a3d7ac3d7169901ddbf6f0 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Add comment describing params passed to factory

github.com/formatjs/handlebars-intl - 5e1448d884cc3588e437dfe9010db826ba87a1b5 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Change documention for extend to clarify it is a utility method only.

github.com/formatjs/handlebars-intl - 9de6e9026e5c173575924827edcfba141979e4a6 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Merge branch 'master' of https://github.com/yahoo/handlebars-helper-intl into test-coverage

github.com/formatjs/handlebars-intl - d55c91965fd468d7755b087490a8db32926c6cad authored almost 11 years ago by Anthony Pipkin <[email protected]>
Merge branch 'master' of https://github.com/yahoo/handlebars-helper-intl into formats

github.com/formatjs/handlebars-intl - 4702169314f358c422614dade44392b7e7aa0287 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Merge branch 'master' of https://github.com/yahoo/handlebars-helper-intl into currency

Conflicts:
index.js
tests/helpers.js

github.com/formatjs/handlebars-intl - 60e556bfc3e16393da40585048aab858763d0fd2 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Merge pull request #12 from drewfish/pkg-cleanup

cleaning up packaging

github.com/formatjs/handlebars-intl - 66701ec1590cfeb70dc36c6dfd67383ca7bf4a2b authored almost 11 years ago by Drew Folta <[email protected]>
Expose format helper methods for developers

github.com/formatjs/handlebars-intl - 28d4eb23bfb27e6059de0a2f4f831704fad2dac8 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Add coverage for throws

github.com/formatjs/handlebars-intl - 7462c6afaa87a914d072d634a487f95f3f8a4904 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Add period to error message.

github.com/formatjs/handlebars-intl - c21cd65d6de56f4e6c228d5bfc01f9099e278868 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Update tests for better reading

github.com/formatjs/handlebars-intl - 6db983505272b5b800c681ccd73e48c0a77cbe38 authored almost 11 years ago by Anthony Pipkin <[email protected]>
browser testing using yeti and saucelabs

github.com/formatjs/intl-messageformat - 3211a71cf168cfb4476442c016c198600d38a85a authored almost 11 years ago by Drew Folta <[email protected]>
Add in `extend` helper to avoid augmenting the options.hash

github.com/formatjs/handlebars-intl - 855ccf458d09c8c42a9c27cb12f5b44e4ecb9bd8 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Add nested tests.

github.com/formatjs/handlebars-intl - bd1ce290dc035662caeb4b6c1b6276d87cf25d9a authored almost 11 years ago by Anthony Pipkin <[email protected]>
Update handlebars version for tests

github.com/formatjs/handlebars-intl - ee650638bef94eae1ecba9284486d3263cc9a49a authored almost 11 years ago by Anthony Pipkin <[email protected]>
Remove _data. Correct context __proto__. Add IntlMessageFormat as a

second argument to the factory.

Remove `_data` usage. This is unnecessary after the context was
...

github.com/formatjs/handlebars-intl - 3a724206d9e70d95ffb1f8221029cc29d25d6e7a authored almost 11 years ago by Anthony Pipkin <[email protected]>
cleaning up packaging

github.com/formatjs/handlebars-intl - f39bcee95fcf0a586d918e908164cb157bf0341e authored almost 11 years ago by Drew Folta <[email protected]>
Update README.md

This is not a polyfill, so I removed it from the README title.

github.com/formatjs/intl-messageformat - 5823fb008877abf9e9684ee6f8f1ef671344a24c authored almost 11 years ago by Eric Ferraiuolo <[email protected]>
Update readme

github.com/formatjs/intl-messageformat - be2db236feede42458549ef553ff54cb8e5ca19c authored almost 11 years ago by Anthony Pipkin <[email protected]>
Merge pull request #40 from drewfish/all-locale

"main" in bower and NPM includes all locale data

github.com/formatjs/intl-messageformat - 02dff977109141fa6d626f0e9ebd6d1712aa621e authored almost 11 years ago by Drew Folta <[email protected]>
Update test inclusion of Intl

github.com/formatjs/intl-messageformat - fee310165ada80749004d096b5ae5bae1ef273d4 authored almost 11 years ago by Anthony Pipkin <[email protected]>
rename build/index* to build/intl-messageformat*

github.com/formatjs/intl-messageformat - 7a7909c0d972b7c003b2689a9cd758cae8fa6130 authored almost 11 years ago by Drew Folta <[email protected]>
Merge branch 'master' of https://github.com/yahoo/intl-messageformat into icu-formatters

Conflicts:
index.js

github.com/formatjs/intl-messageformat - cfb119c03537bd8294e36f82933dabf3223e0fe0 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Change variable and method names for clarification.

github.com/formatjs/intl-messageformat - 7a0a0a2ae4c68c4ddacbcf9f5da40e13211f5b49 authored almost 11 years ago by Anthony Pipkin <[email protected]>
"main" in bower and NPM includes all locale data

github.com/formatjs/intl-messageformat - 7073914ff80b432f3010367fccf285d62756eac4 authored almost 11 years ago by Drew Folta <[email protected]>
Change `lookUp` to `data` for clarification

github.com/formatjs/intl-messageformat - 4991bc273f82237d43e7e81a415ea182c5e2a22b authored almost 11 years ago by Anthony Pipkin <[email protected]>
Remove failing tests until intl.js is ready

github.com/formatjs/intl-messageformat - 0be4871ae93dab7e8c63aa2fe211e158575b50d0 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Update reporter

github.com/formatjs/intl-messageformat - b96e510d7f3d2a8c8e251775f3c27aacca4afcbb authored almost 11 years ago by Anthony Pipkin <[email protected]>
Merge branch 'icu-formatters' of https://github.com/apipkin/intl-messageformat into icu-formatters

github.com/formatjs/intl-messageformat - 75683240912d3f37502ef4709ed645fac6a5b474 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Fix tests now that parser is added

github.com/formatjs/intl-messageformat - 7f1f65523b5d81bcd25efc06fe5205fa0b336480 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Fix tests now that parser is added

github.com/formatjs/intl-messageformat - 65daaebb3b77ce7b6eb042c817bf4339c3ad18b4 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Fix format key in the parsed pattern

github.com/formatjs/intl-messageformat - 5eff1f1cd0e368aa78672c0786c722192d97442b authored almost 11 years ago by Anthony Pipkin <[email protected]>
Merge branch 'master' of https://github.com/yahoo/intl-messageformat into icu-formatters

Conflicts:
index.js

github.com/formatjs/intl-messageformat - 77e3d2f0d8f18929635e8a46330a0bfb5c8af9a5 authored almost 11 years ago by Anthony Pipkin <[email protected]>
New tests --needs work with the names.

github.com/formatjs/handlebars-intl - 6ab3c00304bf235029a13ce50d47651c43db7491 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Pass Intl as factory param.

github.com/formatjs/handlebars-intl - 15e7e2b71cde17d7006c3c1fbba0913a94d9d27f authored almost 11 years ago by Anthony Pipkin <[email protected]>
Fix currency storage. Store context data for intlBlock calls.

github.com/formatjs/handlebars-intl - 228b22826f80f617b535732c87fc22e235570668 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Fix errors.

github.com/formatjs/handlebars-intl - df331298bcbeaf80dd1c24b406a7060fd5c8d1b3 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Add currency to hash for message formatting

github.com/formatjs/handlebars-intl - 9d18937730529bbf6c9fbd1a20b9433bee990bf7 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Update Intl setting so jshint is happy

github.com/formatjs/intl-messageformat - 5250d25c87835df66be8375031d46ed8cd543f32 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Remove some white space.

github.com/formatjs/intl-messageformat - 2506d4dbbf700130694d90cb09aab784eff3e6a5 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Update documentation for clairty. `parseToken` now returns the token that was parsed.

github.com/formatjs/intl-messageformat - 374996a8c80e4a77da32f8366d2f686dad8529aa authored almost 11 years ago by Anthony Pipkin <[email protected]>
Add Intl as a development dependecy.

github.com/formatjs/intl-messageformat - 7303e204870f9d027b60e31bcaac599d6e41735c authored almost 11 years ago by Anthony Pipkin <[email protected]>
Add test for default formatter coverage

github.com/formatjs/intl-messageformat - a93e679c597354a03dbe65c6ef69016223bfd7fc authored almost 11 years ago by Anthony Pipkin <[email protected]>
Change type checing for values to only reprocess Array and Objects. All other values should pass through the formatter and return as a string. Add `lookUp` object as third parameter to formatter funcitons.

github.com/formatjs/intl-messageformat - 679db5638caa4c5a6bda837c1f26af2c8e2da8c6 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Add tests for parser coverage

github.com/formatjs/intl-messageformat - f98fbbabd3838eb99a01c12e6879d39510eba8e7 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Add in tests for completeness; adjust logic accordingly.

github.com/formatjs/intl-messageformat - 28f36d2547c6719e312e9aa2e6177cb00e6da20b authored almost 11 years ago by Anthony Pipkin <[email protected]>
Update tests with changes.

github.com/formatjs/intl-messageformat - ae11f9a2492f89dece0a5461731b62d091bdb352 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Update to address jshint errors

github.com/formatjs/intl-messageformat - a2cd9d2f29607207855360b660e48ad7f7d5e1eb authored almost 11 years ago by Anthony Pipkin <[email protected]>
Remove type checking for custom formatters. IF they pass it and they call it and it does not work, they can fix it.

github.com/formatjs/intl-messageformat - 95048f74a9ef08761f0eb01193a32e4f801b02dd authored almost 11 years ago by Anthony Pipkin <[email protected]>
Add in tests for checking the inheritance

github.com/formatjs/intl-messageformat - e42fbf522bf8878195c04cfe23ddb86c1c2307ff authored almost 11 years ago by Anthony Pipkin <[email protected]>
Add in tests for checking the inheritance

github.com/formatjs/intl-messageformat - 6d718435f1002a32948ccefd0d57089ef67a8777 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Add back in optFieldFormatters loop to ensure we are only adding in functions

github.com/formatjs/intl-messageformat - 2e427a72fdd641d5290783b582383d2981d93aa3 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Use prototype chain instead of object looping.

github.com/formatjs/intl-messageformat - 5200ed2e37993280a2c74ade076bdfc3c5e5fc32 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Revert format prefix.

github.com/formatjs/intl-messageformat - cedc6398931d26fbe1267026159d80ec9800cab4 authored almost 11 years ago by Anthony Pipkin <[email protected]>
add formatters to the tests for counts

github.com/formatjs/intl-messageformat - 760ac6dfd65a419ae1bdd5fe3991335dd594d798 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Update formatter call to prefix with type

github.com/formatjs/intl-messageformat - 01cdaf160b0ac2e2743ad113b23274572e68a959 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Add default formatters. Update rename for internal formatters to use `custom_` prefix

github.com/formatjs/intl-messageformat - 19c8bbe4118c0a5614adfefa87ef5f304d74d7d6 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Removed xunit.xml

github.com/formatjs/handlebars-intl - e4bc44ea37f7b3722c936b2e5cde7ea261db391f authored almost 11 years ago by Anthony Pipkin <[email protected]>