File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 2.2.0
2+
3+ * Added ` default ` argument to ` init_locale! `
4+ * Added ` fn reset() ` to storage
5+
16## 2.1.0
27
38* Explicitly split storage setters:
813## 2.0.0
914
1015* Rewrite the project with procedural macros
11- * Removed ` init_locale_with_storage ` . Its logic is now merged into ` init_locale `
16+ * Removed ` init_locale_with_storage! ` . Its logic is now merged into ` init_locale! `
1217* Macros ` expression! ` , ` expressions! ` , and ` localize! ` are no longer included in the library
13- and are now generated by ` init_locale ` , with support for resolving paths to other
18+ and are now generated by ` init_locale! ` , with support for resolving paths to other
1419 localization system components
1520* Storage-related functions are consolidated under a ` mod storage `
1621* Renamed storage functions:
Original file line number Diff line number Diff line change 11[package ]
22name = " localize_it"
3- version = " 2.1 .0"
3+ version = " 2.2 .0"
44edition = " 2024"
55rust-version = " 1.88.0"
66authors = [" Ivan Sarnitskii <ivan.sarnitskiy@mail.ru>" ]
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Add the following to your `Cargo.toml`:
100100
101101``` toml
102102[dependencies ]
103- localize_it = " 2.1 .0"
103+ localize_it = " 2.2 .0"
104104```
105105
106106---
You can’t perform that action at this time.
0 commit comments