You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

112 lines
2.3 KiB

4 years ago
  1. ## Change Log
  2. All notable changes to this project will be documented in this file.
  3. ## 4.3.0
  4. ### Changed
  5. - Add support for sorting of entries (through vanilla-rss 1.4.0)
  6. ## 4.2.0
  7. ### Changed
  8. - Add support for multiple feed URLs (through vanilla-rss 1.3.0)
  9. ## 4.1.0
  10. ### Changed
  11. - Add support for custom feed encoding
  12. ## 4.0.0
  13. ### Changed
  14. - Replace business logic with [Vanilla RSS](https://github.com/sdepold/vanilla-rss)
  15. ### Removed
  16. - Support for effects (check the effects example for an alternative approach)
  17. ## v3.2.1
  18. ### Fixed
  19. - Rendering of layoutTemplate `{entries}`
  20. ## v3.2.0
  21. ### Added
  22. - Possibility to specify the date locale via moment.js
  23. ## v3.1.0
  24. ### Changed
  25. - Re-added support for SSL
  26. ## v3.0.1
  27. ### Changed
  28. - Use www.feedrapp.info instead of feedrapp.info
  29. ## v3.0.0
  30. ### Changed
  31. - Replace Google Feed API with [feedr](https://github.com/sdepold/feedr)
  32. ## v2.0.0
  33. ### Changed
  34. - moment.js is now optional
  35. - Please note that the format of dates might change when moment.js is available and no `dateFormat` option is specified. In that scenario all dates will be transformed to the format `dddd MMM Do`.
  36. ## v1.5.1
  37. ### Fixed
  38. - moment.js deprecation warning
  39. ## v1.5.0
  40. ### Added
  41. - `onData` callback which gets triggered after receiving the data but before the rendering.
  42. ## v1.4.0
  43. ### Added
  44. - Pass the feeds meta data to the tokens object.
  45. ## v1.3.0
  46. ### Added
  47. - Error and success callback. (thanks to eliten00b)
  48. ### Fixed
  49. - forEach loop. (thanks to aegisrunestone)
  50. ## v1.2.0
  51. ### Added
  52. - Possibility to define effects for the appearance of entries
  53. ## v1.1.0
  54. ### Added
  55. - XSS protection
  56. ### Changed
  57. - Switched to busterjs for tests
  58. - Implemented tests for XSS protection
  59. ## v1.0.0
  60. ### Changed
  61. - Complete test coverage with mocha
  62. ## v0.4.0
  63. ### Added
  64. - Possibility to define the output method of google request
  65. ### Changed
  66. - Separate layout template from entry template (thanks to ChaosSteffen)
  67. ## v0.3.0
  68. ### Added
  69. - Callback, which is triggered after rendering of all entries (thanks to cm0s)
  70. ### Changed
  71. - Evaluate token map before passing it to custom token functions
  72. - Moved minified version into `dist` folder (thanks to markrambow)
  73. ## v0.2.2
  74. ### Fixed
  75. - Array#indexOf IE bug
  76. ## v0.2.1
  77. ### Fixed
  78. - Catch failures while extracting images
  79. ## v0.2.0
  80. ### Added
  81. - The tokens `index` and `totalEntries`
  82. - Preparation for jasmine tests
  83. ## v0.1.1
  84. ### Added
  85. - Entry filtering