File: CHANGELOG.md

package info (click to toggle)
rustc 1.85.0%2Bdfsg3-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid, trixie
  • size: 893,396 kB
  • sloc: xml: 158,127; python: 35,830; javascript: 19,497; cpp: 19,002; sh: 17,245; ansic: 13,127; asm: 4,376; makefile: 1,051; perl: 29; lisp: 29; ruby: 19; sql: 11
file content (44 lines) | stat: -rw-r--r-- 1,304 bytes parent folder | download | duplicates (5)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Changelog
 
## Unreleased
 
  - …

## annotate-snippets 0.9.2 (October 30, 2023)

  - Remove parsing of __ in title strings, fixes (#53)
  - Origin line number is not correct when using a slice with fold: true (#52)

## annotate-snippets 0.9.1 (September 4, 2021)

  - Fix character split when strip code. (#37)
  - Fix off by one error in multiline highlighting. (#42)
  - Fix display of annotation for double width characters. (#46)

## annotate-snippets 0.9.0 (June 28, 2020)

  - Add strip code to the left and right of long lines. (#36)

## annotate-snippets 0.8.0 (April 14, 2020)

  - Replace `ansi_term` with `yansi-term` for improved performance. (#30)
  - Turn `Snippet` and `Slice` to work on borrowed slices, rather than Strings. (#32)
  - Fix `\r\n` end of lines. (#29)

## annotate-snippets 0.7.0 (March 30, 2020)

  - Refactor API to use `fmt::Display` (#27)
  - Fix SourceAnnotation range (#27)
  - Fix column numbers (#22)
  - Derive `PartialEq` for `AnnotationType` (#19)
  - Update `ansi_term` to 0.12.

## annotate-snippets 0.6.1 (July 23, 2019)

  - Fix too many anonymized line numbers (#5)
 
## annotate-snippets 0.6.0 (June 26, 2019)
 
  - Add an option to anonymize line numbers (#3)
  - Transition the crate to rust-lang org.
  - Update the syntax to Rust 2018 idioms. (#4)