issues
search
domchristie
/
humps
🐫 Underscore-to-camelCase converter (and vice versa) for strings and object keys in JavaScript.
1.42k
stars
100
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add language to code blocks
#64
askmrsinh
opened
2 years ago
0
Camelize keys & uppercase
#63
aliceclv
opened
2 years ago
2
[🐛BUG] Unexpected underscore when using decamelize function
#62
Styx11
opened
2 years ago
1
Fix decamelize function with numbers present in the string
#61
tomavanc
closed
3 years ago
0
Improve camelize performance
#60
mcamis
opened
3 years ago
1
Cannot split on numbers properly with the readme example
#59
adesurirey
closed
3 years ago
2
humps corrupted Blob structure
#58
ramjak
opened
4 years ago
0
Unhandled promise rejection RangeError: Maximum call stack size exceeded
#57
melochale
opened
5 years ago
0
decamelize and camelize is not reverse operations
#56
avdeev
opened
6 years ago
0
invalid moment object when converting string to moment inside camelizeKeys
#55
pirey
opened
6 years ago
1
Continuous capitalization does not require segmentation
#54
iChengbo
closed
4 years ago
0
Update README to Include Syntax Highlighting
#53
ryanponce
closed
4 years ago
0
👀 Looking for a maintainer / transfer ownership
#52
domchristie
opened
6 years ago
10
humps corrupted FormData structure
#51
hcyildirim
opened
6 years ago
9
Add depth option
#50
davidsawyer
opened
6 years ago
7
Does not attemp to process `File`
#49
eunjae-lee
closed
5 years ago
3
`_isNumerical` implementation doesn't make sense
#48
billinghamj
closed
6 years ago
4
unexpected behavior with ES6 imports & classes
#47
leviwheatcroft
opened
6 years ago
0
Add syntax highlighting to README.md
#46
diegohaz
opened
6 years ago
0
Add a LICENSE file
#45
idosela
opened
6 years ago
0
Exclude specific path(s) from being converted
#44
polynatic
opened
6 years ago
2
Added fix for prototype.js > 1.7.3
#43
tylerkrett
opened
6 years ago
3
Decamelizing uppercase keys
#42
lucapasquale
closed
6 years ago
2
`plainOnly` feature
#41
dangreen
opened
7 years ago
2
Conversion of screaming snake case to camel case
#40
jreut
closed
3 years ago
2
Recurse nested objects
#39
fantasyroot
opened
7 years ago
2
decamelizeKeys fails in chrome 51
#38
bdwain
closed
7 years ago
3
string.replace is not a function
#37
droganov
closed
7 years ago
2
Replace direct call to .hasOwnProperty() builtin
#36
lloydh
closed
7 years ago
0
obj.hasOwnProperty is not a function
#35
ajainvivek
closed
7 years ago
10
Option to not camelize all-caps CONSTANTS
#34
pistachiomatt
closed
7 years ago
1
CamelizeKeys converts functions into empty objects
#33
n-lai
opened
7 years ago
1
Changelog for 2.0.0 missing
#32
readme42
closed
8 years ago
2
Don't replace values that are functions with empty object
#31
rupurt
closed
8 years ago
6
Added check that options is an object
#30
rhinoceraptor
opened
8 years ago
2
A fix to support json object keys which are all caps
#29
ghost
closed
8 years ago
1
Add customizable conversion callback
#28
patrickgalbraith
closed
8 years ago
8
Customise conversion based on some criteria
#27
domchristie
opened
8 years ago
3
Add ability to exclude certain keys from processing
#26
rufman
closed
8 years ago
0
Update humps.js
#25
ondrejpaluch
opened
8 years ago
0
Camelizing ID
#24
calvn
opened
8 years ago
1
#22 - Keep underscore prefix unchanged
#23
patrickgalbraith
closed
8 years ago
2
Do not convert names starting with underscore
#22
nosovsh
opened
8 years ago
1
Mutate original object
#21
vitaly-t
opened
8 years ago
3
Exclude from camelization all-uppercase keys
#20
GiovanniFrigo
closed
8 years ago
5
added File object conditional check to _processKeys
#19
bitwurx
opened
9 years ago
15
support for css classes
#18
mattkrick
closed
8 years ago
3
Do not treat numbers as uppercase characters
#17
domchristie
closed
9 years ago
0
ignore numbers when separating words.
#16
chiefjester
closed
9 years ago
2
Add option to ignore numbers when separating words
#15
kamui
closed
9 years ago
6
Next