# 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`.