rust-by-practice/ChangeLog.md

93 lines
2.5 KiB
Markdown
Raw Normal View History

2022-03-04 11:17:21 -06:00
# ChangeLog
### 2022-03-29
- Add language switch icon in top-right corner
### 2022-03-28
- Add [Basic lifetime](https://practice.rs/lifetime/basic.html)
2022-03-24 23:57:42 -06:00
### 2022-03-25
- Replace gitalk with giscus comments system which is based on Github Discussions
- Update css styles
2022-03-24 08:08:23 -06:00
### 2022-03-24
- Add [comment-docs.md(Zh)]
2022-03-23 03:34:36 -06:00
### 2022-03-23
- Add [crate.md(Zh)]
- Add [module.md(Zh)]
- Add [use-pub.md(Zh)]
### 2022-03-20
2022-03-20 02:02:37 -06:00
2022-03-20 02:54:00 -06:00
- Add [Result (zh)]
2022-03-20 02:02:37 -06:00
- Add [Panics (Zh)]
- Add [Type conversion - others.md (zh)]
2022-03-18 03:36:13 -06:00
### 2022-03-18
2022-03-20 02:02:37 -06:00
- Add [Type conversion - From and Into( Zh )]
2022-03-18 03:36:13 -06:00
### 2022-03-17
- Add [Small projects with Elegant code](https://practice.rs/elegant-code-base.html)
2022-03-15 01:49:36 -06:00
### 2022-03-15
2022-03-15 07:58:55 -06:00
- Add [Formatting](https://practice.rs/formatted-output/formatting.html)
2022-03-15 06:06:09 -06:00
- Add [prinln! and format!](https://practice.rs/formatted-output/println.html)
2022-03-15 03:24:29 -06:00
- Add [Debug and Display](https://practice.rs/formatted-output/debug-display.html)
2022-03-15 01:49:36 -06:00
- Add [Comments and Docs](https://practice.rs/comments-docs.html)
2022-03-15 03:22:52 -06:00
- Add [Fighting with Compiler](https://practice.rs/fight-compiler/intro.html)
2022-03-15 01:49:36 -06:00
2022-03-15 03:24:29 -06:00
2022-03-14 01:39:22 -06:00
### 2022-03-14
- Add [Package and Crate](https://practice.rs/crate-module/crate.html)
2022-03-14 03:33:54 -06:00
- Add [Modules](https://practice.rs/crate-module/module.html)
2022-03-14 07:23:32 -06:00
- Add [Advanced use and pub](https://practice.rs/crate-module/use-pub.html)
2022-03-14 01:39:22 -06:00
2022-03-11 01:46:02 -06:00
### 2022-03-11
- Add one exercise in [Patterns](https://practice.rs/pattern-match/patterns.html)
2022-03-11 03:07:37 -06:00
- Add [Result and ?](https://practice.rs/result-panic/result.html)
2022-03-11 01:46:02 -06:00
2022-03-09 21:06:52 -06:00
### 2022-03-10
- Add [Type conversions - From/Into](https://practice.rs/type-conversions/from-into.html)
2022-03-10 00:27:27 -06:00
- Add [Type conversions - Others](https://practice.rs/type-conversions/others.html)
2022-03-10 02:23:50 -06:00
- Add [Panics](https://practice.rs/result-panic/panic.html)
2022-03-10 08:00:42 -06:00
- Add exercises for [diverging functions](https://practice.rs/basic-types/functions.html#diverging-functions)
2022-03-09 21:06:52 -06:00
2022-03-09 03:10:07 -06:00
### 2022-03-09
- Translate several English chapters to Chinese
- Add [Type conversions - As](https://practice.rs/type-conversions/as.html)
2022-03-08 02:09:48 -06:00
### 2022-03-08
- Add [HashMap](https://practice.rs/collections/hashmap.html)
- Translate several English chapters to Chinese
2022-03-08 02:09:48 -06:00
2022-03-07 00:02:06 -06:00
### 2022-03-07
- Add [Strings](https://practice.rs/collections/string.html)
2022-03-07 08:14:39 -06:00
- Add [Vectors](https://practice.rs/collections/vector.html)
2022-03-07 00:02:06 -06:00
2022-03-05 08:05:53 -06:00
### 2022-03-06
- Add [Advanced Traits](https://practice.rs/generics-traits/advanced-traits.html)
2022-03-07 00:02:06 -06:00
2022-03-05 03:42:15 -06:00
### 2022-03-05
- Add [Trati object](https://practice.rs/generics-traits/trait-object.html)
2022-03-04 11:17:21 -06:00
### 2022-03-05
- Add [Traits chapter](https://practice.rs/generics-traits/traits.html) and solutions