Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typed Arrays, array chunks and key filtering #13

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Oct 18, 2011

  1. made a configuration setting out of the maximum string length

    also fixed a spelling error
    klokie committed Oct 18, 2011
    Configuration menu
    Copy the full SHA
    87eb926 View commit details
    Browse the repository at this point in the history
  2. fixed syntax error

    klokie committed Oct 18, 2011
    Configuration menu
    Copy the full SHA
    35a156f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2012

  1. Add an option to sort the object keys.

    For very large objects, it can be a pain to wade through the key/value pairs
    to find the entry you're looking for. We've added a sortKeys option to allow
    said keys to be sorted.
    Ovid committed Apr 18, 2012
    Configuration menu
    Copy the full SHA
    790e58b View commit details
    Browse the repository at this point in the history
  2. Update the README.md to explain key sorting

    Ovid committed Apr 18, 2012
    Configuration menu
    Copy the full SHA
    4c81f01 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2013

  1. Add a setting for the maxTextLen

    Jonathon Suggs committed Jan 4, 2013
    Configuration menu
    Copy the full SHA
    8448118 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2013

  1. bower component support

    halkeye committed Feb 28, 2013
    Configuration menu
    Copy the full SHA
    4f66fd9 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2013

  1. Configuration menu
    Copy the full SHA
    855b36c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'klokie/master' into integration

    Conflicts:
    	prettyprint.js
    rev22 committed Jun 30, 2013
    Configuration menu
    Copy the full SHA
    bb86816 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2013

  1. Added support for Typed Arrays; allowed to view array chunks instead …

    …of simple cutting after maxArray is reached.
    RReverser committed Aug 17, 2013
    Configuration menu
    Copy the full SHA
    71a341e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d8166f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58b1451 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1483ce View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2013

  1. Configuration menu
    Copy the full SHA
    92a7a5a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2013

  1. Merge branch 'master' of github.com:rev22/prettyPrint.js

    Conflicts:
    	README.md
    	prettyprint.js
    RReverser committed Sep 5, 2013
    Configuration menu
    Copy the full SHA
    8f3cc59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    023aaf9 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'remotes/jsuggs/feature/max-text-length'

    Conflicts:
    	prettyprint.js
    RReverser committed Sep 5, 2013
    Configuration menu
    Copy the full SHA
    0402ec4 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2014

  1. Configuration menu
    Copy the full SHA
    7dc14f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from jenolan/master

    The new maxStringLength was not actuated into the actual logic
    RReverser committed Aug 18, 2014
    Configuration menu
    Copy the full SHA
    4428bfc View commit details
    Browse the repository at this point in the history