Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | optional() stackable function+. fixed warnings locally with `luacheck ↵ | d9k | 2018-05-04 |
| | | | | --codes --std=max *.lua --ignore 211/_ENV` | ||
* | Added stackable function `optional()`: trying to fix travis warning | d9k | 2018-05-04 |
| | |||
* | Added stackable function `optional()`. ref ↵ | d9k | 2018-05-04 |
| | | | | https://github.com/sailorproject/valua/issues/10 | ||
* | test cases are splitted to pairs by spaces for better readability | d9k | 2018-05-02 |
| | |||
* | numerical indexes for test data: better understanding | d9k | 2018-05-02 |
| | |||
* | Merge pull request #18 from fperrad/noconv | Etiene Dalcol | 2017-09-26 |
|\ | | | | | Fix with Lua 5.3 no-conversion | ||
| * | use explicit tostring | Francois Perrad | 2017-09-23 |
| | | |||
| * | add a Lua 5.3 variant without implicit number/string coercion | Francois Perrad | 2017-09-23 |
|/ | |||
* | Create .coveralls.yml | Etiene Dalcol | 2017-09-22 |
| | |||
* | Merge pull request #17 from fperrad/coverage | Etiene Dalcol | 2017-09-22 |
|\ | | | | | add coveralls.io support | ||
| * | add coveralls.io support | Francois Perrad | 2017-09-21 |
| | | |||
* | | Update README.md | Etiene Dalcol | 2017-09-22 |
| | | |||
* | | Merge pull request #16 from fperrad/global | Etiene Dalcol | 2017-09-22 |
|\ \ | |/ |/| | enforce the no use of globals | ||
| * | enforce the no use of global | Francois Perrad | 2017-09-21 |
|/ | |||
* | Merge pull request #15 from fperrad/ci | Etiene Dalcol | 2017-09-21 |
|\ | | | | | refactor Travis CI & run luacheck | ||
| * | fix last luacheck errors | Francois Perrad | 2017-09-20 |
| | | | | | | | | | | valua.lua:52:7: (W213) unused loop variable i valua.lua:86:8: (W431) shadowing upvalue len on line 24 | ||
| * | fix indentation & trailing spaces | Francois Perrad | 2017-09-20 |
| | | |||
| * | refactor travis with hererocks | Francois Perrad | 2017-09-20 |
|/ | | | | see <https://github.com/mpeterv/hererocks> | ||
* | Merge pull request #14 from amora-labs/b-enhancement-datetime-support | Etiene Dalcol | 2017-09-20 |
|\ | | | | | Enhancement datetime support | ||
| * | fix typo | andre alves garzia | 2017-02-11 |
| | | |||
| * | added tests for datetime | andre alves garzia | 2017-02-11 |
| | | |||
| * | enhancement: datetime support | andre alves garzia | 2017-02-11 |
|/ | |||
* | Merge branch 'master' of https://github.com/Etiene/valua | Etiene Dalcol | 2016-01-24 |
|\ | |||
| * | Update README.md0.3 | Etiene Dalcol | 2016-01-24 |
| | | |||
| * | Update README.md | Etiene Dalcol | 2016-01-24 |
| | | |||
* | | Fix rockspec repo | Etiene Dalcol | 2016-01-24 |
| | | |||
* | | Add rockspec for 0.3 version | Etiene Dalcol | 2016-01-24 |
|/ | |||
* | Remove LuaJIT2.1 from tests | Etiene Dalcol | 2016-01-24 |
| | |||
* | Update test to exit on error code in case tests fail | Etiene Dalcol | 2016-01-24 |
| | |||
* | Update LuaJIT installation URL | Etiene Dalcol | 2016-01-24 |
| | |||
* | Add current rockspec | Etiene Dalcol | 2016-01-24 |
| | |||
* | Accept empty values on some validations | Etiene Dalcol | 2016-01-24 |
| | |||
* | Update rockspec | Etiene Dalcol | 2016-01-21 |
| | | | | Close #8 | ||
* | Update valua-0.2.2-2.rockspec | Etiene Dalcol | 2015-11-28 |
| | |||
* | Update valua-0.2.2-2.rockspec | Etiene Dalcol | 2015-11-28 |
| | |||
* | New rockspec that accepts lua5.3 | Etiene Dalcol | 2015-11-24 |
| | |||
* | Adding rockspec that's on luarocks | Etiene Dalcol | 2015-11-24 |
| | |||
* | Merge pull request #5 from ignacio/travis_integration | Etiene Dalcol | 2015-04-15 |
|\ | | | | | Adds travis-ci integration | ||
| * | Adds travis-ci to README | Ignacio Burgueño | 2015-04-14 |
| | | |||
| * | Bump rockspec since Lua 5.3 is supported | Ignacio Burgueño | 2015-04-14 |
| | | |||
| * | Adds travis integration | Ignacio Burgueño | 2015-04-14 |
|/ | |||
* | Update README.md | Etiene | 2014-05-08 |
| | |||
* | Merge pull request #4 from Tieske/master0.2.2 | Etiene | 2014-03-14 |
|\ | | | | | pack/unpack with 5.2 compat | ||
| * | pack/unpack with 5.2 compat | Thijs Schreijer | 2014-03-14 |
|/ | | | `unpack` was renamed `table.unpack` in Lua 5.2. This way is 5.1/5.2 agnostic | ||
* | Merge branch 'master' of https://github.com/Etiene/valua | Etiene | 2014-03-13 |
|\ | |||
| * | Merge pull request #3 from felipedaragon/patch-1 | Etiene | 2014-03-12 |
| |\ | | | | | | | Improve readme.md | ||
| | * | Improve readme.md | Felipe Daragon | 2014-03-12 |
| |/ | |||
* / | New email pattern match | Etiene | 2014-03-13 |
|/ | |||
* | Update README.md | Etiene | 2014-03-12 |
| | |||
* | Update README.md | Etiene | 2014-03-12 |
| |