Ecosyste.ms: OpenCollective

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

github.com/sindresorhus/decamelize

Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
https://github.com/sindresorhus/decamelize

Fails in Safari

christian-bromann opened this issue almost 2 years ago
Decamelize result did not match the inverse of camelcase result

ntnyq opened this issue about 2 years ago
decamelizeKeys?

ides15 opened this issue over 2 years ago
Added jest support for faster & measurable execution time

tkdeshpande opened this pull request over 2 years ago
Make tests faster

tkdeshpande opened this issue over 2 years ago
Invalid regex error on iOS - invalid group specifier name

PavelJiranek opened this issue over 2 years ago
Add note about Safari support

stdavis opened this pull request almost 3 years ago
The library breaks in Safari

stdavis opened this issue about 3 years ago
Fix code comment

liuhanqu opened this pull request about 3 years ago
Move to ESM

LitoMore opened this pull request about 3 years ago
Broken in Safari

iOiurson opened this issue over 3 years ago
Returning [object object] in the string

pelagaggi opened this issue over 3 years ago
Add `preserveConsecutiveUppercase` option

donkeyDau opened this pull request about 4 years ago
preserveConsecutiveUppercase

donkeyDau opened this issue about 4 years ago
Add test corresponding with test in `camelcase`

fc opened this pull request over 4 years ago
Fix numbers not being accounted for.

fc opened this pull request over 4 years ago
volume3D incorrectly decamelizes volume_3d

fc opened this issue over 4 years ago
Firefox support

JanStevens opened this issue almost 5 years ago
bug in firefox and decamelize 4

s00d opened this issue almost 5 years ago
Fix handling of capitalized word which ends with a number

coreyfarrell opened this pull request almost 5 years ago
Require Node.js 10 and drop `xregexp` dependency

coreyfarrell opened this pull request almost 5 years ago
Decamelizing a capitalized word gives odd results

JanStevens opened this issue about 5 years ago
Fails to work with "testGUILabel" -> "test_gui_label"

skewty opened this issue over 5 years ago
Fix: Use IE11 friendly syntax

ZeD3v opened this pull request over 5 years ago
Add Node.js 12 to testing

coreyfarrell opened this pull request over 5 years ago
Refactor TypeScript definition to CommonJS compatible export

BendingBender opened this pull request over 5 years ago
Fix separator type check

johansteffner opened this pull request almost 6 years ago
Require Node.js 6, add TypeScript definition

BendingBender opened this pull request almost 6 years ago
consider appropriate regexp implementations for different runtimes

kmohrf opened this issue about 6 years ago
Why not verify that the data type of separator is a string.

wangmeijian opened this issue over 6 years ago
Bundle size

benjaminjt opened this issue almost 7 years ago
Add support for unicode characters

adrianjarc opened this pull request almost 7 years ago
semver release

coreyfarrell opened this issue about 7 years ago
ES2015ify and require Node.js 4

coreyfarrell opened this pull request about 7 years ago
Modified Regular expressions to handle multiple letter words in upper…

abhishekc-sharma opened this pull request almost 9 years ago
Handling multiple-letter words (abbreviations-alike)

luileito opened this issue almost 9 years ago
Travis CI: Test on Node.js v4.x.x and v5.x.x

ntwb opened this pull request almost 9 years ago
if the separator is |, this function does not work

saurik opened this issue almost 9 years ago
ES2015ify

SamVerschueren opened this pull request about 9 years ago
empty string separator

dsblv opened this pull request about 9 years ago
Added support for single letter words

abhishekc-sharma opened this pull request about 9 years ago
Handling single-letter words properly

jdpedrie opened this issue over 9 years ago