Skip to content

Releases: Sija/backtracer.cr

v1.2.4

18 Mar 16:24

Choose a tag to compare

  • Reverted "Fix deprecation warning"

v1.2.3

17 Mar 13:08

Choose a tag to compare

  • Added type restriction to Backtrace::Frame#configuration
  • Fixed deprecation warning

v1.2.2

13 Aug 21:37

Choose a tag to compare

  • Migrated from Travis CI to GitHub Actions
  • Updated ameba to Crystal 1.0+ compatible version

v1.2.1

10 Jan 14:23

Choose a tag to compare

  • Frame#context fixed to return correct Context#pre when lineno is lower or equal to the context_lines number
  • Frame#context optimized to read the file in question one line at a time, instead of allocating array with all of the lines at once

v1.2.0

04 Jan 02:28

Choose a tag to compare

  • Refactored context tuple returned by Frame#context into a dedicated Context type
  • Frame#context calls are cached

v1.1.0

02 Jan 18:26

Choose a tag to compare

  • Configuration#in_app_pattern option got superseded by Configuration#app_dirs_pattern - which now matches against Frame#relative_path, and not Frame#path like before
  • Added Backtracer.configure(&) convenience method
  • Extended specs coverage

v1.0.0

28 Dec 20:20

Choose a tag to compare

v1.0.0