1. 14 Sep, 2019 1 commit
  2. 12 Sep, 2019 1 commit
  3. 11 Sep, 2019 1 commit
  4. 31 Aug, 2019 1 commit
  5. 23 Aug, 2019 6 commits
  6. 22 Aug, 2019 5 commits
  7. 21 Aug, 2019 3 commits
  8. 12 Aug, 2019 1 commit
  9. 10 Aug, 2019 1 commit
  10. 27 Jul, 2019 2 commits
  11. 26 Jul, 2019 4 commits
  12. 31 May, 2019 1 commit
  13. 30 May, 2019 2 commits
  14. 23 Apr, 2019 2 commits
  15. 22 Apr, 2019 2 commits
  16. 21 Apr, 2019 2 commits
  17. 31 Mar, 2019 1 commit
  18. 30 Mar, 2019 2 commits
  19. 29 Mar, 2019 2 commits
    • Vinicius Jarina's avatar
      Release 1.4.11 · f8d21ae9
      Vinicius Jarina authored
      f8d21ae9
    • Vinicius Jarina's avatar
      Lua integer support (#290) · e51e3598
      Vinicius Jarina authored
      * Added support to Lua integers.
      
      * Operator [] and `GetNumber` will still return the `double` regardless of the value for backward compatibility
      LuaTable.GetObject may have breaks if your code is assuming the value will be always a double boxed.
      To get long from Lua object use `GetLong` and to get an integer `GetInteger`.
      e51e3598