Skip to content

Releases: TiagoDanin/htmlEntities-for-lua

htmlEntities-for-lua 1.3.1

22 Jun 20:20
124ee6d
Compare
Choose a tag to compare
  • 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

05 Apr 20:33
4399e98
Compare
Choose a tag to compare
  • Update Doc
  • Fix #6 (Encode quotes)

Update or Install: $ luarocks install html-entities

htmlEntities-for-lua 1.2.0

20 Jan 17:16
7453ed0
Compare
Choose a tag to compare
  • Support Emoji entities

Update or Install: $ luarocks install html-entities

htmlEntities-for-lua 1.1.1

19 Jan 22:19
a0ae770
Compare
Choose a tag to compare
  • Fix bug (By wrxck)

Thank @wrxck
Update and Install: $ luarocks install html-entities

htmlEntities-for-lua 1.1.0

28 Oct 18:01
afdeae7
Compare
Choose a tag to compare
  • 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

10 Jul 20:32
337d954
Compare
Choose a tag to compare
  • BugFix
  • Install via luarocks
  • Update Doc

htmlEntities-for-lua 1.0.0

17 Apr 17:57
Compare
Choose a tag to compare

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

28 Mar 23:12
Compare
Choose a tag to compare
  • Added test file
  • Added entities ascci dec

htmlEntities-for-lua 0.3.1

11 Mar 16:38
Compare
Choose a tag to compare

V0.3.1:

  • FIX Unistall
  • Add .rockspec (Soon in luarocks.org)

htmlEntities-for-lua 0.3

03 Mar 23:27
Compare
Choose a tag to compare

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)