diff options
Diffstat (limited to 'services/blog/public/posts/2025-01-26/yaml-breaking-changes-between-v1-1-and-v1-2/index.html')
| -rw-r--r-- | services/blog/public/posts/2025-01-26/yaml-breaking-changes-between-v1-1-and-v1-2/index.html | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/services/blog/public/posts/2025-01-26/yaml-breaking-changes-between-v1-1-and-v1-2/index.html b/services/blog/public/posts/2025-01-26/yaml-breaking-changes-between-v1-1-and-v1-2/index.html index 578868c1..e869cd3b 100644 --- a/services/blog/public/posts/2025-01-26/yaml-breaking-changes-between-v1-1-and-v1-2/index.html +++ b/services/blog/public/posts/2025-01-26/yaml-breaking-changes-between-v1-1-and-v1-2/index.html @@ -15,7 +15,7 @@ <meta name="Hatena::Bookmark" content="nocomment"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>【YAML】YAML 1.1 と YAML 1.2 の主な破壊的変更|REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/style.css?h=899271ae83285479ca025cc358975c53"> + <link rel="stylesheet" href="/style.css?h=f4a12de8fc55ef1668e211e6c6db4ade"> </head> <body class="single"> <header class="header"> @@ -49,6 +49,34 @@ </li> </ul> </header> + <nav class="toc"> + <h2>目次</h2> + <ul> + <li> + <a href="#section--intro">はじめに</a> + </li> + <li> + <a href="#section--breaking-changes">主な破壊的変更</a> + <ul> + <li> + <a href="#section--breaking-changes--boolean-literals">Boolean としてパースされるトークンが / とその亜種のみに</a> + </li> + <li> + <a href="#section--breaking-changes--octal-literals">八進数リテラルには が必須に</a> + </li> + <li> + <a href="#section--breaking-changes--merging"> によるマージが不可能に</a> + </li> + <li> + <a href="#section--breaking-changes--number-separator">数字を で区切るのが禁止に</a> + </li> + </ul> + </li> + <li> + <a href="#section--outro">おわりに</a> + </li> + </ul> + </nav> <div class="post-content"> <section id="changelog"> <h2><a href="#changelog">更新履歴</a></h2> |
