Releases: TiagoDanin/htmlEntities-for-lua
Releases · TiagoDanin/htmlEntities-for-lua
htmlEntities-for-lua 1.3.1
- Improve documentation (#11)
- Fix POSIX regular expressions in query URL (#9, Thanks @lozaericml)
Update or Install: $ luarocks install html-entities
htmlEntities-for-lua 1.3.0
- Update Doc
- Fix #6 (Encode quotes)
Update or Install: $ luarocks install html-entities
htmlEntities-for-lua 1.2.0
- Support Emoji entities
Update or Install: $ luarocks install html-entities
htmlEntities-for-lua 1.1.1
- Fix bug (By wrxck)
Thank @wrxck
Update and Install: $ luarocks install html-entities
htmlEntities-for-lua 1.1.0
- Fix log errors
- Goodbye MIT 🌚
- Welcome GPLv3 ❤️
- Added string:htmlDecode()
- Added string:htmlEncode()
- Added htmlEntities.filter(input, table)
- Removed Makefile
Update and Install: $ luarocks install html-entities
htmlEntities-for-lua 1.0.2
- BugFix
- Install via luarocks
- Update Doc
htmlEntities-for-lua 1.0.0
V1.0.0:
- Add
return false
for erros - New map html entities
- Add module option for (log erros)
- Fix entities
- Update DOC (README)
htmlEntities-for-lua 0.4.0
- Added test file
- Added entities ascci dec
htmlEntities-for-lua 0.3.1
V0.3.1:
- FIX Unistall
- Add .rockspec (Soon in luarocks.org)
htmlEntities-for-lua 0.3
v0.3:
- ADD makefile install
- ADD error message for value nil
- Improvements in UTF8 for Lua5.1 and 5.2
- Encode to html entities ASCII:
htmlEntities.ASCII_dec(input)