File: CHANGELOG.md

package info (click to toggle)
firefox 149.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,767,760 kB
  • sloc: cpp: 7,416,064; javascript: 6,752,859; ansic: 3,774,850; python: 1,250,473; xml: 641,578; asm: 439,191; java: 186,617; sh: 56,634; makefile: 18,856; objc: 13,092; perl: 12,763; pascal: 5,960; yacc: 4,583; cs: 3,846; lex: 1,720; ruby: 1,002; php: 436; lisp: 258; awk: 105; sql: 66; sed: 53; csh: 10; exp: 6
file content (58 lines) | stat: -rw-r--r-- 1,355 bytes parent folder | download | duplicates (22)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Changelog

## 0.2.11 - 2024-02-16

* Collect defaults recursively (#19)

## 0.2.1O - 2024-07-12

* Revert parsing of multi-lines string while parsing features
  (Keep parsing of multi-lines string when detecting if we need to use Cargo.toml.orig)

## 0.2.9 - 2024-07-11

* Fix parsing of multi-lines string (#25)
* Fix `out_of_scope_macro_calls` compatibility warning
* Fix documentation having too many `#` (#22)

## 0.2.8 - 2023-12-29

* Remove `\n` between features (#17)
* Don't throw an error when there is no features in Cargo.toml (#20)

## 0.2.7 - 2022-12-21

* Fix parsing of Cargo.toml with multi-line array of array (#16)

## 0.2.6 - 2022-09-24

* Fix parsing of escaped string literal in the macro arguments

## 0.2.5 - 2022-09-17

* Allow customization of the output with the `feature_label=` parameter

## 0.2.4 - 2022-09-14

* Fix dependencies or features written with quotes

## 0.2.3 - 2022-08-15

* Fix parsing of table with `#` within strings (#10)

## 0.2.2 - 2022-07-25

* Fix parsing of dependencies or feature spanning multiple lines (#9)

## 0.2.1 - 2022-02-12

* Fix indentation of multi-lines feature comments (#5)

## 0.2.0 - 2022-02-11

* Added ability to document optional features. (This is a breaking change in the
  sense that previously ignored comments may now result in errors)

## 0.1.0 - 2022-02-01

Initial release