Minor updates to README and HISTORY.
Chris Pressey
3 years ago
0 | 0 |
History
|
1 | 1 |
=======
|
2 | 2 |
|
3 | |
Version 0.12 "Schoenhofen Brewery" (current development version):
|
|
3 |
Version 0.12 "Schoenhofen Brewery":
|
4 | 4 |
|
5 | 5 |
* When expanding variables in declaration strings, use
|
6 | 6 |
`string.replace` instead of `re.sub` so that backslash-escaping
|
|
21 | 21 |
the `falderal.tests` module. The `-t` command-line option has
|
22 | 22 |
been removed; to run internal tests, run this module instead.
|
23 | 23 |
|
24 | |
Version 0.11 "Dan Ryan Expressway" (current released version):
|
|
24 |
Version 0.11 "Dan Ryan Expressway":
|
25 | 25 |
|
26 | 26 |
* Renamed the internal tests to have descriptive names instead of
|
27 | 27 |
numbers.
|
|
34 | 34 |
block needs no prefixes at all, and it is simply treated as one
|
35 | 35 |
verbatim test body.
|
36 | 36 |
|
37 | |
Version 0.10 "Shedd Aquarium" (previous released version):
|
|
37 |
Version 0.10 "Shedd Aquarium":
|
38 | 38 |
|
39 | 39 |
* Removed the old, bitrotting Haskell implementation.
|
40 | 40 |
* Removed deprecated `%(test-text)` and `%(test-file)` variables
|
123 | 123 |
Development
|
124 | 124 |
-----------
|
125 | 125 |
|
126 | |
Falderal development is
|
127 | |
[hosted on Bitbucket](https://bitbucket.org/catseye/falderal/) with a
|
128 | |
[git mirror of the repository on Github](https://github.com/catseye/Falderal).
|
|
126 |
The git repository for the Falderal distribution can be found on GitHub at
|
|
127 |
[https://github.com/catseye/Falderal](https://github.com/catseye/Falderal).
|
129 | 128 |
|
130 | |
Official release distfiles are available on the
|
|
129 |
Official release distfiles are available via the
|
131 | 130 |
[Falderal project page](http://catseye.tc/node/Falderal) at
|
132 | 131 |
[Cat's Eye Technologies](http://catseye.tc/).
|
133 | 132 |
|
134 | 133 |
Projects using Falderal
|
135 | 134 |
-----------------------
|
136 | 135 |
|
|
136 |
* [ALPACA](http://catseye.tc/node/ALPACA)
|
137 | 137 |
* [Exanoke](http://catseye.tc/node/Exanoke)
|
138 | 138 |
* [Flobnar](http://catseye.tc/node/Flobnar)
|
139 | 139 |
* [Hev](http://catseye.tc/node/Hev)
|
|
142 | 142 |
* [Pail](http://catseye.tc/node/Pail)
|
143 | 143 |
* [Pixley](http://catseye.tc/node/Pixley)
|
144 | 144 |
* [PL-{GOTO}.NET](http://catseye.tc/node/PL-{GOTO}.NET)
|
|
145 |
* [Quylthulg](http://catseye.tc/node/Quylthulg)
|
145 | 146 |
* [Robin](http://catseye.tc/node/Robin)
|
146 | |
* [Quylthulg](http://catseye.tc/node/Quylthulg)
|
|
147 |
* [Samovar](http://catseye.tc/node/Samovar)
|
|
148 |
* [SixtyPical](http://catseye.tc/node/SixtyPical)
|
|
149 |
* [Tamsin](http://catseye.tc/node/Tamsin)
|
147 | 150 |
* [Velo](http://catseye.tc/node/Velo)
|
148 | 151 |
* [Yolk](http://catseye.tc/node/Yolk)
|
149 | 152 |
* [Xoomonk](http://catseye.tc/node/Xoomonk)
|