Commit Graph

10 Commits

Author SHA1 Message Date
24e5e0f9f9 Bump jquery and update some tests (#644)
* Remove jquery from devDependencies, syntax

* Add browserify and aliasify

* Bump jquery

* Bump jquery and make some tests pass
2018-03-13 21:03:06 -07:00
241aaff012 Merge pull request #375 from orangejulius/use_json_stringify
Use JSON.stringify to log objects
2016-07-06 16:27:39 -06:00
8ad271d81c and finally, return to standard mo 2016-05-19 14:33:04 -07:00
ec06c51c5d final sweep, moved everything to _v4 2016-05-19 14:23:33 -07:00
68a8f712c8 fix eslint errors 2016-05-19 07:52:01 -07:00
3d1efa57a0 splip in lodash-migrate for debugging 2016-05-19 07:28:52 -07:00
9dfcc20bd9 Use JSON.stringify to log objects
There are two major advantages to JSON.stringify over util.inspect:

1.) JSON.stringify defaults to recursively printing deeply nested
objects.

2.) JSON.stringify output is JSON, meaning it can be taken directly from
the output and used wherever JSON is accepted. util.inspect output is
JSON-like, but also includes other annotation such as the types of
various values, as well as functions on objects.
2016-03-31 14:08:27 -04:00
c991b589a4 transition away from lodash-node 2015-03-17 11:59:06 -07:00
03f7a844a3 use lodash-node rather than vanilla lodash so that lodash doesn't attach to require js even when it's available. 2014-02-11 16:08:10 -07:00
513486f372 updated loggers to write the actual url 2014-01-28 16:45:39 -07:00