File: file.CHANGELOG.html

package info (click to toggle)
ruby-snaky-hash 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,156 kB
  • sloc: ruby: 1,298; javascript: 529; makefile: 4; sh: 4
file content (207 lines) | stat: -rw-r--r-- 7,163 bytes parent folder | download
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
  File: CHANGELOG
  
    &mdash; Documentation by YARD 0.9.37
  
</title>

  <link rel="stylesheet" href="css/style.css" type="text/css" />

  <link rel="stylesheet" href="css/common.css" type="text/css" />

<script type="text/javascript">
  pathId = "CHANGELOG";
  relpath = '';
</script>


  <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>

  <script type="text/javascript" charset="utf-8" src="js/app.js"></script>


  </head>
  <body>
    <div class="nav_wrap">
      <iframe id="nav" src="file_list.html?1"></iframe>
      <div id="resizer"></div>
    </div>

    <div id="main" tabindex="-1">
      <div id="header">
        <div id="menu">
  
    <a href="_index.html">Index</a> &raquo; 
    <span class="title">File: CHANGELOG</span>
  
</div>

        <div id="search">
  
    <a class="full_list_link" id="class_list_link"
        href="class_list.html">

        <svg width="24" height="24">
          <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
          <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
          <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
        </svg>
    </a>
  
</div>
        <div class="clear"></div>
      </div>

      <div id="content"><div id='filecontents'><h1 id="changelog">Changelog</h1>
<p>All notable changes to this project will be documented in this file.</p>

<p>The format (since v2) is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog v1</a>,<br>
and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning v2</a>.</p>

<h2 id="unreleased"><a href="https://gitlab.com/oauth-xx/snaky_hash/-/compare/v2.0.3...main">Unreleased</a></h2>
<h3 id="added">Added</h3>
<h3 id="changed">Changed</h3>
<h3 id="deprecated">Deprecated</h3>
<h3 id="removed">Removed</h3>
<h3 id="fixed">Fixed</h3>
<h3 id="security">Security</h3>

<h2 id="203---2025-05-23">
<a href="https://gitlab.com/oauth-xx/snaky_hash/-/compare/v2.0.2...v2.0.3">2.0.3</a> - 2025-05-23</h2>
<ul>
  <li>TAG: <a href="https://gitlab.com/oauth-xx/snaky_hash/-/releases/tag/v2.0.3">v2.0.3</a>
</li>
  <li>COVERAGE: 100.00% – 132/132 lines in 7 files</li>
  <li>BRANCH COVERAGE: 100.00% – 38/38 branches in 7 files</li>
  <li>100.00% documented
    <h3 id="added-1">Added</h3>
  </li>
  <li>
<code>#dump</code> instance method injected by <code>extend SnakyHash::Serializer</code> (@pboling)</li>
  <li>
<code>dump_hash_extensions</code> - new feature, analogous to <code>load_hash_extensions</code> (@pboling)</li>
  <li>
<code>dump_value_extensions</code> - alternate name for <code>dump_extensions</code> (@pboling)</li>
  <li>
<code>load_value_extensions</code> - alternate name for <code>load_extensions</code> (@pboling)</li>
  <li>Clarifying documentation (@pboling)
    <h3 id="fixed-1">Fixed</h3>
  </li>
  <li>
<a href="https://github.com/oauth-xx/snaky_hash/pull/4">gh4</a> - Serializer extensions dump and load empty values properly (@pboling)
    <ul>
      <li>Fixed <code>dump_extensions</code>, <code>load_extensions</code>, <code>load_hash_extensions</code>
</li>
      <li>Intended usage is primarily JSON, and oauth2 gem</li>
      <li>OAuth2 spec can have legitimately empty values (e.g. scopes could be empty)</li>
      <li>Previous logic was inherited from design decisions made by <code>serialized_hashie</code> gem; doesn’t apply here</li>
    </ul>
  </li>
</ul>

<h2 id="202---2025-05-21">
<a href="https://gitlab.com/oauth-xx/snaky_hash/-/compare/v2.0.1...v2.0.2">2.0.2</a> - 2025-05-21</h2>
<ul>
  <li>TAG: <a href="https://gitlab.com/oauth-xx/snaky_hash/-/releases/tag/v2.0.2">v2.0.2</a>
</li>
  <li>COVERAGE: 100.00% – 119/119 lines in 7 files</li>
  <li>BRANCH COVERAGE: 100.00% – 35/35 branches in 7 files</li>
  <li>100.00% documented
    <h3 id="added-2">Added</h3>
  </li>
  <li>Gem is signed by 20-year cert (@pboling)
    <ul>
      <li>Expires 2045-04-29</li>
    </ul>
  </li>
  <li>Gemspec metadata updates (@pboling)</li>
  <li>Documentation updates (@pboling)</li>
  <li>CI covering all code, and all key versions of runtime dependencies (@pboling)
    <ul>
      <li>Including Hashie v0, v1, v2, v3, v4, v5, and HEAD</li>
    </ul>
  </li>
  <li>
<a href="https://github.com/oauth-xx/snaky_hash/pull/2">gh2</a> - Serializer option (@pboling)</li>
  <li>
<a href="https://github.com/oauth-xx/snaky_hash/pull/3">gh3</a> - Serializer Extensions (@pboling)</li>
  <li>Documentation site at <a href="https://snaky-hash.galtzo.com">snaky-hash.galtzo.com</a> (@pboling)</li>
  <li>100% documented! (@pboling)</li>
</ul>

<h2 id="201---2022-09-23">
<a href="https://gitlab.com/oauth-xx/snaky_hash/-/compare/v2.0.0...v2.0.1">2.0.1</a> - 2022-09-23</h2>
<ul>
  <li>TAG: <a href="https://gitlab.com/oauth-xx/snaky_hash/-/releases/tag/v2.0.1">v2.0.1</a>
    <h3 id="added-3">Added</h3>
  </li>
  <li>Certificate for signing gem releases (@pboling)</li>
  <li>Gemspec metadata (@pboling)
    <ul>
      <li>funding_uri</li>
      <li>mailing_list_uri</li>
    </ul>
  </li>
  <li>Checksums for released gems (@pboling)
    <h3 id="changed-1">Changed</h3>
  </li>
  <li>Gem releases are now cryptographically signed (@pboling)</li>
</ul>

<h2 id="200---2022-08-29">
<a href="https://gitlab.com/oauth-xx/snaky_hash/-/compare/v1.0.1...v2.0.0">2.0.0</a> - 2022-08-29</h2>
<ul>
  <li>TAG: <a href="https://gitlab.com/oauth-xx/snaky_hash/-/releases/tag/v2.0.0">v2.0.0</a>
    <h3 id="changed-2">Changed</h3>
  </li>
  <li>
<strong>BREAKING</strong>: <code>SnakeHash::Snake</code> is now a mixin, now with support for symbol or string keys
    <pre class="code language-ruby"><code class="language-ruby">class MySnakedHash &lt; Hashie::Mash
include SnakyHash::Snake.new(key_type: :string) # or :symbol
end
</code></pre>
    <h3 id="added-4">Added</h3>
  </li>
  <li>
<code>SnakyHash::StringKeyed</code>: a Hashie::Mash class with snake-cased String keys</li>
  <li>
<code>SnakyHash::SymbolKeyed</code>: a Hashie::Mash class with snake-cased Symbol keys</li>
</ul>

<h2 id="101---2022-08-26">
<a href="https://gitlab.com/oauth-xx/snaky_hash/-/compare/v1.0.0...v1.0.1">1.0.1</a> - 2022-08-26</h2>
<ul>
  <li>TAG: <a href="https://gitlab.com/oauth-xx/snaky_hash/-/releases/tag/v1.0.1">v1.0.1</a>
    <h3 id="added-5">Added</h3>
  </li>
  <li>Missing LICENSE.txt file to release
    <h3 id="removed-1">Removed</h3>
  </li>
  <li>Accidentally added bundler dependency (vestige of transpec process) is now removed</li>
</ul>

<h2 id="100---2022-08-26">
<a href="https://gitlab.com/oauth-xx/snaky_hash/-/releases/tag/v1.0.0">1.0.0</a> - 2022-08-26</h2>
<ul>
  <li>TAG: <a href="https://gitlab.com/oauth-xx/snaky_hash/-/releases/tag/v1.0.0">v1.0.0</a>
    <h3 id="added-6">Added</h3>
  </li>
  <li>Initial release</li>
</ul>

</div></div>

      <div id="footer">
  Generated on Fri May 23 09:32:07 2025 by
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
  0.9.37 (ruby-3.4.3).
</div>

    </div>
  </body>
</html>