<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Articles on MyLib Docs</title><link>https://carmelolg.github.io/shiori/v1.0.0/articles/</link><description>Official documentation for MyLib — a fast, type-safe utility library for modern applications.</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 05 May 2026 19:49:24 +0000</lastBuildDate><atom:link href="https://carmelolg.github.io/shiori/v1.0.0/articles/index.xml" rel="self" type="application/rss+xml"/><item><title>Changelog (v1.0.0)</title><link>https://carmelolg.github.io/shiori/v1.0.0/articles/changelog/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><guid>https://carmelolg.github.io/shiori/v1.0.0/articles/changelog/</guid><description>&lt;h2 id="v100---initial-release"&gt;v1.0.0 - Initial Release&lt;/h2&gt;
&lt;h3 id="features"&gt;Features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Basic user management&lt;/li&gt;
&lt;li&gt;TypeScript support&lt;/li&gt;
&lt;li&gt;Zero dependencies&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="improvements-in-v231"&gt;Improvements in v2.3.1&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Better error handling&lt;/li&gt;
&lt;li&gt;Performance improvements&lt;/li&gt;
&lt;li&gt;Extended API&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Getting Started</title><link>https://carmelolg.github.io/shiori/v1.0.0/articles/getting-started/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><guid>https://carmelolg.github.io/shiori/v1.0.0/articles/getting-started/</guid><description>&lt;h2 id="installation"&gt;Installation&lt;/h2&gt;
&lt;p&gt;v1.0.0 Installation:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;npm install mylib@1.0.0
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="quick-start"&gt;Quick Start&lt;/h2&gt;
&lt;p&gt;Basic usage example for MyLib v1.0.0.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-typescript" data-lang="typescript"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="kr"&gt;import&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="nx"&gt;MyLib&lt;/span&gt; &lt;span class="p"&gt;}&lt;/span&gt; &lt;span class="kr"&gt;from&lt;/span&gt; &lt;span class="s1"&gt;&amp;#39;mylib&amp;#39;&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="kr"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;client&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="k"&gt;new&lt;/span&gt; &lt;span class="nx"&gt;MyLib&lt;/span&gt;&lt;span class="p"&gt;({&lt;/span&gt; &lt;span class="nx"&gt;apiKey&lt;/span&gt;: &lt;span class="kt"&gt;process.env.MYLIB_API_KEY&lt;/span&gt; &lt;span class="p"&gt;});&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="kr"&gt;const&lt;/span&gt; &lt;span class="nx"&gt;users&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="k"&gt;await&lt;/span&gt; &lt;span class="nx"&gt;client&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;users&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="nx"&gt;list&lt;/span&gt;&lt;span class="p"&gt;();&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id="next-steps"&gt;Next Steps&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Read the API Reference&lt;/li&gt;
&lt;li&gt;Check out Design Decisions&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>