aboutsummaryrefslogtreecommitdiff
path: root/HISTORY
blob: 7acd753458362cbcdd729fb81d622d2713794a20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
HISTORY for LPegLabel 1.0.0-1

* Changes from version 0.12.2-2 to 1.0.0-1
  ---------------------------------
  + base code updated to LPeg 1.0 
  + new functions: lpeglabel.Rec and relabel.calcline
  + improved documentation
  + new examples
  + some bugs fixed 



* Changes from version 0.12.2-1 to 0.12.2-2
  ---------------------------------
  + in case of a failure, "match" also returns a suffix of the input
  + improved error reporting for "relabel", thanks to Matthew Allen
  + limit of labels increased from 32 to 64, thanks to André Maidl
  + compiles with Lua 5.1, thanks to Matthew Allen
  + the throw operator now throws only one label
  + some bugs fixed