1Version 0.2.7
22020-07-02
3Added support for name-readtables.
4Now interpol syntax can be activated using: (named-readtables:in-readtable :interpol-syntax).
5This way integration with SLIME and SLY is possible.
6
7Version 0.2.6
82016-08-26
9Merge pull request #5 from agrostis/master (Hans Hübner)
10Followup to 100efc6: added documentation and tests. (Boris Smilga)
11Followup to 100efc6: ignore non-newline whitespaces only, as per CLHS 22.3.9.3. (Boris Smilga)
12Merge pull request #4 from agrostis/master (Hans Hübner)
13Backspace + newline as an escape sequence emulating tilde + newline in CL:FORMAT. (Boris Smilga)
14
15Version 0.2.5
162015-11-22
17Fix docstring as suggested by Stas (Hans Hübner)
18
19Version 0.2.4
202015-11-22
21Exnabled direct use of cl-interpol-reader (Mike Maul)
22
23Version 0.2.3
242014-11-28
25update support info (Hans Huebner)
26
27Version 0.2.2
282013-10-04
29inline format directive syntax and an extra argument to enable-interpol-syntax (Marco Baringer)
30
31Version 0.2.1
322008-07-25
33Fixed typo in HTML documentation
34
35Version 0.2.0
362008-07-24
37Base Unicode support on CL-UNICODE
38Add new CL-PPCRE special characters for named registers and named properties
39Re-architecture test suite
40
41Version 0.1.2
422004-12-16
43Added hyperdoc support
44Added :CL-INTERPOL to *FEATURES*
45Typo fixes in doc/index.html
46
47Version 0.1.1
482003-12-21
49Fixed an embarrassing bug where COLLECTOR was re-used in read.lisp (reported by Hans Hübner)
50More tests, better failure reporting
51Tried to increase readability of docs
52Mentioned Debian and Gentoo in docs
53
54Version 0.1.0
552003-10-22
56Initial release
57