panzerdp / voca

The ultimate JavaScript string library
https://vocajs.pages.dev
MIT License
3.6k stars 137 forks source link

fix:title-abbreviations problem #55

Open fatteme opened 3 years ago

fatteme commented 3 years ago

Related issue

50 Title Abbreviations

Description

Add another input in titleCase function named preserveUpperCase

Check List

codecov-io commented 3 years ago

Codecov Report

Merging #55 (5b35868) into master (d3183a8) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #55   +/-   ##
=======================================
  Coverage   98.84%   98.84%           
=======================================
  Files         108      108           
  Lines         955      956    +1     
  Branches      216      216           
=======================================
+ Hits          944      945    +1     
  Misses          9        9           
  Partials        2        2           
Impacted Files Coverage Δ
src/case/title_case.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d3183a8...5b35868. Read the comment docs.

damusix commented 3 years ago

Bump. We need this fix.