Remove -PRE from version number before release.
Chris Pressey
7 years ago
0 | 0 |
History
|
1 | 1 |
=======
|
2 | 2 |
|
3 | |
Version 0.11-PRE "Dan Ryan Expressway" (current development version):
|
|
3 |
Version 0.11 "Dan Ryan Expressway" (current released version):
|
4 | 4 |
|
5 | 5 |
* Renamed the internal tests to have descriptive names instead of
|
6 | 6 |
numbers.
|
|
13 | 13 |
block needs no prefixes at all, and it is simply treated as one
|
14 | 14 |
verbatim test body.
|
15 | 15 |
|
16 | |
Version 0.10 "Shedd Aquarium" (current released version):
|
|
16 |
Version 0.10 "Shedd Aquarium" (previous released version):
|
17 | 17 |
|
18 | 18 |
* Removed the old, bitrotting Haskell implementation.
|
19 | 19 |
* Removed deprecated `%(test-text)` and `%(test-file)` variables
|
|
26 | 26 |
there was a previous test, and the test body of the previous test will
|
27 | 27 |
be re-used with the new input in the new test.
|
28 | 28 |
|
29 | |
Version 0.9-2014.0525 "Municipal Pier #2, May 25th 2014" (previous released
|
30 | |
version):
|
|
29 |
Version 0.9-2014.0525 "Municipal Pier #2, May 25th 2014":
|
31 | 30 |
|
32 | 31 |
* Shell implementations assume input and output is encoded UTF-8; any
|
33 | 32 |
malformed UTF-8 is simply ignored (for better or worse, for now.)
|
0 | 0 |
Falderal
|
1 | 1 |
========
|
2 | 2 |
|
3 | |
Version 0.11-PRE "Dan Ryan Expressway"
|
|
3 |
Version 0.11 "Dan Ryan Expressway"
|
4 | 4 |
|
5 | 5 |
This is the reference distribution of Falderal, a file format for literate
|
6 | 6 |
test suites. What sets Falderal apart from most other test frameworks is
|
5 | 5 |
Status
|
6 | 6 |
------
|
7 | 7 |
|
8 | |
This document is a *draft*. It is nominally "version 0.11-PRE" because it
|
9 | |
describes something that version 0.11-PRE of `py-falderal` mostly implements.
|
|
8 |
This document is a *draft*. It is nominally "version 0.11" because it
|
|
9 |
describes something that version 0.11 of `py-falderal` mostly implements.
|
10 | 10 |
We will deign to note which sections of this document the current released
|
11 | 11 |
version of `py-falderal` implements, and which it does not. However,
|
12 | 12 |
this document is a work in progress, subject to change, and subject to get
|