journalize icon indicating copy to clipboard operation
journalize copied to clipboard

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

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

Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [sinon](https://github.com/sinonjs/sinon) from 10.0.0 to 11.1.1. Changelog Sourced from sinon's changelog. 11.1.1 / 2021-05-26 Fix #2379 by using v7 of supports-color 11.1.0 / 2021-05-25 Add sinon.promise() implementation (#2369) Set wrappedMethod...

dependencies

Bumps [c8](https://github.com/bcoe/c8) from 7.7.1 to 7.7.2. Release notes Sourced from c8's releases. c8 v7.7.2 Bug Fixes address bugs with source remapping on Windows (#301) (c817902) Changelog Sourced from c8's changelog....

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [documentation](https://github.com/documentationjs/documentation) from 13.2.1 to 13.2.5. Changelog Sourced from documentation's changelog. 13.2.5 (2021-04-24) Bug Fixes add gfm format for remark fixed #1374 (#1375) (6b5bc25) jsx should be included for tsx...

dependencies

Hi Ryan! I added this function for converting state names, state abbrevs, and AP style states to and from each other. Let me know if this might be something worth...

I don't know if I would call this a feature or a bug or really anything more than just a thing, but I've noticed that intcomma decides to round off...

JavaScript has built-in functions for doing rounding calculations via the [Math object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math). But what is missing is a way to supply a precision value to control where the rounding takes...

This would be a **breaking change** if done. Frankly in the majority of scenarios that I'm attempting to use `apdate` the very first thing I do is peel off the...

A variation of AP style on months is that in extremely tight scenarios you can use what they consider the "tabular" forms of month abbreviations, which is the first three...

enhancement