Releases: nickpascucci/verso
Releases · nickpascucci/verso
v0.2.0
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
andrecto
now print a more helpful error message if argument parsing fails.
v0.1.2
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
Fix some bugs in ID handling which prevented use of some characters which should have been legal.
v0.1.0
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.