andrewdavey / immutable-devtools

Chrome Dev Tools custom formatter for Immutable-js values
BSD 3-Clause "New" or "Revised" License
661 stars 29 forks source link

Improve Record formatting #9

Closed colbyr closed 8 years ago

colbyr commented 8 years ago

Addresses #6 and #8. @andrewdavey

Uses the same logic Immutable does in toString to display record names.

screen shot 2015-12-20 at 3 11 53 pm
andrewdavey commented 8 years ago

Thanks for this! I've released it to npm in v0.0.5.

colbyr commented 8 years ago

Glad to help!