tag:github.com,2008:https://github.com/xorima/pointerhelpers/releasesRelease notes from pointerhelpers2024-06-10T02:09:31Ztag:github.com,2008:Repository/592595605/v1.3.02024-06-10T02:11:28Zv1.3.0<h2>What's Changed</h2>
<ul>
<li>feat: adds in supports for numerical types (int*, float*, complex*)</li>
<li>feat: adds in support for uint</li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/xorima/pointerhelpers/compare/v1.2.0...v1.3.0"><tt>v1.2.0...v1.3.0</tt></a></p>xorimatag:github.com,2008:Repository/592595605/v1.2.02023-01-30T11:06:29Zv1.2.0<h2>What's Changed</h2>
<ul>
<li>feat(bool): add in support for bools by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xorima/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xorima">@xorima</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1562214700" data-permission-text="Title is private" data-url="https://github.com/xorima/pointerhelpers/issues/2" data-hovercard-type="pull_request" data-hovercard-url="/xorima/pointerhelpers/pull/2/hovercard" href="https://github.com/xorima/pointerhelpers/pull/2">#2</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/xorima/pointerhelpers/compare/v1.1.0...v1.2.0"><tt>v1.1.0...v1.2.0</tt></a></p>xorimatag:github.com,2008:Repository/592595605/v1.1.02023-01-30T10:43:18Zv.1.1.0<h2>What's Changed</h2>
<ul>
<li>feat(int64): add support for managing int64 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xorima/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xorima">@xorima</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1562177693" data-permission-text="Title is private" data-url="https://github.com/xorima/pointerhelpers/issues/1" data-hovercard-type="pull_request" data-hovercard-url="/xorima/pointerhelpers/pull/1/hovercard" href="https://github.com/xorima/pointerhelpers/pull/1">#1</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/xorima/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/xorima">@xorima</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1562177693" data-permission-text="Title is private" data-url="https://github.com/xorima/pointerhelpers/issues/1" data-hovercard-type="pull_request" data-hovercard-url="/xorima/pointerhelpers/pull/1/hovercard" href="https://github.com/xorima/pointerhelpers/pull/1">#1</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/xorima/pointerhelpers/compare/v1.0.0...v1.1.0"><tt>v1.0.0...v1.1.0</tt></a></p>xorimatag:github.com,2008:Repository/592595605/v1.0.02023-01-24T04:44:32Zv1.0.0<h1>String Helpers</h1>
<p>This release creates the string helpers and the initial layout for the project.<br>
These helpers are taken from the AWS implementation</p>xorima