adriana-olszak / var_dump

Chrome extension to make php var_dump's look better

Home Page:http://rece.github.io/var_dump/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

var_dump

var_dumps --> var_masterpieces! rece.github.io/var_dump

sample

What is var_dump

var_dump is a work-in-progress chrome extension that will parse a var_dump out of the DOM and make it pretty! Also, Just FYI, we are now over on the chrome store: Here!.

Here's The Deal

Trying to read var_dumps is a lot like trying to read multiple lines of text without punctuation that wraps in a big block and makes you want to cry.

Actually, that is exactly what is it.

So here is a simple solution to this problem. Hope it works for you!

Versioning

NEW

semver: MAJOR.MINOR.PATCH

  • 1.1.2 -> updated manifest description.
  • 1.1.3 -> Hacky fix for issue caused by \n in strings
  • 1.2.0 -> rewrote parser to use formal grammar + PEGjs
  • 1.3.0 -> updated grammar. Added elegant error handling
  • 1.3.1 -> fixed a small CSS issue
  • 1.3.2 -> improved support of float types
  • 1.3.3 -> updated grammar to support references and resources
  • 1.3.4 -> made manual selections more intelligent/forgiving
  • 1.3.5 -> Object keys now more robust. fixed bug with 1.3.4 release
  • 1.3.6 -> Fixed issue with scoped object keys
  • 1.4.0 -> UI improvements, new header style, full-screen mode, settings link, Under the hood revamp (ES6, Linter, Smaller API footprint)
  • 1.4.1 -> Grammar update (chained property names)
  • 1.4.2 -> z-index increase to make the modal more likely to be on top

OLD

version.major.feature.bug

  • 1.0.0.# -> bug fixes
  • 1.0.1.0 -> added statistics, some options
  • 1.0.2.0 -> upgraded options page appearance, new icon
  • 1.1.0.0 -> re-wrote a significant portion of code. Better html structure. Slightly better visuals. Removed statistics.
  • 1.1.0.# -> small fixes caused by significant rewrite
  • 1.1.0.5 -> Removed font awesome dependency to fix bug reported on chrome web store

About

Chrome extension to make php var_dump's look better

http://rece.github.io/var_dump/

License:Do What The F*ck You Want To Public License


Languages

Language:JavaScript 47.7%Language:HTML 33.0%Language:CSS 10.9%Language:PHP 8.4%