-
Notifications
You must be signed in to change notification settings - Fork 26
/
CHANGELOG
29 lines (23 loc) · 1.12 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Tracing.js (1.2.1)
2013-06-11 Francisco Soto <[email protected]>
I think it justifies a significant version bump by now.
* Simplified the stringify function, it was a mess.
* Refactored as an npm package.
Tracing.js (1.1.3)
2013-06-09 Francisco Soto <[email protected]>
* Added an object pretty printer function that will properly display NaN and functions.
* Added some function header comments.
Tracing.js (1.1.2)
2013-06-02 Francisco Soto <[email protected]>
*Removed isEmpty, was used only once and I "empty" is usually related to other stuff as well, like empty arrays or strings.
Tracing.js (1.1.1)
2013-06-02 Francisco Soto <[email protected]>
* Fixed a bug when restoring the prototype of traced functions.
Tracing.js (1.1.0)
2013-06-01 Francisco Soto <[email protected]>
* arguments2array now uses Array.prototype.slice()
* Tracing methods now return Tracing itself so calls can be chained.
Tracing.js (1.0.1)
2013-05-16 Francisco Soto <[email protected]>
* Made trace functions use JSON.stringify on parameters and return value so tracing output is a little bit more usable.
Tracing.js (1.0.0) ; initial release