Skip to content

Releases: nickpascucci/verso

v0.2.0

25 Nov 15:38
2c921ca
Compare
Choose a tag to compare

Added

  • A new weave pattern, @* <regex>, can be used which expands to all of the fragments whose IDs match the given regular expression.
  • Users can now set their own symbols for fragment boundaries, insertion, and so on using environment variables.

Changed

  • Various discrepancies in terminology between the README and source code have been cleaned up.
  • Both verso and recto now print a more helpful error message if argument parsing fails.

v0.1.2

22 Jan 21:50
Compare
Choose a tag to compare

This release adds support for absolute and relative path references in woven output. For more information, see CHANGELOG.md and the updated example files.

v0.1.1

22 Jan 21:49
Compare
Choose a tag to compare

Fix some bugs in ID handling which prevented use of some characters which should have been legal.

v0.1.0

10 Mar 19:36
Compare
Choose a tag to compare

This is the first, experimental release of verso|recto. It supports the fundamentals of the workflow; for more details, please see README.md.

Added

Workflow fundamentals:

  • Basic support for annotating source files with regions for extraction.
  • Basic weave support.
  • Basic support for referencing fragment source locations.