tag:github.com,2008:https://github.com/alerque/fluent-lua/releases Release notes from fluent-lua 2022-04-16T20:08:20Z tag:github.com,2008:Repository/208005163/v0.2.0 2022-06-10T08:18:37Z v0.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> alerque tag:github.com,2008:Repository/208005163/v0.1.3 2022-03-12T18:46:07Z v0.1.3 <h3>Bug Fixes</h3> <ul> <li>Correct path in git checkout for LuaRocks installer</li> </ul> alerque tag:github.com,2008:Repository/208005163/v0.1.2 2022-03-12T18:45:46Z v0.1.2 <h3>Bug Fixes</h3> <ul> <li>Use git+https URL scheme to pull rock data from GitHub</li> </ul> alerque tag:github.com,2008:Repository/208005163/v0.1.1 2022-03-10T23:07:48Z v0.1.1 <h3>Bug Fixes</h3> <ul> <li>Use rockspec syntax compatible with older LuaRocks</li> </ul> alerque tag:github.com,2008:Repository/208005163/v0.1.0 2022-03-10T23:09:01Z v0.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> alerque tag:github.com,2008:Repository/208005163/v0.0.5 2022-03-10T23:12:31Z v0.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> alerque tag:github.com,2008:Repository/208005163/0.0.4 2019-09-27T12:54:22Z 0.0.4 <p>Update README with 0.0.4 status</p> alerque tag:github.com,2008:Repository/208005163/v0.0.4 2022-03-10T23:09:52Z v0.0.4 <p>Add support for attributes plus access to messages using idiomatic Lua (table properties).</p> alerque tag:github.com,2008:Repository/208005163/0.0.3 2019-09-26T15:41:20Z 0.0.3 <p>Update README with 0.0.3 status and updated demo</p> alerque tag:github.com,2008:Repository/208005163/v0.0.3 2022-03-10T23:10:14Z v0.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