Releases: jbaublitz/getset
Releases · jbaublitz/getset
v0.1.6
17 Jun 15:48
Compare
Sorry, something went wrong.
No results found
Merge pull request #109 from jbaublitz/release-v0.1.5
27 Feb 18:03
Compare
Sorry, something went wrong.
No results found
v0.1.4
20 Jan 15:20
Compare
Sorry, something went wrong.
No results found
v0.1.3
10 Sep 20:17
Compare
Sorry, something went wrong.
No results found
0.1.2
28 Nov 01:27
Compare
Sorry, something went wrong.
No results found
0.1.1
28 Nov 01:26
Compare
Sorry, something went wrong.
No results found
0.1.0
13 Feb 17:49
Compare
Sorry, something went wrong.
No results found
Now tested with Github actions (#46 )
@CreepySkeleton helped us adopt to some new changes in Rust. You'll now need to use #[getset(get, ...)] as an attribute instead of [get] (#55 )
This also means you can use [getset(get, set)]! Amazing.
0.0.9
21 Oct 08:31
Compare
Sorry, something went wrong.
No results found
0.0.8
01 Sep 19:47
Compare
Sorry, something went wrong.
No results found
Support non-identifier visibility like pub(crate) (#28 , thanks @djc !)
Add generated output to README as documentation (#27 , thanks @yaahc !)
Update crate for Rust 2018 (#25 , thanks @Atul9 !)
0.0.7
16 Mar 04:41
Compare
Sorry, something went wrong.
No results found
Remove some code duplication (#13 )
Upgraded dependencies (#18 , thanks @Hummer12007 )
Better metadata/testing (#20 , thanks @Razican )
Added a with_prefix option for getters for some legacy applications (#23 )
Added struct level defaults (#24 , thanks @jeizsm )