StructuredText parser release history

  1. StructuredText parser release history
    1. .80 first public release: 4/14/02
    2. .81 4/15/02
    3. .85 4/19/02
    4. .86 4/19/02 (a few minutes later)
    5. .87 4/19/02 (a little while later)
    6. .88 4/21/02
      1. .88b 4/22/02
    7. .89 4/23/02
    8. .90 4/23/02
    9. .91 4/23/02 (same day)
      1. .91b 4/23/02
      2. .91c 4/24/02
    10. .95 4/26/02
      1. .95b 4/27/02
      2. .95c 4/27/02
      3. .95d 5/8/02
    11. .96 5/13/02
    12. .97 5/14/02
    13. .98 5/17/02
      1. .98b 5/17/02
      2. .98c 5/20/02
      3. .98d 5/21/02
    14. .99 5/21/02
      1. .99b 5/22/02
      2. .99c 5/22/02
      3. .99d 5/23/02
      4. .99e 5/23/02
      5. .99f 5/24/02
      6. .99g 5/25/02
  2. To do
  3. Notes

Note: Some styles shown here may be slightly different than they actually are used. At the time of writing (4/16/02, version .81) I don't have escaping built into the parser yet, so I've had to cheat a little. Also, the rules should be kept up to date with the parser, so at any time you should be able to get a full summary of what the parser can do.

.80 first public release: 4/14/02

Featured:

.81 4/15/02

Added:

.85 4/19/02

.86 4/19/02 (a few minutes later)

.87 4/19/02 (a little while later)

.88 4/21/02

.88b 4/22/02

.89 4/23/02

.90 4/23/02

.91 4/23/02 (same day)

.91b 4/23/02

.91c 4/24/02

.95 4/26/02

.95b 4/27/02

.95c 4/27/02

.95d 5/8/02

.96 5/13/02

.97 5/14/02

.98 5/17/02

.98b 5/17/02

?footnotes

Footnotes:
[1]: The only thing I have to improve is to make it be able to differentiate between numeric labels and autonumbered footnotes. In other words, I have to make sure that if someone puts a numeric label, it won't overwrite any automatically generated footnote. This will let you have footnotes with specific numbers if you choose.
[2]: this is an autonumbered footnote
[label]: This is a footnote with a specific label
[3]: You have to be consistent in your use of the different types of unordered lists. If you begin a list with a "*" and try to continue it with "-", it'll be considered a new list.

.98c 5/20/02

.98d 5/21/02

.99 5/21/02

.99b 5/22/02

.99c 5/22/02

.99d 5/23/02

.99e 5/23/02

.99f 5/24/02

.99g 5/25/02

To do

Notes