Releases: gautamkrishnar/blog-post-workflow
Releases · gautamkrishnar/blog-post-workflow
1.1.8
- Added
accept_header
option to customize the accept header of the http requests if needed.
1.1.7
- Added
user_agent
option that allows you to customize the user agent used by the RSS feed crawler to fix errors like: #19
1.1.6
- Added https://stackexchange.com/ source
- Introduced a new way to pass arguments to the filter:
stackoverflow/Comment by $author/
,stackexchange/Comment by $author/
etc so that people can customize the filter to use a language other than English.
1.1.5
- Added
filter_comments
option to enable and disable filtering
1.1.4
- Added auto upgrade of package version
1.1.3
- Added
tag_post_pre_newline
option that allows user to insert a newline after the opening tag and before the closing tag when using the template option if needed, for better formatting
1.1.2
- Improved passing of exec args
1.1.1
- Improved tests, Added mocha
1.1.0
- Improved error handling
1.0.9
- Added the
template
parameter to override the default template used while creating the posts list. By default the workflow uses markdown list format, this argument allows you to override this behavior.