Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / domchristie/humps issues and pull requests

#64 - Add language to code blocks

Pull Request - State: open - Opened by askmrsinh over 2 years ago

#63 - Camelize keys & uppercase

Issue - State: open - Opened by aliceclv over 2 years ago - 2 comments

#62 - [🐛BUG] Unexpected underscore when using decamelize function

Issue - State: open - Opened by Styx11 almost 3 years ago - 1 comment

#61 - Fix decamelize function with numbers present in the string

Pull Request - State: closed - Opened by tomavanc about 3 years ago

#60 - Improve camelize performance

Pull Request - State: open - Opened by mcamis about 3 years ago - 1 comment

#59 - Cannot split on numbers properly with the readme example

Issue - State: closed - Opened by adesurirey over 3 years ago - 2 comments

#58 - humps corrupted Blob structure

Issue - State: open - Opened by ramjak almost 5 years ago

#56 - decamelize and camelize is not reverse operations

Issue - State: open - Opened by avdeev almost 6 years ago

#55 - invalid moment object when converting string to moment inside camelizeKeys

Issue - State: open - Opened by pirey almost 6 years ago - 1 comment

#54 - Continuous capitalization does not require segmentation

Issue - State: closed - Opened by iChengbo almost 6 years ago

#53 - Update README to Include Syntax Highlighting

Pull Request - State: closed - Opened by ryanponce almost 6 years ago

#52 - 👀 Looking for a maintainer / transfer ownership

Issue - State: open - Opened by domchristie about 6 years ago - 10 comments
Labels: help wanted

#51 - humps corrupted FormData structure

Issue - State: open - Opened by hcyildirim about 6 years ago - 9 comments

#50 - Add depth option

Pull Request - State: open - Opened by davidsawyer over 6 years ago - 7 comments

#49 - Does not attemp to process `File`

Pull Request - State: closed - Opened by eunjae-lee over 6 years ago - 3 comments

#48 - `_isNumerical` implementation doesn't make sense

Issue - State: closed - Opened by billinghamj over 6 years ago - 4 comments

#47 - unexpected behavior with ES6 imports & classes

Issue - State: open - Opened by leviwheatcroft over 6 years ago

#46 - Add syntax highlighting to README.md

Pull Request - State: open - Opened by diegohaz over 6 years ago

#45 - Add a LICENSE file

Pull Request - State: open - Opened by idosela almost 7 years ago

#44 - Exclude specific path(s) from being converted

Issue - State: open - Opened by polynatic almost 7 years ago - 2 comments

#43 - Added fix for prototype.js > 1.7.3

Pull Request - State: open - Opened by tylerkrett almost 7 years ago - 3 comments

#42 - Decamelizing uppercase keys

Issue - State: closed - Opened by lucapasquale about 7 years ago - 2 comments

#41 - `plainOnly` feature

Pull Request - State: open - Opened by dangreen about 7 years ago - 2 comments

#40 - Conversion of screaming snake case to camel case

Issue - State: closed - Opened by jreut about 7 years ago - 2 comments

#39 - Recurse nested objects

Issue - State: open - Opened by fantasyroot over 7 years ago - 2 comments

#38 - decamelizeKeys fails in chrome 51

Issue - State: closed - Opened by bdwain over 7 years ago - 3 comments

#37 - string.replace is not a function

Issue - State: closed - Opened by droganov over 7 years ago - 2 comments

#36 - Replace direct call to .hasOwnProperty() builtin

Pull Request - State: closed - Opened by lloydh over 7 years ago

#35 - obj.hasOwnProperty is not a function

Issue - State: closed - Opened by ajainvivek over 7 years ago - 10 comments

#34 - Option to not camelize all-caps CONSTANTS

Issue - State: closed - Opened by pistachiomatt over 7 years ago - 1 comment

#33 - CamelizeKeys converts functions into empty objects

Issue - State: open - Opened by n-lai over 7 years ago - 1 comment

#32 - Changelog for 2.0.0 missing

Issue - State: closed - Opened by readme42 almost 8 years ago - 2 comments

#31 - Don't replace values that are functions with empty object

Pull Request - State: closed - Opened by rupurt about 8 years ago - 6 comments

#30 - Added check that options is an object

Pull Request - State: open - Opened by rhinoceraptor over 8 years ago - 2 comments

#29 - A fix to support json object keys which are all caps

Pull Request - State: closed - Opened by ghost over 8 years ago - 1 comment

#28 - Add customizable conversion callback

Pull Request - State: closed - Opened by patrickgalbraith over 8 years ago - 8 comments

#27 - Customise conversion based on some criteria

Issue - State: open - Opened by domchristie over 8 years ago - 3 comments

#26 - Add ability to exclude certain keys from processing

Pull Request - State: closed - Opened by rufman over 8 years ago

#25 - Update humps.js

Pull Request - State: open - Opened by ondrejpaluch over 8 years ago

#24 - Camelizing ID

Issue - State: open - Opened by calvn over 8 years ago - 1 comment

#23 - #22 - Keep underscore prefix unchanged

Pull Request - State: closed - Opened by patrickgalbraith over 8 years ago - 2 comments

#22 - Do not convert names starting with underscore

Issue - State: open - Opened by nosovsh over 8 years ago - 1 comment

#21 - Mutate original object

Issue - State: open - Opened by vitaly-t almost 9 years ago - 3 comments

#20 - Exclude from camelization all-uppercase keys

Pull Request - State: closed - Opened by GiovanniFrigo almost 9 years ago - 5 comments

#19 - added File object conditional check to _processKeys

Pull Request - State: open - Opened by bitwurx almost 9 years ago - 15 comments

#18 - support for css classes

Issue - State: closed - Opened by mattkrick almost 9 years ago - 3 comments

#17 - Do not treat numbers as uppercase characters

Pull Request - State: closed - Opened by domchristie about 9 years ago

#16 - ignore numbers when separating words.

Pull Request - State: closed - Opened by thisguychris about 9 years ago - 2 comments

#15 - Add option to ignore numbers when separating words

Pull Request - State: closed - Opened by kamui about 9 years ago - 6 comments

#14 - Add direct PascalCase -> camelCase method

Issue - State: open - Opened by pziemkowski over 9 years ago

#13 - Fixed negative numbers issue + slightly improved performance

Pull Request - State: closed - Opened by pziemkowski over 9 years ago - 7 comments

#12 - What exactly is `voidElementsp`?

Issue - State: closed - Opened by cly over 9 years ago - 1 comment

#11 - Add AMD support

Pull Request - State: closed - Opened by pgilad over 9 years ago - 1 comment

#10 - Define depascalizeKeys outside of the main humps module definition

Pull Request - State: closed - Opened by gabrielecirulli almost 10 years ago - 10 comments

#9 - No need to check type of each value when processing an object.

Pull Request - State: closed - Opened by willisblackburn over 10 years ago - 4 comments

#8 - Browser/node shim and package.json for npm

Pull Request - State: closed - Opened by alexbeletsky over 10 years ago - 1 comment

#7 - npm package

Issue - State: closed - Opened by alexbeletsky over 10 years ago - 6 comments

#6 - Add bower support

Issue - State: closed - Opened by ravinggenius over 10 years ago - 2 comments

#5 - fixing global!

Pull Request - State: closed - Opened by bobbyrenwick almost 11 years ago - 2 comments

#4 - Using `camelizeKeys` on array

Issue - State: closed - Opened by samselikoff about 11 years ago - 3 comments

#3 - Use Object.prototype.toString instead of global

Pull Request - State: closed - Opened by statianzo almost 12 years ago

#2 - Add PascalCase convertions

Issue - State: closed - Opened by domchristie about 12 years ago - 1 comment
Labels: enhancement

#1 - Throws an error when presented with a date object

Issue - State: closed - Opened by domchristie about 12 years ago - 1 comment