Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf8ae12d

Browse files
author
Carlos
committed
chore: update changelog
1 parent39447b9 commitf8ae12d

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

‎.vscode/settings.json‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
"rjust",
142142
"rmtree",
143143
"Robocop",
144+
"Rosas",
144145
"rstrip",
145146
"Ruamel",
146147
"setattr",
@@ -155,6 +156,7 @@
155156
"strfunc",
156157
"strptime",
157158
"subfolders",
159+
"supersandra",
158160
"Sweigart",
159161
"takewhile",
160162
"thacer13",

‎src/components/layout/TheNavbar.vue‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const navigation=useNavigationStore()
33
const route=useRoute()
44
5-
const timeAgo=useTimeAgo(newDate(2023,8,19,20,0))
5+
const timeAgo=useTimeAgo(newDate(2023,9,13,21,0))
66
</script>
77

88
<template>
@@ -31,7 +31,7 @@ const timeAgo = useTimeAgo(new Date(2023, 8, 19, 20, 0))
3131
<algolia-doc-search />
3232

3333
<router-link
34-
to="/cheatsheet/basics#walrus-operator"
34+
to="/changelog#2023-10-13"
3535
rel="noreferrer"
3636
class="hidden xl:flex"
3737
>
@@ -44,7 +44,7 @@ const timeAgo = useTimeAgo(new Date(2023, 8, 19, 20, 0))
4444
<template #message>
4545
✨ Recently added
4646
<spanclass="mx-1">·</span>
47-
Walrus Operator
47+
Multiple updates
4848
</template>
4949
</base-badge-notice>
5050
</router-link>

‎src/pages/changelog.md‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ updated: February 25, 2023
99
Changelog
1010
</base-title>
1111

12+
##2023-10-13
13+
14+
- Added examples for Boolean Operators. Thanks[@omii2k01](https://github.com/omii2k01)
15+
- Added`count` string method. Thanks[@omii2k01](https://github.com/omii2k01)
16+
- Added multiple exceptions handling. Thanks[@LairdStreak](https://github.com/LairdStreak)
17+
- Fixed grammatical error for the contributing page description.[@AdamRosas27](https://github.com/AdamRosas27)
18+
- Fixed typo in control flow page.[@supersandra](https://github.com/supersandra)
19+
- Updated dependencies to the latest versions.
20+
1221
##2023-09-19
1322

1423
- Added`walrus` Operator. Thanks[@omii2k01](https://github.com/omii2k01)

‎src/store/navigation.ts‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export const useNavigationStore = defineStore('navigation', {
1414
{
1515
name:'Contributing',
1616
path:'/contributing',
17+
updated:true,
1718
},
1819
{
1920
name:'Changelog',
@@ -25,7 +26,7 @@ export const useNavigationStore = defineStore('navigation', {
2526
{
2627
name:'Basics',
2728
path:'/cheatsheet/basics',
28-
updated:true,
29+
updated:false,
2930
},
3031
{
3132
name:'Built-in functions',
@@ -35,7 +36,7 @@ export const useNavigationStore = defineStore('navigation', {
3536
{
3637
name:'Control flow',
3738
path:'/cheatsheet/control-flow',
38-
updated:false,
39+
updated:true,
3940
},
4041
{
4142
name:'Functions',
@@ -66,7 +67,7 @@ export const useNavigationStore = defineStore('navigation', {
6667
{
6768
name:'Manipulating strings',
6869
path:'/cheatsheet/manipulating-strings',
69-
updated:false,
70+
updated:true,
7071
},
7172
{
7273
name:'String formatting',
@@ -96,7 +97,7 @@ export const useNavigationStore = defineStore('navigation', {
9697
{
9798
name:'Exception handling',
9899
path:'/cheatsheet/exception-handling',
99-
updated:false,
100+
updated:true,
100101
},
101102
{
102103
name:'Debugging',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp