Skip to content

Releases: gautamkrishnar/blog-post-workflow

1.1.8

11 Aug 16:21
Compare
Choose a tag to compare
  • Added accept_header option to customize the accept header of the http requests if needed.

1.1.7

11 Aug 14:23
8ed4877
Compare
Choose a tag to compare
  • 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

10 Aug 18:15
0a6f771
Compare
Choose a tag to compare
  • 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

09 Aug 14:11
6d7d0d9
Compare
Choose a tag to compare
  • Added filter_comments option to enable and disable filtering

1.1.4

09 Aug 11:18
19101af
Compare
Choose a tag to compare
  • Added auto upgrade of package version

1.1.3

09 Aug 10:47
a03aaa9
Compare
Choose a tag to compare
  • 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

09 Aug 09:23
1e37c30
Compare
Choose a tag to compare
  • Improved passing of exec args

1.1.1

08 Aug 11:11
2f62cab
Compare
Choose a tag to compare
  • Improved tests, Added mocha

1.1.0

07 Aug 14:59
7db9484
Compare
Choose a tag to compare
  • Improved error handling

1.0.9

07 Aug 08:08
566f510
Compare
Choose a tag to compare
  • 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.