Skip to content

Latest commit

 

History

History
184 lines (100 loc) · 9.46 KB

HISTORY.md

File metadata and controls

184 lines (100 loc) · 9.46 KB

History

v7.4.0 2023 December 30

v7.3.0 2023 December 27

v7.2.0 2023 December 6

v7.1.0 2023 November 25

v7.0.0 2023 November 24

  • Updated dependencies, base files, and editions using boundation
  • Minimum required Node.js version changed from node: >=10 to node: >=4 adapting to ecosystem changes

v6.10.0 2023 November 21

v6.9.0 2023 November 15

v6.8.0 2023 November 13

v6.7.0 2023 November 1

v6.6.0 2021 July 30

v6.5.0 2021 July 29

v6.4.0 2021 July 28

v6.3.0 2020 October 29

v6.2.0 2020 September 4

v6.1.0 2020 September 4

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 getFileFromError and getLocationFromError for a wider range of compatibility and usability
  • Introduced immediate property to the offset interface
  • Possible Breaking Changes:
    • Introduced char property to the location interface
    • Renamed LineInfo to Location
    • Rneamed LineOffset to Offset
  • Updated dependencies, base files, and editions using boundation

v5.16.0 2020 August 18

v5.15.0 2020 August 18

v5.14.0 2020 August 4

v5.13.0 2020 July 22

v5.12.0 2020 July 22

v5.11.0 2020 July 22

v5.10.0 2020 June 25

v5.9.0 2020 June 21

v5.8.0 2020 June 21

v5.7.0 2020 June 20

v5.6.0 2020 June 10

v5.5.0 2020 June 10

v5.4.0 2020 May 22

v5.3.0 2020 May 21

v5.2.0 2020 May 13

v5.1.0 2020 May 8

  • Add support for Regular Expressions for file and method offsets, 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 apply
    

    If 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: 1 so 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 lines offset parameter has been discarded and replaced by frames, however you probably always want to use frames with a file or method be 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

v3.0.0 2020 March 26

  • Updated dependencies, base files, and editions using boundation
  • Minimum required node version changed from node: >=8 to node: >=10 to keep up with mandatory ecosystem changes

v2.0.0 2019 December 12

  • Offset is now an object that supports file, method, and line

v1.0.0 2019 December 12