journalize icon indicating copy to clipboard operation
journalize copied to clipboard

:newspaper: A collection of JavaScript functions useful for making prose reader friendly.

Results 16 journalize issues
Sort by recently updated
recently updated
newest added

I think it'd be good to rid this function of the regex that figures out where to place commas and migrate to the [Intl.NumberFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat) API. This in theory would create...

enhancement

Some style guides insert commas in numbers only starting at five digits. 10000 => 10,000 but 5000 => 5000 Also, some style guides use spaces instead of commas: 3000000 =>...

enhancement

Do you plan to have a [natural time](https://docs.djangoproject.com/en/3.0/ref/contrib/humanize/#naturaltime) function? Also, I'm willing to work on it.

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.20 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

This has come up multiple times over the years (#176, #276) and `v3` is probably a great time to finally make the call. The internal calls on the input `Date`...

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies