Sha256: 1b023099c72422fa64689f886f1f497b8c7f8f6ec71fd7c294923b7dc641f8af

Contents?: true

Size: 862 Bytes

Versions: 9

Compression:

Stored size: 862 Bytes

Contents

## v1.0.x
StackFrame v1.0 is out! Major features:

* `eval`, native, and global code can now be represented.
* `evalOrigin` represents location of code within an eval'd String or Function
* BREAKING CHANGE: `new StackFrame(obj)` is now constructed with an Object parameter. For example:

```js
var stackFrame = new StackFrame({
    functionName: 'funName',
    args: ['args'],
    fileName: 'http://localhost:3000/file.js',
    lineNumber: 1,
    columnNumber: 3288,
    isEval: true,
    isNative: false,
    source: 'ORIGINAL_STACK_LINE'
});
```

## v0.3.x
* Add source (original stack line) to StackFrame definition

## v0.2.2
* Add name to AMD definition
* Better docs

## v0.2.1
* Add minified/source-mapped distribution

## v0.2.0
* Add .toString() method compatible with stacktrace.js 

## v0.1.1
* Clean up npm package

## v0.1.0
* Draft implementation

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
isomorfeus-preact-10.5.7 node_modules/stackframe/CHANGELOG.md
isomorfeus-preact-10.5.6 node_modules/stackframe/CHANGELOG.md
isomorfeus-preact-10.5.5 node_modules/stackframe/CHANGELOG.md
isomorfeus-preact-10.5.4 node_modules/stackframe/CHANGELOG.md
isomorfeus-preact-10.5.3 node_modules/stackframe/CHANGELOG.md
isomorfeus-preact-10.5.2 node_modules/stackframe/CHANGELOG.md
ilog-0.4.1 node_modules/stackframe/CHANGELOG.md
ilog-0.4.0 node_modules/stackframe/CHANGELOG.md
ilog-0.3.3 node_modules/stackframe/CHANGELOG.md