Ecosyste.ms: OpenCollective

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

github.com/formatjs/intl-messageformat

[MIGRATED] Format a string with placeholders, including plural and select support to create localized messages.
https://github.com/formatjs/intl-messageformat

Remove need for test.

246d041ec2bdef0ec04fc89e9de89fa8fbd3f3b5 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Remove test followed by match.

a8b51107d0c74af4790e623c9c398af6298836a2 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Update regular expressions for a better pattern choice.

acc206635875e4f2bfd95a67e08aa34c7a94c429 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Move RegExps to more descriptive constants.

2b3056710f446a07c640f1b658125c14243d9ca6 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Update verbiage on tests.

8cfb7e82c6eba0d3619a64b98ea98f6c68131e31 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Suppress jshint for default assignment. Prevent non-function formatters from being added into the formatters.

1819ec23a5fdf856bd033996e1701080ceb5623a authored almost 11 years ago by Anthony Pipkin <[email protected]>
Default locale to null if it is empty. Remove last pattern match if it is empty.

d447df048ba902fe7fddc5c63492f349ce7197f1 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Add multiple tokens as a single variety test.

3932cfe8860264189a06ada0f17bc4f56343233f authored almost 11 years ago by Anthony Pipkin <[email protected]>
Fix #22. Add new tests for token assesment. Throw new error when no tokens are discovered.

1a8045dda8b5d7487418143b1e1fe0119a0424ef authored almost 11 years ago by Anthony Pipkin <[email protected]>
Update test for coverage. Remove awkward check in purged.js since it doesn't run in the browser.

08e9d2e5385f091fc4c5d636f5ca1c33b2fc04c4 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Remove __purge

08e31f05162dd3371d937d355c7bf7b05ab75701 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Fix expect missing

f77561ba62a0a264240ba71518df910f5ac79f01 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Add mockery to remove the need for __purge

a4879a76cd47a40e2855bbddc18feeb041a046a3 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Remove _log.

29bf6c94ee553b47f3c84350f37403326fd8e6a0 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Add locales to all appropriate tests to reduce logging.

fc6fc33003f87712a99f2604edbe82776646b965 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Add early detection for invalid locales. Locale should be a string with at least 2 characters.

904a545074743d73eb377442c9e777db0768e027 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Make type checking for locale more strict.

5b866975bfbe21d380ad8e9c11acdacd052e0de3 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Update verbiage for internal methods

4fbecba564c2a527a3b6d340ba56858e91a94e37 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Use typeof instead of Object...toString() to check for Function

ab3d127bd2756c5445850315800f9b139c3f03c9 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Fix typos and verbiage. Remove `DefaultLocale` check.

2d8cbbe20ece0de96f72d32bd6a2e1afb3523d7a authored almost 11 years ago by Anthony Pipkin <[email protected]>
Remove !console throwing.

3720fa3aff1e13750a2adb3ad53d1483474c016c authored almost 11 years ago by Anthony Pipkin <[email protected]>
Merge branch 'master' of https://github.com/yahoo/intl-messageformat into locale-21

025a28b2d9b8d395c9c6e80a0f79f8e1062c0f3a authored almost 11 years ago by Anthony Pipkin <[email protected]>
fix test output format

027a30de6bb5411287688b1f89a7943fe2b86403 authored almost 11 years ago by Lichun Zhan <[email protected]>
Remove debugging console.log.

43dccbb3a5c34d31eecea39953496223f1d116ad authored almost 11 years ago by Anthony Pipkin <[email protected]>
Clean up README. Add notice of api changes to stay inline with ecma.

60c68869b12613a7f362b50c24b3b720355d5e29 authored almost 11 years ago by Anthony Pipkin <[email protected]>
add xunit-file package for test report

a1dd27de2d46bc6a7aade5e158c79fe333e7561f authored almost 11 years ago by Lichun Zhan <[email protected]>
90+% coverage

c0538f881dd3397f7f1ca6e4251c9eca980db072 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Add __purge method for coverage. Update _log method to work with client side testing.

1c35f650370d15d457f496c3f687bfec398620cd authored almost 11 years ago by Anthony Pipkin <[email protected]>
Add _log to prototype

66ae91a470a047a9a5709daf05fdfda3afeef04b authored almost 11 years ago by Anthony Pipkin <[email protected]>
Fix throw types. Add log method.

519ef2e29313eb0c5c85c436866d220d516c9b33 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Merge branch 'locale-21' into throw

a7ceab75aee2f6ff1a6bb3aff04e2ca342f75000 authored almost 11 years ago by Anthony Pipkin <[email protected]>
Add console warning when creating an instance without a locale.

4372849c503c6e3aae228735d8cebd27346a0268 authored about 11 years ago by Anthony Pipkin <[email protected]>
Move the locale throwing to _normalizeCount method

a9235b8d1e23934d18e6bb33e4bd1f959359f779 authored about 11 years ago by Anthony Pipkin <[email protected]>
The first locale lang-pack to be loaded becomes the default and is used when no locale arg is provided.

731424a3ddf6ce022dd52e43c03f48c68f1e6fa5 authored about 11 years ago by Anthony Pipkin <[email protected]>
Throw if no locale arg is provided and no data has been loaded.

2a1e0b8c1049fe48f8b9fac16217d77114042e9b authored about 11 years ago by Anthony Pipkin <[email protected]>
Update README

ef59230375fa0e5f72403732d1e415f182132c8d authored about 11 years ago by Anthony Pipkin <[email protected]>
Merge upstream/master

cde069c3ae318edfec39fb6ddf9a064d80f653a3 authored about 11 years ago by Anthony Pipkin <[email protected]>
Merge branch 'master' of https://github.com/yahoo/intl-messageformat into readme-17

63b2ad46f367ed9d36498982a508add0b1814b0d authored about 11 years ago by Anthony Pipkin <[email protected]>
Updated README.

2eb56aecfb7c3cf73566eb82095ebadb05357094 authored about 11 years ago by Anthony Pipkin <[email protected]>
Merge branch 'master' of https://github.com/yahoo/intl-messageformat into cla-18

d3cb9d8c768c8de412b7c16445ab6919d79b5ba5 authored about 11 years ago by Anthony Pipkin <[email protected]>
Merge branch 'master' of https://github.com/yahoo/intl-messageformat into drewfish-npm-ignore

c6ba4bcab3a215807b1881f6a55d34294eaa58c9 authored about 11 years ago by Anthony Pipkin <[email protected]>
Correct test name.

9c7d23ae0882662cc8f1fa87d324f7edebf70375 authored about 11 years ago by Anthony Pipkin <[email protected]>
Completes ru-RU testing and removes erroneous 1 plural option.

f7a40906af04eacc23bbf6b043a8ff233292292e authored about 11 years ago by Anthony Pipkin <[email protected]>
Fix #17. Add link to strawman and identify differences.

50048ab6279931ecbf7cf069f4fe787f7aea97f4 authored about 11 years ago by Anthony Pipkin <[email protected]>
Fix 18. Remove CONTRIBUTING.md until a more suitable CLA is available.

ff67edef380b7a489ff57badf81d6c960af6ea98 authored about 11 years ago by Anthony Pipkin <[email protected]>
NPM package includes only things used at runtime

3f6e745a9e92207c38cb4cd12fed8efca084e66d authored about 11 years ago by Drew Folta <[email protected]>
Merge branch 'master' of https://github.com/yahoo/intl-messageformat into tests

61e0e8894e8a777b7349321895b69290647b3302 authored about 11 years ago by Anthony Pipkin <[email protected]>
Merge pull request #11 from drewfish/builtin-cldr

CLDR pluralization rules built into this library

5ecf8346c14de2bf28a0eeac28f0578af31ec1db authored about 11 years ago by Drew Folta <[email protected]>
Merge remote-tracking branch 'yahoo/master' into builtin-cldr

Conflicts:
LICENSE.txt

86a7998a868590b9a5e0aa18b7d86fbb1bd336be authored about 11 years ago by Drew Folta <[email protected]>
cleanups caught during PR review

54da1d6e39c235a5b33dd8a8905cfd2c50287939 authored about 11 years ago by Drew Folta <[email protected]>
Change license from MIT to Yahoo BSD.

7008b23e7b6e75e9ec50af7a51e5299b67b97148 authored about 11 years ago by Anthony Pipkin <[email protected]>
update readme with details on how to load locales

7a79385bbd4f58eb0c5368c18c87ee55c360cdb3 authored about 11 years ago by Drew Folta <[email protected]>
minify (uglify) the localized versions

acf2c4b81392ad7662f4b46151ca51f1b8e01ac4 authored about 11 years ago by Drew Folta <[email protected]>
build localized versions of the library

b987e637854abdd53861b73dc2f6630a3e52fb19 authored about 11 years ago by Drew Folta <[email protected]>
misspelled the task file name

9a4df35b814ab88bc66403267ad0ddd5a2111f9e authored about 11 years ago by Drew Folta <[email protected]>
renamed `replural` to `build-data`

ee42db8afedd4eee9fba34436243d38853eb5044 authored about 11 years ago by Drew Folta <[email protected]>
build locale data as separate files

f624fc0e0e2cda26bf59051c38d1fd22bd2e225c authored about 11 years ago by Drew Folta <[email protected]>
replace some of the parseInt()s in the pluralization functions

bb0d9f9150eb1602050925e15ed431b1e0696e14 authored about 11 years ago by Drew Folta <[email protected]>
fixed pluralization tests

bca83c2009d4988c03e0f5ad20341747e4ee0053 authored about 11 years ago by Drew Folta <[email protected]>
Merge remote-tracking branch 'yahoo/master' into builtin-cldr

29bd3a29aa6aa84c09d2a1a88cdb6fa56343dc94 authored about 11 years ago by Drew Folta <[email protected]>
Add more tests!!

74124357cd50d87cb0f52275194f2bd4a12ff4d5 authored about 11 years ago by Anthony Pipkin <[email protected]>
Fix #15. Add tests cases using other languages.

a7f4f5ce3965a5153a52574339d311ad1b06a5e0 authored about 11 years ago by Anthony Pipkin <[email protected]>
Update tests due to changes in `rearrange` branch.

4ff58852b8007520feb45cddfe198bbb08a48d49 authored about 11 years ago by Anthony Pipkin <[email protected]>
cleanup of generated pluralization functions

aad9a860653a91a4cb3081638a53564b21f4e8a6 authored about 11 years ago by Drew Folta <[email protected]>
Merge branch 'master' of https://github.com/yahoo/intl-messageformat into tests

f5333f4ba526463e1d677db76363626e02fc739b authored about 11 years ago by Anthony Pipkin <[email protected]>
optimized the pluralization function lookup list

56715e5cdc880e36154070102fd6f7f293fae9ff authored about 11 years ago by Drew Folta <[email protected]>
hierarchical (fallback) locale matching

a6e9fd39c84dce70bce00322d9b5bb5b1ebd4d3b authored about 11 years ago by Drew Folta <[email protected]>
Move `locale` param to second position

caf98e14c418ca8ed4a4b65432f0c01729ddb4f8 authored about 11 years ago by Anthony Pipkin <[email protected]>
Revert hasOwnProperty removal.

adb9d87274fb550ee320e51891ed77bbed334566 authored about 11 years ago by Anthony Pipkin <[email protected]>
tweaked code comments a little

b789b63b5c622d5f0eac0e8a2d72648e74e34ff5 authored about 11 years ago by Drew Folta <[email protected]>
trimmed extra whitespace from beginning of gruntfile

5409785defc0ed2d2d4ebcd4fb882151151e5018 authored about 11 years ago by Drew Folta <[email protected]>
CLDR pluralization rules built into this library

f735636387cd27a5a50103d113642c14a213e82c authored about 11 years ago by Drew Folta <[email protected]>
Merge branch 'master' of https://github.com/yahoo/intl-messageformat into tests

919608acbb907a5ff9b2058186eaeb33db732cbf authored about 11 years ago by Anthony Pipkin <[email protected]>
Merge pull request #9 from drewfish/pkg-typos

fixed up typos in packaging wrapper

1d16778ec0bc820f0d28975dc8abe597a2f62580 authored about 11 years ago by Drew Folta <[email protected]>
Update after importanted changes.

83a47e986b5a090d4525612e2480b329ae87b7da authored about 11 years ago by Anthony Pipkin <[email protected]>
Merge branch 'master' of https://github.com/yahoo/intl-messageformat into tests

81429405fdeaaec73fca8e316cd77bb8867fb0d4 authored about 11 years ago by Anthony Pipkin <[email protected]>
Update after finding issues with tests.

71554621fdaa727ee1173ed7fc701f26bfa21b9e authored about 11 years ago by Anthony Pipkin <[email protected]>
Update tests for full coverage.

476808a93d6357a950bd107cd020896aaeb02309 authored about 11 years ago by Anthony Pipkin <[email protected]>
fixed up typos in packaging wrapper

551f37cdfd35328ce52b8713c81cf1bc62542184 authored about 11 years ago by Drew Folta <[email protected]>
Merge pull request #8 from drewfish/client-tests

basic client-side testing with mocha & chai

ee32777d5772d753e5581712b59e648078f2b2b8 authored about 11 years ago by Drew Folta <[email protected]>
basic client-side testing with mocha & chai

automated testing will be done by some test automation system (yeti?)

ebcdb0e09522d5d8cf2c6699146ca0815e19e102 authored about 11 years ago by Drew Folta <[email protected]>
Merge branch 'master' of https://github.com/yahoo/intl-messageformat into bower

b489c87df3f9255209b17be920fe1fc4701f5a4e authored about 11 years ago by Anthony Pipkin <[email protected]>
Update version to match package.json

8b6f9052e5c97fd4a9578c675255fd5377eb934f authored about 11 years ago by Anthony Pipkin <[email protected]>
Remove "-polyfill" text remaining from migration.

07e3ad90eed817672fad3e19c3347dc1c1eef943 authored about 11 years ago by Anthony Pipkin <[email protected]>
Initial bower JSON

4d7e6aa2d5e895a2750c71a36e3ef653941eeaef authored about 11 years ago by Anthony Pipkin <[email protected]>
Merge branch 'master' of https://github.com/yahoo/intl-messageformat into move-index

b064d4d4fb77f215b2e66c9ec0ecbaa8953b99d4 authored about 11 years ago by Anthony Pipkin <[email protected]>
Merge pull request #4 from drewfish/readme

updated README.md for new travis project

2fc79f3e5c508c565eef9e93eae2a84025d8be0c authored about 11 years ago by Drew Folta <[email protected]>
Merge branch 'master' of https://github.com/yahoo/intl-messageformat into tests

e12317dda9d3e4c94a0b97d6885679ba9ce905b5 authored about 11 years ago by Anthony Pipkin <[email protected]>
Remove lib/message.js

fb503711a3365ce706e67520247436314b51a61e authored about 11 years ago by Anthony Pipkin <[email protected]>
Move `lib/message.js` to `./index.js`.

873b57564bf0b95434f8bc223e4d705ad832c1aa authored about 11 years ago by Anthony Pipkin <[email protected]>
updated README.md for new travis project

6fc72f2a4d067327b3d3401c5fd33f6e900ccaa1 authored about 11 years ago by Drew Folta <[email protected]>
Correct string replace()

640cef88ce585cc08573a153d4157e231764654a authored about 11 years ago by Anthony Pipkin <[email protected]>
Merge pull request #7 from drewfish/amd-name

better registration of module in AMD

c64725456dd9b7aaaa5299bbfe5f19efe9c3a9e9 authored about 11 years ago by Drew Folta <[email protected]>
Add tests for coverage.

f7d0f7cfac10f27fc93b0a0714155833ae588d8d authored about 11 years ago by Anthony Pipkin <[email protected]>
better registration of module in AMD

1f6519368e01b9e6057104be7557de231fc93878 authored about 11 years ago by Drew Folta <[email protected]>
fixed typo

e7410ea656041dbbed9903ef42080b745e30178b authored about 11 years ago by Drew Folta <[email protected]>
more sophisticated travis config

8a783dddb80935bd7c040395aef7030fb9c9556a authored about 11 years ago by Drew Folta <[email protected]>
Merge pull request #6 from apipkin/rename-constructor

Rename MessageFormatter (and associated lines) with MessageFormat

90a836de5863a4a9b90d6c12c22af434752d3375 authored about 11 years ago by Drew Folta <[email protected]>
Rename MessageFormatter to MessageFormat

f8f5b7dcddbb599df6f2117da5c7874c21d0bd14 authored about 11 years ago by Anthony Pipkin <[email protected]>
initial travis-ci.org configuration

d9249b1c20f405cc450cf829f6f6397ec887f355 authored about 11 years ago by Drew Folta <[email protected]>