aboutsummaryrefslogtreecommitdiff
path: root/valua.lua
Commit message (Collapse)AuthorAge
* 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
* use explicit tostringFrancois Perrad2017-09-23
|
* enforce the no use of globalFrancois Perrad2017-09-21
|
* 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
|
* enhancement: datetime supportandre alves garzia2017-02-11
|
* Accept empty values on some validationsEtiene Dalcol2016-01-24
|
* 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
* New email pattern matchEtiene2014-03-13
|
* Adding 0.2.1 rockspecv0.2.1Etiene Dalcol2014-03-12
|
* Fixes packing/unpacking with nil valuesIgnacio Burgueño2014-03-12
| | | Related to #1
* Fixing empty and not_empty for working not just with stringsEtiene2014-03-12
|
* Initial commit.Etiene2014-03-11