aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 6eafa2e0c6965b82ee35a7a7bc2e11838109875a (plain)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Changelog

All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org).

<!--
Note: In this file, do not use the hard wrap in the middle of a sentence for compatibility with GitHub comment style markdown rendering.
-->

## [Unreleased]

## [0.5.3] - 2021-01-05

- Exclude unneeded files from crates.io.

## [0.5.2] - 2020-12-29

- Documentation improvements.

## [0.5.1] - 2020-10-14

- Implement `Parse` for `Signature`.

- Update parser implementations based on `syn` 1.0.44. This includes some bugfixes.

- Disable default features of `proc-macro2` and `quote`.

## [0.5.0] - 2019-12-09

- [Added `Signature` type.][13]

[13]: https://github.com/taiki-e/syn-mid/pull/13

## [0.4.0] - 2019-08-15

- Updated all data structures based on `syn` 1.0.

- Updated `proc-macro2`, `syn`, and `quote` to 1.0.

- Bumped the minimum required version from Rust 1.30 to Rust 1.31.

## [0.3.0] - 2019-02-18

- Removed support for unneeded syntax.

- Removed unneeded types and fields.

- Implemented `Parse` for `Block`.

- Changed `clone-impls` feature to "disabled by default".

- Removed `extra-traits` feature.

- Bumped the minimum required version from Rust 1.15 to Rust 1.30.

## [0.2.0] - 2019-02-15

- Reduced features.

- Fixed bugs.

## [0.1.0] - 2019-02-14

**Note: This release has been yanked.**

Initial release

[Unreleased]: https://github.com/taiki-e/syn-mid/compare/v0.5.3...HEAD
[0.5.3]: https://github.com/taiki-e/syn-mid/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/taiki-e/syn-mid/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/taiki-e/syn-mid/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/taiki-e/syn-mid/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/taiki-e/syn-mid/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/taiki-e/syn-mid/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/taiki-e/syn-mid/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/taiki-e/syn-mid/releases/tag/v0.1.0