Skip to content

Commit

Permalink
Public release of the LuNari 1.5:
Browse files Browse the repository at this point in the history
* NEW: Meet the 'LuNari' project. Issue #2.

       Lua for .NET on Conari engine
       https://github.com/3F/LuNari

       Modern versions will not require neither our API
       (Lua 5.4, 5.3, 5.2, 5.1, ...) nor something other from you at all.

       We will generate all your needs automatically at runtime.
       Do whatever you love. Enjoy!

* CHANGED: API dev core changes: `Rt_.LuaState` has been renamed to `_.LuaState`
           https://github.com/3F/LuNari/wiki/API.Dev

* NOTE: Official NuGet packages of the LuNari project:
        https://www.nuget.org/packages/LuNari/

* NOTE: LunaRoad packages will no longer be updated. (Discontinued)
        Please consider upgrading to LuNari.
  • Loading branch information
3F committed Jan 27, 2019
1 parent ba3dee6 commit 6960f0b
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
1.5.0
2 changes: 1 addition & 1 deletion Contributing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Extend our API layer or improve all of what you want. It's completely transparent with our flexible architecture.

Here's how to extend API: [in a few steps (Wiki)](https://github.com/3F/LuNari/wiki/API)
Here's how to extend API: [in a few steps (Wiki)](https://github.com/3F/LuNari/wiki/API.Dev)

If you ready to contribute, please use [Pull Requests](https://help.github.com/articles/creating-a-pull-request/) (please through non-master branches). Other ways like .patch files are possible, but it may take more time to review the changes.

Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ However, the main goal for this project is to provide fully compatible API layer

Extend our API layer or improve all of what you want. It's completely transparent with our flexible architecture.

Here's how to extend API: [in a few steps (Wiki)](https://github.com/3F/LuNari/wiki/API)
Here's how to extend API: [in a few steps (Wiki)](https://github.com/3F/LuNari/wiki/API.Dev)

If you ready to contribute, please use [Pull Requests](https://help.github.com/articles/creating-a-pull-request/) (please through non-master branches). Other ways like .patch files are possible, but it may take more time to review the changes.

Expand Down
24 changes: 23 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,30 @@
- - - - -
LuNari
(LunaRoad)
_ _ _ _ _


[v1.5] 2019.01.27

* NEW: Meet the 'LuNari' project. Issue #2.

Lua for .NET on Conari engine
https://github.com/3F/LuNari

Modern versions will not require neither our API
(Lua 5.4, 5.3, 5.2, 5.1, ...) nor something other from you at all.

We will generate all your needs automatically at runtime.
Do whatever you love. Enjoy!

* CHANGED: API dev core changes: `Rt_.LuaState` has been renamed to `_.LuaState`
https://github.com/3F/LuNari/wiki/API.Dev

* NOTE: Official NuGet packages of the LuNari project:
https://www.nuget.org/packages/LuNari/

* NOTE: LunaRoad packages will no longer be updated. (Discontinued)
Please consider upgrading to LuNari.

[v1.4.1]

* FIXED: Possible Incorrect boolean values from Lua libraries.
Expand Down

0 comments on commit 6960f0b

Please sign in to comment.