# v0.1.4 (2023-11-11) * ๐ Code refactor for easier maintenance * ๐ Strung trait methods are optional * ๐ค every method supports cascading (recursion) * ๐ค new method `strung_generic
(text:&str)` accepting constant chars as pre/postfix * ๐ค `strung::set_static()` function to set static pre/postfix * ๐ค fields of named structs can be adressed by their index/position # v0.1.3 (2022-09-19) ### Derive Macro `./derive` * ๐ add `#[cascade]`/`#[cscd]` and `#[igno]` as alternatives to the more specific, but longer `#[strung(cascade)]` and `#[strung(ignore)]`, also add `#[strung(igno)]` * ๐ cascade now auto-ignores, cause it's common to use it in combination * ๐ add `#[notice]`/`#[notc]` and `#[strung(notice)]`/`#[strung(notc)]`, to override cascades auto-ignore * ๐งน clean up a lil * ๐ fix macro to be re-exportable ### Library `./` * ๐ก update doc to changes ### Readme * ๐ remove license badge * ๐ rewrite all * ๐ฆ use animal emojis for fun! * ๐จ add animated header for fun! ### Other * ๐ changelog: change wording & use titles # v0.1.2 (2022-09-14) ### Derive Macro `./derive` * ๐ fix to work with structs with generic type parameters # v0.1.1 (2022-09-12) ### Library `./` & Derive Macro `./derive` * ๐ add `Strung::strung_angle(..)`: replaces angled bracets in strings: `""` ### Derive Macro `./derive` * ๐ add `StrungUnit`: empty struct with the `Strung` trait ### Other * ๐ doc,readme,meta: minor fixes # v0.1.0 (2022-09-12) * โจ first version: easy access to field via crates **strung** `./` and **strung_derive** `./derive`.