Releases: ut-code/utcode-learn
Releases · ut-code/utcode-learn
2023-12-21
What's Changed
- データベースの章のメッセージ送信時のエンドポイントの誤りを修正 by @chelproc in #681
- Update Git and GitHub section by @chvmvd in #679
Full Changelog: 2023-12-16...2023-12-21
2023-12-16
GitとGitHubのセットアップのセクションを修正
What's Changed
- Change path for forum by @SatohiroToko in #671
- Update git-github-init section by @chvmvd in #659
- 分かりにくいヒントを消しました by @aster-void in #677
- 必要のないコメントアウトを消しました by @aster-void in #676
Full Changelog: 2023-12-14...2023-12-16
2023-12-14
What's Changed
- unix username に大文字を使えないことを明記 (新) by @fridge0 in #666
- Refactor keyboard shortcut notation by @chvmvd in #633
- Remove
autoplayattribute fromvideoelement by @chvmvd in #634 - データベースの節を読みやすく改善 by @chelproc in #657
- expected output が実際の出力と match しない by @fridge0 in #667
- Delete unnecessary commentout by @fridge0 in #669
- Update README.md by @fridge0 in #623
Full Changelog: 2023-12-07...2023-12-14
2023-12-07
2023-11-30
What's Changed
- 演習問題バグ修正 (todo) by @fridge0 in #604
- Fix description of shape class exercise by @chvmvd in #598
- Fix typos by @chvmvd in #603
- コードブロックのタイトルにダブルクォーテーション追加 by @fridge0 in #618
- ライブラリの説明の修正 by @fridge0 in #617
- require -> import by @fridge0 in #613
- fs モジュールの関数から fs. を削除 by @fridge0 in #612
- Remove unnecessary abbreviation of anonymous function by @chvmvd in #602
- {variable} -> by @fridge0 in #619
- アロー関数の省略の説明を分かりやすくしました by @fridge0 in #620
- Rename from strange to greet in description of anonymous function by @chvmvd in #599
- Standardize the spelling of "コンピュータ" to "コンピューター" by @chvmvd in #629
- Fix typo from "が" to "も" by @chvmvd in #632
- Fix typo from "Windows10" to "Windows 10" by @chvmvd in #628
- Change from "terminal.app" to "ターミナル" by @chvmvd in #630
- Update installation of Node.js by @chvmvd in #631
- コンストラクタの引数の説明があいまいだったので明確に by @fridge0 in #626
- Remove unnecessary space by @chvmvd in #645
- Fix description of
fs.readFileSyncby @chvmvd in #644 - Change file name from
server.mjstomain.mjsby @chvmvd in #639 - Fix typo from tag to element by @chvmvd in #640
- Migrate fullstack app from CJS to ESM by @chvmvd in #638
- Remove "関数" as function has not yet been introduced by @chvmvd in #650
- Fix description of named import by @chvmvd in #637
- Change import from
fstonode:fsby @chvmvd in #641 - Remove unnecessary space in project section by @chvmvd in #654
- Fix title of reduce method exercise by @chvmvd in #653
- Fix description of list item exercise by @chvmvd in #651
- Fix typo from "Mac" to "macOS" by @chvmvd in #636
- emojiの問題追加 by @kazukinumazato in #648
- Fix exercise of Express by @chvmvd in #646
- Remove exercise of
date-fnsby @chvmvd in #635 - 演習問題バグ修正 (Date) by @fridge0 in #605
Full Changelog: 2023-11-16-2...2023-11-30
2023-11-16-2
2023-11-16
What's Changed
- Remove duplicate description by @chvmvd in #577
- Remove unnecessary space from countdown exercise by @chvmvd in #576
- Fix description of
console.logby @chvmvd in #572 - 車の演習問題の修正 by @fridge0 in #580
- EJSからの移行 by @fridge0 in #581
- テンプレートリテラルからの移行 by @fridge0 in #583
- warning -> message by @fridge0 in #579
- Added String#replace by @fridge0 in #584
- Renamed from originalPrices to pricesWithoutTax by @SatohiroToko in #595
- カレンダー -> To Do アプリ by @fridge0 in #585
- カレンダーを ToDo アプリに変更 by @kazukinumazato in #471
- Add video of ToDo project by @chvmvd in #596
Full Changelog: 2023-11-09-3...2023-11-16
2023-11-09-3
2023-11-09-2
What's Changed
Full Changelog: 2023-11-09...2023-11-09-2
2023-11-09
What's Changed
- Format codes by @chvmvd in #524
- Migrate to ESM in section of database by @chvmvd in #525
- Change to inline code in description of web server by @chvmvd in #526
- Fix answer of book search system by @chvmvd in #527
- Fix answer of forum by @chvmvd in #528
- Update dependencies by @chvmvd in #530
- Fix answer of database by @chvmvd in #529
- 第三~四章のコードブロックのタイトル修正 by @fridge0 in #535
- Fix links by @chvmvd in #533
- Update version of Node.js by @chvmvd in #532
- Migrate file extension from
.mdto.mdxby @chvmvd in #534 - Remove
strongprop fromTermcomponent by @chvmvd in #540 - Migrate to Docusaurus 3.0.0 by @chvmvd in #541
- Migrate Markdown comments to MDX comments by @chvmvd in #545
- Remove import of React by @chvmvd in #546
- Remove indent in JSX by @chvmvd in #543
- Migrate admonition from
cautiontowarningby @chvmvd in #547 - Migrate admonition syntax to v3 version by @chvmvd in #548
- Migrate to ESM config by @chvmvd in #550
- const と参照の tip の修正 by @fridge0 in #554
- httpsとsshの説明を追加 by @na-trium-144 in #538
- git pull から git pull origin ブランチ名 に変更 by @na-trium-144 in #539
- incrementAgeの課題に佐藤を追加 by @na-trium-144 in #537
- Fix
editUrlby @chvmvd in #569 - Fix exercise of reference by @chvmvd in #568
- Fix typo in inspector section by @chvmvd in #567
- Migrate to Markdown CodeBlock by @chvmvd in #565
- Fix description of the inspector start command by @chvmvd in #562
- Termタグのtypeを省略できるように by @fridge0 in #561
- ほとんどのタームから type を削除しました。 by @fridge0 in #573
- Fix syntax of strong of MDX by @chvmvd in #571
New Contributors
- @na-trium-144 made their first contribution in #538
Full Changelog: 2023-11-02...2023-11-09