-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add CHANGELOG file & other relevant updates
- Loading branch information
1 parent
a8c23ea
commit b2ed010
Showing
8 changed files
with
69 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
sidebar_position: 3 | ||
title: Version Changelogs & Updates | ||
sidebar_label: Version Changelogs & Updates | ||
--- | ||
|
||
## 📝 Release v1.0.20240731 (2024-07-31 18:32 WIB) | ||
|
||
#### ◉ Chapter baru | ||
|
||
- [Operator ?](/basic/unrecoverable-panic-error) | ||
- [Error ➜ Unrecoverable Error / Panic](/basic/operator-tanda-tanya) | ||
- [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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"label": "Pemrograman Rust Dasar", | ||
"position": 7 | ||
"position": 8 | ||
} |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
--- | ||
sidebar_position: 4 | ||
sidebar_position: 5 | ||
title: Download versi PDF | ||
sidebar_label: Download versi PDF | ||
--- | ||
|
||
Ebook Dasar Pemrograman Rust bisa di-download dalam bentuk file PDF, silakan gunakan link berikut: | ||
|
||
> [Dasar Pemrograman Rust.pdf](https://github.com/novalagung/dasarpemrogramanrust/raw/ebooks/dasarpemrogramanrust.pdf?v=v1.0.20240720) | ||
> [Dasar Pemrograman Rust.pdf](https://github.com/novalagung/dasarpemrogramanrust/raw/ebooks/dasarpemrogramanrust.pdf?v=v1.0.20240731) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"label": "Persiapan dan Instalasi", | ||
"position": 6 | ||
"position": 7 | ||
} |