Skip to content

Commit

Permalink
Add lifetime support to derive props macro
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Aug 11, 2019
1 parent c9d5c70 commit 74373e6
Show file tree
Hide file tree
Showing 10 changed files with 627 additions and 346 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

- #### ⚡️ Features

- The derive props macro now supports Properties with lifetimes [[@jstarry], [#580](https://github.com/yewstack/yew/pull/580)]

- #### 🛠 Fixes

- #### 🚨 Breaking changes
Expand Down
342 changes: 0 additions & 342 deletions crates/macro/src/derive_props.rs

This file was deleted.

Loading

0 comments on commit 74373e6

Please sign in to comment.