aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #19 from d9k/masterHEADmasterEtiene Dalcol2018-05-14
|\ | | | | optional() stackable function; changes in tests for better readability
| * README: documentation for optional() validator construction method. Added ↵d9k2018-05-04
| | | | | | | | test when optional() is not last method in chain.
| * converted spaces to tabs with `find -name \*.lua -exec bash -c 'unexpand ↵d9k2018-05-04
| | | | | | | | --first-only --tabs=2 "$0" | tee "$0"' {} \;`
| * optional() stackable function+. fixed warnings locally with `luacheck ↵d9k2018-05-04
| | | | | | | | --codes --std=max *.lua --ignore 211/_ENV`
| * Added stackable function `optional()`: trying to fix travis warningd9k2018-05-04
| |
| * Added stackable function `optional()`. ref ↵d9k2018-05-04
| | | | | | | | https://github.com/sailorproject/valua/issues/10
| * test cases are splitted to pairs by spaces for better readabilityd9k2018-05-02
| |
| * numerical indexes for test data: better understandingd9k2018-05-02
|/
* Merge pull request #18 from fperrad/noconvEtiene Dalcol2017-09-26
|\ | | | | Fix with Lua 5.3 no-conversion
| * use explicit tostringFrancois Perrad2017-09-23
| |
| * add a Lua 5.3 variant without implicit number/string coercionFrancois Perrad2017-09-23
|/
* Create .coveralls.ymlEtiene Dalcol2017-09-22
|
* Merge pull request #17 from fperrad/coverageEtiene Dalcol2017-09-22
|\ | | | | add coveralls.io support
| * add coveralls.io supportFrancois Perrad2017-09-21
| |
* | Update README.mdEtiene Dalcol2017-09-22
| |
* | Merge pull request #16 from fperrad/globalEtiene Dalcol2017-09-22
|\ \ | |/ |/| enforce the no use of globals
| * enforce the no use of globalFrancois Perrad2017-09-21
|/
* Merge pull request #15 from fperrad/ciEtiene Dalcol2017-09-21
|\ | | | | refactor Travis CI & run luacheck
| * fix last luacheck errorsFrancois Perrad2017-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 spacesFrancois Perrad2017-09-20
| |
| * refactor travis with hererocksFrancois Perrad2017-09-20
|/ | | | see <https://github.com/mpeterv/hererocks>
* Merge pull request #14 from amora-labs/b-enhancement-datetime-supportEtiene Dalcol2017-09-20
|\ | | | | Enhancement datetime support
| * fix typoandre alves garzia2017-02-11
| |
| * added tests for datetimeandre alves garzia2017-02-11
| |
| * enhancement: datetime supportandre alves garzia2017-02-11
|/
* Merge branch 'master' of https://github.com/Etiene/valuaEtiene Dalcol2016-01-24
|\
| * Update README.md0.3Etiene Dalcol2016-01-24
| |
| * Update README.mdEtiene Dalcol2016-01-24
| |
* | Fix rockspec repoEtiene Dalcol2016-01-24
| |
* | Add rockspec for 0.3 versionEtiene Dalcol2016-01-24
|/
* Remove LuaJIT2.1 from testsEtiene Dalcol2016-01-24
|
* Update test to exit on error code in case tests failEtiene Dalcol2016-01-24
|
* Update LuaJIT installation URLEtiene Dalcol2016-01-24
|
* Add current rockspecEtiene Dalcol2016-01-24
|
* Accept empty values on some validationsEtiene Dalcol2016-01-24
|
* Update rockspecEtiene Dalcol2016-01-21
| | | | Close #8
* Update valua-0.2.2-2.rockspecEtiene Dalcol2015-11-28
|
* Update valua-0.2.2-2.rockspecEtiene Dalcol2015-11-28
|
* New rockspec that accepts lua5.3Etiene Dalcol2015-11-24
|
* Adding rockspec that's on luarocksEtiene Dalcol2015-11-24
|
* Merge pull request #5 from ignacio/travis_integrationEtiene Dalcol2015-04-15
|\ | | | | Adds travis-ci integration
| * Adds travis-ci to READMEIgnacio Burgueño2015-04-14
| |
| * Bump rockspec since Lua 5.3 is supportedIgnacio Burgueño2015-04-14
| |
| * Adds travis integrationIgnacio Burgueño2015-04-14
|/
* Update README.mdEtiene2014-05-08
|
* Merge pull request #4 from Tieske/master0.2.2Etiene2014-03-14
|\ | | | | pack/unpack with 5.2 compat
| * pack/unpack with 5.2 compatThijs Schreijer2014-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/valuaEtiene2014-03-13
|\
| * Merge pull request #3 from felipedaragon/patch-1Etiene2014-03-12
| |\ | | | | | | Improve readme.md
| | * Improve readme.mdFelipe Daragon2014-03-12
| |/