- generate_doc_file: Parallelize Doc generation (984e546e)
- 0.4.0: (31d2454b)
- All: Apply clippy fixes (bca0b613)
- Cargo.toml:
- Clippy: Allow Cyclomatic Complexity on nom parser (6ce68ec9)
- Delimiters: descriptors can split on things other than whitespace (15c704b9)
- Docs: Better md formatting (8d4df95b)
- README:
- Support windows again: (46f6267a)
- Watcher: Better information on watching files (fbde071d)
- Windows: only replace ~ with home_dir if ~ in path (b192b8a0)
- Windows support re-added: (ca69c443)
- cargo.toml: Specify files to package (6d99b502)
- cli: Removed requirement for
--location
on all calls (e93d9144) - cli.yml: Keep version numbers consistent (0347fd80)
- clippy: implement clippy suggestions (4f59d771)
- delimiters: Resolves iisue where user with no BASHDOC_CONFIG_PATH caused a panic (8738852d)
- demo: remove old examples (dea6213a)
- docs.rs: Remove debug printlns (50b35b08)
- example:
- header: Improved header looks (b8f5433c)
- html: remove example html to stop inflation of html in repo (e9965c58)
- screenshot: (87d31b24)
- static: remove unnecessary CSS files (38b6f064)
- Delimiters: override global .bashdocrc within a directory (45517f6d)
- Extracted: Parsing of bashdocs from text now includes the line number of the function extract (0ce89d6e)
- Windows: support for windows filepaths (fec2de62)
- cli.yml: Can provide a custom template for html documentation (05936821, breaks #)
- docs.rs: Upgrade to 2018 edition, move to nom for parsing (e7b0541b)
- output HTML:
- script.js: