-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
CHANGELOG.md
48 lines (38 loc) · 1.65 KB
/
CHANGELOG.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
sidebar_position: 3
title: Version Changelogs & Updates
sidebar_label: Version Changelogs & Updates
---
## 📝 Release v1.0.20240830 (2024-08-30)
#### ◉ General update
- Optimasi pagespeed
## 📝 Release v1.0.20240731 (2024-07-31)
#### ◉ Chapter baru
- [Operator ?](/basic/operator-tanda-tanya)
- [Error ➜ Unrecoverable Error / Panic](/basic/unrecoverable-panic-error)
- [Error ➜ Recoverable Error & Error Handling](/basic/recoverable-error-handling)
#### ◉ Chapter update
- [Variabel](/basic/variabel)
- Penambahan penjelasan tentang variabel `_`
- [Tipe Data ➜ Result](/basic/result-type)
- Perbaikan konten
- Penambahan penjelasan tentang tipe `Result<T>` dan `Result<(), E>`
- Penambahan penjelasan tentang intro error handling di Rust
- [File, Path, Directory](/basic/file-path-directory)
- Penambahan penjelasan terkait OS path ketika method `.join()` digunakan
- Penambahan contoh operasi baca file ke string & vector
- Penambahan sample source code yang sebelumnya tidak ada
- Perbaikan syntax error
- [Traits](/basic/traits)
- Chapter di-split menjadi 2, yaitu [Traits](/basic/traits) dan [Traits ➜ Advanced](/basic/advanced-traits)
- Penambahan penjelasan tentang **external traits** vs **internal traits**
- Perbaikan narasi konten
- [Attributes](/basic/attributes)
- Penambahan attribute configuration
- Penambahan section macro `cfg!()` dan conditional compilation
- Penambahan section configuration `debug_assertions`
- Penambahan attribute linting: `#[forbid]`
#### ◉ General update
- Peningkatan keyword untuk keperluan SEO
- Perubahan isi konten halaman utama
- Perbaikan typo