Ecosyste.ms: OpenCollective

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

github.com/formatjs/formatjs-old

The monorepo home to all of the FormatJS related libraries.
https://github.com/formatjs/formatjs-old

chore(intl-messageformat): pull formatters out to a separate file

b9a99964d329354665cc22df39b3c145f2c70b57 authored over 5 years ago by Long Ho <[email protected]>
chore(intl-messageformat-parser): consolidate tests

a403c2044d00512eb82e8b7e63bae0ffb5083e88 authored over 5 years ago by Long Ho <[email protected]>
chore(intl-messageformat-parser): fix README

fixes #115

e1ea8da0ad312b645363e601ab5b9f0ff11a24c3 authored over 5 years ago by Long Ho <[email protected]>
chore: dont run prettier on CHANGELOG.md

d556f1eb9027b331abfdaa365bad0bdb02b3165e authored over 5 years ago by Long Ho <[email protected]>
fix(intl-messageformat-parser): add tests, fix offset printing

bebdf9534ed7a193d7d56d4dac11a4e0c7111d91 authored over 5 years ago by Long Ho <[email protected]>
fix(intl-messageformat-parser): Fix AST printer to print white-spaces, commas and element types… (#120)

* Print white-spaces and commas correctly from AST

Fixes #117

* Print element type correc...

37448e246b16024e435bf8d29b17f9055ad3a64e authored over 5 years ago by Guopeng Liang <[email protected]>
chore(deps-dev): update rollup-plugin-typescript2 requirement fr… (#114)

Updates the requirements on [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugi...

46bac4e3b4ffce6c82339ad5f1f44e3b0a6808cd authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
chore(deps-dev): update karma-chrome-launcher requirement from ^… (#116)

Updates the requirements on [karma-chrome-launcher](https://github.com/karma-runner/karma-chrome...

bf11bdd222f53a86d785825af1566c6590bc55ea authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
docs: fix broken link in README (#122)

4fb412d96781613c8ec39adb648a6087ac064e7c authored over 5 years ago by Vytautas Sugintas <[email protected]>
chore: rm react from test

c985f622004f39a68a7b93dfbbc18fb9823f3cfa authored over 5 years ago by Long Ho <[email protected]>
chore: attempt to fix build

eac855b40bbcae569acedd602134f76f0be7cce7 authored over 5 years ago by Long Ho <[email protected]>
chore: move changelog fix to postversion

ff0109c20c61396ea5ced34459992dc67ce7983e authored over 5 years ago by Long Ho <[email protected]>
chore: prettier

100f3f24edb724a8975665f9d57e36811fb19a99 authored over 5 years ago by Long Ho <[email protected]>
chore: Update lerna URL in README.md (#113)

b3c086254997e056a2bf4d2b49041a15c69ec13c authored over 5 years ago by Nicolas Bouvrette <[email protected]>
feat(intl-messageformat): export Part types

450c495d53a00defab28ffc36e23cc8a997b2880 authored over 5 years ago by Long Ho <[email protected]>
feat(intl-messageformat): Add `formatToParts`

0680f58beb830fed62b589aad268b4ec205c6e2f authored over 5 years ago by Long Ho <[email protected]>
feat(intl-messageformat-parser): add printer to print AST to string

ec0eaa2370ff06db573483d5ee408108d67c5d1f authored over 5 years ago by Long Ho <[email protected]>
fix: package.json typo

18f09f7985260f37ae6af0c60e7e2947774cb8b7 authored over 5 years ago by Long Ho <[email protected]>
chore: add postchangelog step

8155006c02ccaf89a1e203f1dce6a33a27e22230 authored over 5 years ago by Long Ho <[email protected]>
chore: remove deprecated intl-relativeformat from the monorepo

29dde76ba4fd90df6bea77528b21f22ab3c1891a authored over 5 years ago by Long Ho <[email protected]>
chore(intl-messageformat): change build step for core

9d1589e01f09d8861f5687a579e8403540d08186 authored over 5 years ago by Long Ho <[email protected]>
feat(intl-messageformat-parser): Rewrite grammar (#112)

* feat(intl-messageformat-parser): Rewrite grammar
BREAKING CHANGE: This completely changes the...

093de3564852bf01c0a9b95d658aaf6d613baf53 authored over 5 years ago by Long Ho <[email protected]>
chore(intl-messageformat): fix benchmarking script

177a66bd274ccf21f441ad4227baea1503122410 authored over 5 years ago by Long Ho <[email protected]>
chore: ignore intl-relativeformat since it is deprecated

8271da8ce15d0ff5b5be3ce633507e898dfc7431 authored over 5 years ago by Long Ho <[email protected]>
chore: fix benchmarking tests

34901b460aecb46e154f98fd57ad6e7574c4187e authored over 5 years ago by Long Ho <[email protected]>
fix(@formatjs/intl-relativetimeformat): fix polyfill import (#110)

`./dist` is an es module so we need tu require `.default`

3adffc8b33ef35bbf357ea1dea19fab515c535e8 authored over 5 years ago by Janic Duplessis <[email protected]>
fix(intl-locales-supported): Fix license identifier (#109)

"BSD" is not a valid identifier.

e50c7626eb59cdd88b73fb26bbe2d503b8904f99 authored over 5 years ago by Jimmy Jia <[email protected]>
feat(intl-messageformat): allow passing in formatters (#107)

3605693e3ddbad4c964578222945f82f5dfe80e2 authored over 5 years ago by Long Ho <[email protected]>
feature(intl-messageformat): add core entry point (#105)

ed752b710e99b56bb0d159dc249749d8d79acf4d authored over 5 years ago by Long Ho <[email protected]>
chore(babel-plugin-react-intl): add more test to enforceDefaultM… (#104)

* chore(babel-plugin-react-intl): add more test to enforceDefaultMessage

* fix(intl-utils): f...

43a48a0dceb1a74e218a8b7d1d2d2de8ac66a066 authored over 5 years ago by Long Ho <[email protected]>
fix(intl-messageformat-parser): Escape double-' to a single ' (#103)

* fix(intl-messageformat-parser): Escape double-apostrophes to a single apostrophe

* rm unnec...

4d0cd1f61e72a32b8d136886c26a94ea42643dc4 authored over 5 years ago by Long Ho <[email protected]>
chore(intl-messageformat-parser): fix badge URL

1ca98b38e429eeb9679f5aa5bc4c33554a96f8ea authored over 5 years ago by Long Ho <[email protected]>
chore(intl-format-cache): add badge size

7c4b0b2528aba8954af7a23852d240ba06d4cfa2 authored over 5 years ago by Long Ho <[email protected]>
chore(intl-locales-supported): add badge size

b9344c314c1038daee307e388b2a10c7a10e1fdd authored over 5 years ago by Long Ho <[email protected]>
chore(intl-relativetimeformat-parser): add badge size

1579f66fee725f80d5db967032d6f33a37a2c43e authored over 5 years ago by Long Ho <[email protected]>
chore(@formatjs/intl-relativetimeformat): add badge size

dde8e18696db4c1420d8ce41b14a039e5db76e11 authored over 5 years ago by Long Ho <[email protected]>
chore(intl-messageformat): add sizes

0f8dd6783ab40e6041bfccde02dc49dbf4f13673 authored over 5 years ago by Long Ho <[email protected]>
feat(intl-messageformat): export core entry point

ca7eeaea7a63b9431625be7aa82da95d2e38e3bb authored over 5 years ago by Long Ho <[email protected]>
chore: reformat CHANGELOG

0e543d6d94ed9e6307ef64989260e383c3664986 authored over 5 years ago by Long Ho <[email protected]>
fix(intl-locales-supported): update README

5c7daabfe8e29cb6bea7f12243f17bd7796fd295 authored over 5 years ago by Long Ho <[email protected]>
feat(intl-relativetimeformat): update LICENSE & README (#100)

3b1d11b8c549caa116c9c990decbad27ab808f46 authored over 5 years ago by Long Ho <[email protected]>
chore: reformat

7732f43973c29c81e70744daad1299bcc2713d70 authored over 5 years ago by Long Ho <[email protected]>
feat(intl-utils): Add intl-utils (#98)

* feat(intl-utils): Add intl-utils

* update license, prettier md, upgrade intl-pluralrules an...

2329c5707d4c42162ac0b20ef92b0b0aebc1173b authored over 5 years ago by Long Ho <[email protected]>
Update @types/fs-extra requirement from ^7.0.0 to ^8.0.0 (#99)

Updates the requirements on [@types/fs-extra](https://github.com/DefinitelyTyped/DefinitelyTyped...

1562fb0e948dfe1d18666a351bd76706ea101772 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
feat(intl-relativetimeformat): make intl-relativetimeformat test262-compliant (#95)

- feat(intl-relativetimeformat): add test262 submodule
- BREAKING CHANGE: This changes intl-rel...

91669a3f75421c95601d010136507b6314e089ca authored over 5 years ago by Long Ho <[email protected]>
build(deps-dev): update eslint requirement from ^5.16.0 to ^6.0.0 (#96)

Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest vers...

040a3091a0a88ac37a13e5e22f14321e376ae5a1 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Publish

- [email protected]

b9916029cd8442d4b895be6ea98a04b554cac809 authored over 5 years ago by Long Ho <[email protected]>
fix(babel-plugin-react-intl): add back messages to `metadata`, fixes #92

643f8e5968af9e0050f468075a4ed2724ceb45f3 authored over 5 years ago by Long Ho <[email protected]>
chore: update .npmignore

851a437860d17d687185c8ca9c68b1951ca20214 authored over 5 years ago by Long Ho <[email protected]>
chore: update .npmignore

4deb2259cfb482fddc543def709b6ea21e258134 authored over 5 years ago by Long Ho <[email protected]>
chore: update .npmignore

dbebbc49966b8307a474c47075e4db135089f67f authored over 5 years ago by Long Ho <[email protected]>
feat(formatjs-extract-cldr-data): migrate to TS (#91)

BREAKING CHANGE: Export main function via `default` in index file.
If you're using `require('fo...

c012d6e67cf70e5ef23d7bf2573d4102b3035cb9 authored over 5 years ago by Long Ho <[email protected]>
feat(babel-plugin-react-intl): rewrite using new babel 7 APIs (#89)

5bc18b056f92de07d10bfeb905ba660263d36001 authored over 5 years ago by Long Ho <[email protected]>
feat(intl-format-cache): fix TS definition

feat(intl-messageformat): Export more typings via index

71ae9eb7069ba297fcc52b852ce30a5cbe768e38 authored over 5 years ago by Long Ho <[email protected]>
chore(intl-format-cache): update README benchmarks

5a745f86488f1d82d51416b96e7bf0a74c577482 authored over 5 years ago by Long Ho <[email protected]>
chore(intl-format-cache): add more benchmarks

19016a520bdda5cd7ad5a5e54dc2f8cd6c088d5a authored over 5 years ago by Long Ho <[email protected]>
chore: devDep++, lerna.json tweak

0ebb9100eb58e08f5adbb36afd2fd159378f87f5 authored over 5 years ago by Long Ho <[email protected]>
feat(intl-locales-supported): make constructors to check configurable

fixes #87

21158b706746eab56d7da45fecf94ec50f9bb800 authored over 5 years ago by Long Ho <[email protected]>
chore: config prettier endOfLineto lf

ebe09ce4639ec13037be35690d6e761f2954fdb0 authored over 5 years ago by Long Ho <[email protected]>
Update issue templates

79ddc0cfcd097d5868b47d37b3fe2e9127dca952 authored over 5 years ago by Long Ho <[email protected]>
Create CODE_OF_CONDUCT.md

7e2663b89373cebaaf2a6f3604484944c32d0c2f authored over 5 years ago by Long Ho <[email protected]>
chore: fix links across repos

a522235f00ea5c20f12f13d2cc6814ae2cdb39e8 authored over 5 years ago by Long Ho <[email protected]>
Publish

- [email protected]

b43342b4650c86366fbfc667374ad4e67b07b98b authored over 5 years ago by Long Ho <[email protected]>
feat(babel-plugin-react-intl): Add enforceDefaultMessage (#61)

8dbb1c32fe218f57ce4a2b1affcb0055a9edc3d2 authored over 5 years ago by Nacho López Sánchez <[email protected]>
chore: revert intl-relativetimeformat to 0.1

1bb7b77606fa14192542c5d46bc09db484dae2e1 authored over 5 years ago by Long Ho <[email protected]>
chore: rename to @formatjs/intl-relativetimeformat

687db49332706b9df8416ca0a29325c430f824bc authored over 5 years ago by Long Ho <[email protected]>
feat(intl-relativetimeformat): rename due to npm squatting

b4476e0bc8b7db57615c97aaa500670b34dec4bf authored over 5 years ago by Long Ho <[email protected]>
chore: fix test rollup config

936bbd077e02ab0bde1a73a0ff4be5920555e2a6 authored over 5 years ago by Long Ho <[email protected]>
bug: fix build for node8

67315d53bba1a8f66a50fe92e23b5a33705d1c2f authored over 5 years ago by Long Ho <[email protected]>
chore: add UMD in a separate dist folder

0bf1d35c6275ac69c7be7e0bc4fc4967231fdba7 authored over 5 years ago by Long Ho <[email protected]>
feat(intl-messageformat): rm rolluped dist

BREAKING CHANGE: Change dist files packaged. Entry point should stay the
same though.

a1269390f42cd2a3a64b33618bb2a79f0362d538 authored over 5 years ago by Long Ho <[email protected]>
feat(intl-relativeformat): rm rolluped dist

BREAKING CHANGE: This changes the list of assets we package. However,
entry point is still intact.

c6f94e4ab9f8bf2d03736107cff9f771a738579a authored over 5 years ago by Long Ho <[email protected]>
feat(intl-messageformat): rm bundled intl-pluralrules

BREAKING CHANGE: We no longer include intl-pluralrules in our main index
file. Consumer should po...

a8526c3d5697911790d3c08bfb513ec9de217c2c authored over 5 years ago by Long Ho <[email protected]>
chore(intl-relativetimeformat): fix initial version

b455ec40671a730ecc01260f25970f8d6597b18e authored over 5 years ago by Long Ho <[email protected]>
feat(intl-relativeformat): Use Intl.RelativeTimeFormat

BREAKING CHANGE: We now use Intl.RelativeTimeFormat in
intl-relativeformat so consuming env shoul...

c014ce0cab4cdf7614a6028044d2c97977792e44 authored over 5 years ago by Long Ho <[email protected]>
feat: add package intl-relativetimeformat (#51)

* feat: add package intl-relativetimeformat

* add tests

* add more tests, move intl-relati...

48c0f43cf3231a8c8ba997c9e1083b6714cd60ea authored over 5 years ago by Long Ho <[email protected]>
Publish

- [email protected]

d7da2dc93a6c8c068284ee12156dd4afe69f80fc authored over 5 years ago by Long Ho <[email protected]>
bug(intl-locales-supported): dist ES5 as well

fixes #56

736c7e56860e0d311e81933cc3f5382b4f9ccddd authored over 5 years ago by Long Ho <[email protected]>
Publish

- [email protected]

6495902118c310e40e8353abf6f94d728ad02c00 authored over 5 years ago by Long Ho <[email protected]>
bug(intl-locales-supported): fix ES5 compatibility (#54)

c80e56a7c298dc85f638a4dfc76d362084fa1946 authored over 5 years ago by FUJI Goro <[email protected]>
feat(formatjs-extract-cldr-data): add quarter data (#53)

e37a242deef7c6b728b2d5f78e299a267499248b authored over 5 years ago by Long Ho <[email protected]>