History
December 29, 2023 ยท View on GitHub
v7.4.0 2023 December 30
- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
v7.3.0 2023 December 27
- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
v7.2.0 2023 December 6
- Updated dependencies, base files, and editions using boundation
v7.1.0 2023 November 25
- Updated dependencies, base files, and editions using boundation
v7.0.0 2023 November 24
- Updated dependencies, base files, and editions using boundation
- Minimum required Node.js version changed from
node: >=10tonode: >=4adapting to ecosystem changes
v6.10.0 2023 November 21
- Updated dependencies, base files, and editions using boundation
v6.9.0 2023 November 15
- Updated dependencies, base files, and editions using boundation
v6.8.0 2023 November 13
- Updated dependencies, base files, and editions using boundation
v6.7.0 2023 November 1
- Updated dependencies, base files, and editions using boundation
- Updated license from
MITtoArtistic-2.0
v6.6.0 2021 July 30
- Updated dependencies, base files, and editions using boundation
v6.5.0 2021 July 29
- Updated dependencies, base files, and editions using boundation
v6.4.0 2021 July 28
- Updated dependencies, base files, and editions using boundation
v6.3.0 2020 October 29
- Updated dependencies, base files, and editions using boundation
v6.2.0 2020 September 4
- Updated dependencies, base files, and editions using boundation
v6.1.0 2020 September 4
- Updated dependencies, base files, and editions using boundation
v6.0.0 2020 September 3
- Now compatible with a wider range of environments, including web browsers
- Optimised the fetching of location information from frames
- Introduced
getFileFromErrorandgetLocationFromErrorfor a wider range of compatibility and usability - Introduced
immediateproperty to the offset interface - Possible Breaking Changes:
- Introduced
charproperty to the location interface - Renamed
LineInfotoLocation - Rneamed
LineOffsettoOffset
- Introduced
- Updated dependencies, base files, and editions using boundation
v5.16.0 2020 August 18
- Updated dependencies, base files, and editions using boundation
v5.15.0 2020 August 18
- Updated dependencies, base files, and editions using boundation
v5.14.0 2020 August 4
- Updated dependencies, base files, and editions using boundation
v5.13.0 2020 July 22
- Updated dependencies, base files, and editions using boundation
v5.12.0 2020 July 22
- Updated dependencies, base files, and editions using boundation
v5.11.0 2020 July 22
- Updated dependencies, base files, and editions using boundation
v5.10.0 2020 June 25
- Updated dependencies, base files, and editions using boundation
v5.9.0 2020 June 21
- Updated dependencies, base files, and editions using boundation
v5.8.0 2020 June 21
- Updated dependencies, base files, and editions using boundation
v5.7.0 2020 June 20
- Updated dependencies, base files, and editions using boundation
v5.6.0 2020 June 10
- Updated dependencies, base files, and editions using boundation
v5.5.0 2020 June 10
- Updated dependencies, base files, and editions using boundation
v5.4.0 2020 May 22
- Updated dependencies, base files, and editions using boundation
v5.3.0 2020 May 21
- Updated dependencies, base files, and editions using boundation
v5.2.0 2020 May 13
- Updated dependencies, base files, and editions using boundation
v5.1.0 2020 May 8
- Add support for Regular Expressions for
fileandmethodoffsets, to support such things as case insentitivity
v5.0.0 2020 May 8
-
Breaking Change:
Offset intention is now compatible with v3 and below. That is, skipping will continue until:
1. The file or method is found 2. Once found, will continue until neither the file nor method are found anymore 3. Once exited, the frame offset will then applyIf you still wish to capture the method or the file, combine them with
frames: -1.
v4.0.0 2020 May 8
-
Breaking Change:
Behaviour of the offset has changed, it now continues until the provided file (if any) or method (if any) is found, once found, it will then continue for the specified frames (if any).
This does not affect you if you never passed an offset, however if you did, you probably want to add
frames: 1so that it continues oen more stack frame to the probable caller, rather than just stopping at the frame of the found method or file.The
linesoffset parameter has been discarded and replaced byframes, however you probably always want to useframeswith afileormethodbe sure to specify it.The default offset properties now only apply if no properties were specified, rather than just if a particular property was empty.
-
Updated dependencies, base files, and editions using boundation
v3.1.0 2020 May 4
- Updated dependencies, base files, and editions using boundation
v3.0.0 2020 March 26
- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=8tonode: >=10to keep up with mandatory ecosystem changes
v2.0.0 2019 December 12
- Offset is now an object that supports
file,method, andline
v1.0.0 2019 December 12
- Extracted out from Caterpillar v4.0.0