Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-01-05 | 786 Bytes | |
v2.1.0.tar.gz | 2023-01-05 | 88.4 kB | |
v2.1.0.zip | 2023-01-05 | 96.2 kB | |
Totals: 3 Items | 185.3 kB | 0 |
2.1.0:
- Added
outputHeader
as a convenience function for usage headers. - Added more examples in the documentation.
- Fixed missing graphics in documentation.
2.0.0:
The format of the option map has been greatly simplified along with the
underlying code with no loss of functionality. Exceptions have been replaced
with simple error codes. The usage()
function has been eliminated and replaced
with a generic ANSI markup language interpreter.
- Removed exceptions triggered by end-user error and instead return error objects.
- Merged
minicle-usage
into the main Minicle module. - Eliminated '@' in map receptacle entries so they can be used without brackets in the code.
- Filled in missing documentation on the
customColors
option to theheaders
method.