You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
4
-
4
+
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
+
## [1.1.0] - 2025-03-13
9
+
10
+
### Changed
11
+
12
+
- Allow more complex types in the macro attribute's type path.
13
+
14
+
### Added
15
+
16
+
-[#12](https://github.com/bobozaur/transitive/pull/12): Improves type parameters parsing to allow complex types,
17
+
such as the ones with generics.
18
+
8
19
## [1.0.1] - 2024-05-02
9
20
10
21
### Changed
11
-
22
+
12
23
- Clear out derive macro documentation.
13
24
14
25
## [1.0.0] - 2024-05-02
15
26
16
27
### Added
17
-
-[#6](https://github.com/bobozaur/transitive/issues/6): Added generics support on the derived type.
28
+
29
+
-[#6](https://github.com/bobozaur/transitive/issues/6): Added generics support on the derived type.
18
30
19
31
### Changed
20
-
32
+
21
33
- Updated dependencies.
22
34
- Removed usage of `darling`.
23
35
- Improved path direction parsing.
24
-
36
+
25
37
## [0.5.0] - 2023-07-03
26
-
38
+
27
39
### Added
28
-
40
+
29
41
-[#8](https://github.com/bobozaur/transitive/issues/8): Added the ability to specify custom error types for fallible conversions.
30
42
31
43
### Changed
32
-
44
+
33
45
- Updated dependencies.
34
46
- Refactored library using `darling`.
35
47
- Merged the two `TransitiveFrom` and `TransitiveTryFrom` derive macros into a single `Transitive` macro (the behavior is now controlled through the attribute modifiers).
0 commit comments