[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] lpeg_patterns 0.4 release
- From: Daurnimator <quae@...>
- Date: Wed, 23 Nov 2016 01:17:41 +1100
Hi All,
I'm happy to announce the 0.4 release of lpeg_patterns.
lpeg_patterns is a collection of patterns I've written for various
widely used formats. Current sub-modules are: IPv4, IPv6, email
addresses, http, language,
phone numbers, uri.
This release includes:
- Reduce memory usage by refactoring IPv6 pattern
Also fixes lpeg 0.10 compatability
- http: case-normalise cookie attribute names
- http: fix captures of Via header
- http: fixes some whitespace rules
- uri: fix missing case-normalisation for percent encoded characters
in hostnames
- uri: export IP_literal and sub_delims patterns
+ Lots more. check the git log for the details
Homepage: https://github.com/daurnimator/lpeg_patterns
It's available via luarocks:
https://luarocks.org/modules/daurnimator/lpeg_patterns
Me: http://daurnimator.com/
Enjoy!