tag:github.com,2008:https://github.com/alerque/fluent-lua/releasesRelease notes from fluent-lua2022-04-16T20:08:20Ztag:github.com,2008:Repository/208005163/v0.2.02022-06-10T08:18:37Zv0.2.0<h3>Bug Fixes</h3>
<ul>
<li>Inform Git about fixtures with special requirements</li>
<li>Correct access protocol to GitHub in dev rockspec</li>
<li>Correct logic errors revealed by new Luacheck release</li>
</ul>
<h3>Features</h3>
<ul>
<li>Add external access to file loader</li>
</ul>alerquetag:github.com,2008:Repository/208005163/v0.1.32022-03-12T18:46:07Zv0.1.3<h3>Bug Fixes</h3>
<ul>
<li>Correct path in git checkout for LuaRocks installer</li>
</ul>alerquetag:github.com,2008:Repository/208005163/v0.1.22022-03-12T18:45:46Zv0.1.2<h3>Bug Fixes</h3>
<ul>
<li>Use git+https URL scheme to pull rock data from GitHub</li>
</ul>alerquetag:github.com,2008:Repository/208005163/v0.1.12022-03-10T23:07:48Zv0.1.1<h3>Bug Fixes</h3>
<ul>
<li>Use rockspec syntax compatible with older LuaRocks</li>
</ul>alerquetag:github.com,2008:Repository/208005163/v0.1.02022-03-10T23:09:01Zv0.1.0<p>Completely overhaul the object handling using more robust Penlight class syntax variant. Property and attribute indexing now works in many more situations. The test coverage is greatly improved as well, so the things that work are provably functional. Many edge case bugs where resources leaked between locales have been fixed. Loading multiple locales into a bundle and updating existing messages works as expected.</p>alerquetag:github.com,2008:Repository/208005163/v0.0.52022-03-10T23:12:31Zv0.0.5<p>Cut a safe-haven release for anybody (including myself) using this in production before I move on. Looking at Git history it looks like refinements include improved PEG grammars, saner namespacing for easier project integration, better use of Penlight classing, and more advanced handling of terms. Dependencies now include cldr-lua, and tests now use CLDR compatible locales. Lua 5.4 support was also officially added.</p>alerquetag:github.com,2008:Repository/208005163/0.0.42019-09-27T12:54:22Z0.0.4<p>Update README with 0.0.4 status</p>alerquetag:github.com,2008:Repository/208005163/v0.0.42022-03-10T23:09:52Zv0.0.4<p>Add support for attributes plus access to messages using idiomatic Lua (table properties).</p>alerquetag:github.com,2008:Repository/208005163/0.0.32019-09-26T15:41:20Z0.0.3<p>Update README with 0.0.3 status and updated demo</p>alerquetag:github.com,2008:Repository/208005163/v0.0.32022-03-10T23:10:14Zv0.0.3<p>Add support for more types including format support for TextElement, StringLiteral, NumberLiteral, and VariableReference. Variable substitutions can be done by passing a parameters table to <code>format()</code>. Internally manipulating nodes in the API is now easier with meta methods. For example merge comments with <code>Comment + Comment</code>, attach children with <code>Message * Comment</code>, etc.</p>alerque