Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added stackable function `optional()`. ref ↵ | d9k | 2018-05-04 |
| | | | | https://github.com/sailorproject/valua/issues/10 | ||
* | use explicit tostring | Francois Perrad | 2017-09-23 |
| | |||
* | enforce the no use of global | Francois Perrad | 2017-09-21 |
| | |||
* | 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 |
| | |||
* | enhancement: datetime support | andre alves garzia | 2017-02-11 |
| | |||
* | Accept empty values on some validations | Etiene Dalcol | 2016-01-24 |
| | |||
* | 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 | ||
* | New email pattern match | Etiene | 2014-03-13 |
| | |||
* | Adding 0.2.1 rockspecv0.2.1 | Etiene Dalcol | 2014-03-12 |
| | |||
* | Fixes packing/unpacking with nil values | Ignacio Burgueño | 2014-03-12 |
| | | | Related to #1 | ||
* | Fixing empty and not_empty for working not just with strings | Etiene | 2014-03-12 |
| | |||
* | Initial commit. | Etiene | 2014-03-11 |