-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.html
146 lines (96 loc) · 5.69 KB
/
changelog.html
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,maximum-scale=2">
<link rel="stylesheet" type="text/css" media="screen" href="/isbn/assets/css/style.css?v=1aa8f42d2d7bd559f0683ce7132e81f5c47bffd4">
<!-- Begin Jekyll SEO tag v2.6.1 -->
<title>Changelog | isbn</title>
<meta name="generator" content="Jekyll v3.9.0" />
<meta property="og:title" content="Changelog" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="ISBN parsing library" />
<meta property="og:description" content="ISBN parsing library" />
<meta property="og:site_name" content="isbn" />
<script type="application/ld+json">
{"url":"/isbn/changelog.html","@type":"WebPage","description":"ISBN parsing library","headline":"Changelog","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/devlooped/isbn">View on GitHub</a>
<h1 id="project_title">isbn</h1>
<h2 id="project_tagline">ISBN parsing library</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1 id="changelog">Changelog</h1>
<h2 id="v142-2024-06-13"><a href="https://github.com/devlooped/isbn/tree/v1.4.2">v1.4.2</a> (2024-06-13)</h2>
<p><a href="https://github.com/devlooped/isbn/compare/v1.4.1...v1.4.2">Full Changelog</a></p>
<h2 id="v141-2024-05-30"><a href="https://github.com/devlooped/isbn/tree/v1.4.1">v1.4.1</a> (2024-05-30)</h2>
<p><a href="https://github.com/devlooped/isbn/compare/v1.4.0...v1.4.1">Full Changelog</a></p>
<h2 id="v140-2023-08-11"><a href="https://github.com/devlooped/isbn/tree/v1.4.0">v1.4.0</a> (2023-08-11)</h2>
<p><a href="https://github.com/devlooped/isbn/compare/v1.3.0...v1.4.0">Full Changelog</a></p>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Remove current implementation of SponsorLink for now <a href="https://github.com/devlooped/isbn/pull/63">#63</a> (@kzu)</li>
</ul>
<h2 id="v130-2023-08-02"><a href="https://github.com/devlooped/isbn/tree/v1.3.0">v1.3.0</a> (2023-08-02)</h2>
<p><a href="https://github.com/devlooped/isbn/compare/v1.2.1...v1.3.0">Full Changelog</a></p>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>⛙ ⬆️ Bump dependencies <a href="https://github.com/devlooped/isbn/pull/46">#46</a> (@github-actions[bot])</li>
</ul>
<h2 id="v121-2022-09-05"><a href="https://github.com/devlooped/isbn/tree/v1.2.1">v1.2.1</a> (2022-09-05)</h2>
<p><a href="https://github.com/devlooped/isbn/compare/v1.2.0...v1.2.1">Full Changelog</a></p>
<h2 id="v120-2022-09-05"><a href="https://github.com/devlooped/isbn/tree/v1.2.0">v1.2.0</a> (2022-09-05)</h2>
<p><a href="https://github.com/devlooped/isbn/compare/v1.1.1...v1.2.0">Full Changelog</a></p>
<p>:hammer: Other:</p>
<ul>
<li>Remove dependency on Newtonsoft.Json <a href="https://github.com/devlooped/isbn/issues/28">#28</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Improve package readme by leveraging nugetizer includes <a href="https://github.com/devlooped/isbn/pull/30">#30</a> (@kzu)</li>
<li>Remove dependency on Newtonsoft.Json <a href="https://github.com/devlooped/isbn/pull/29">#29</a> (@kzu)</li>
</ul>
<h2 id="v111-2022-08-08"><a href="https://github.com/devlooped/isbn/tree/v1.1.1">v1.1.1</a> (2022-08-08)</h2>
<p><a href="https://github.com/devlooped/isbn/compare/v1.1.0...v1.1.1">Full Changelog</a></p>
<h2 id="v110-2022-01-03"><a href="https://github.com/devlooped/isbn/tree/v1.1.0">v1.1.0</a> (2022-01-03)</h2>
<p><a href="https://github.com/devlooped/isbn/compare/v1.0.1...v1.1.0">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>ISBN parsing should also validate checksum digit <a href="https://github.com/devlooped/isbn/issues/11">#11</a></li>
<li>Provide a CanonicalNumber property to expose the normalized standard book number <a href="https://github.com/devlooped/isbn/issues/10">#10</a></li>
<li>ISBN constructor should be private <a href="https://github.com/devlooped/isbn/issues/9">#9</a></li>
<li>ISBN.ToString() should return the normalized parsed ISBN <a href="https://github.com/devlooped/isbn/issues/8">#8</a></li>
</ul>
<h2 id="v101-2022-01-02"><a href="https://github.com/devlooped/isbn/tree/v1.0.1">v1.0.1</a> (2022-01-02)</h2>
<p><a href="https://github.com/devlooped/isbn/compare/v1.0.0...v1.0.1">Full Changelog</a></p>
<p>:sparkles: Implemented enhancements:</p>
<ul>
<li>Allow passing a null string to TryParse <a href="https://github.com/devlooped/isbn/issues/5">#5</a></li>
</ul>
<p>:twisted_rightwards_arrows: Merged:</p>
<ul>
<li>Allow passing a null string to TryParse <a href="https://github.com/devlooped/isbn/pull/6">#6</a> (@kzu)</li>
</ul>
<h2 id="v100-2021-11-08"><a href="https://github.com/devlooped/isbn/tree/v1.0.0">v1.0.0</a> (2021-11-08)</h2>
<p><a href="https://github.com/devlooped/isbn/compare/9197e446181ebd70ab7828f53bb4200956b57d49...v1.0.0">Full Changelog</a></p>
<p>* <em>This Changelog was automatically generated by <a href="https://github.com/github-changelog-generator/github-changelog-generator">github_changelog_generator</a></em></p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">isbn maintained by <a href="https://github.com/devlooped">devlooped</a></p>
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>