Skip to content

Releases: UniStudents/Saffron

Release v6.2.1

19 Aug 19:56
71840b4
Compare
Choose a tag to compare

🐛 Bug Fix

  • Fixed error from cheerio not loaded correctly

🏡 Internal

  • Upgraded dependencies

Committers: 1

Release v6.2.0

21 May 06:52
Compare
Choose a tag to compare

🚀 Enhancement

  • Added source option disableThumbnail in wordpress-v2 parser

🏡 Internal

  • Pumped version to v6.2.0
  • Updated dependencies

Committers: 1

Release v6.1.5

14 Apr 11:01
Compare
Choose a tag to compare

🐛 Bug Fix

  • Fixed dynamic source file missing implementation

Committers: 1

Release v6.1.4

14 Apr 10:56
fd2f5db
Compare
Choose a tag to compare

🐛 Bug Fix

  • Fixed dynamic source file missing implementation

🚀 Enhancement

  • Default dynamic source request method to utils.get(utils.url)

📝 Documentation

  • Updated documentation

🏡 Internal

  • Upgraded axios to v1.6.8

Committers: 1

Release v6.1.3

29 Dec 11:21
Compare
Choose a tag to compare

🐛 Bug Fix

  • Function serialization
  • Excluded source files

🏡 Internal

  • Updated axios to v1.6.0

Committers: 1

Release v6.1.2

28 Dec 18:42
Compare
Choose a tag to compare

🐛 Bug Fix

  • Fixed Serializer error about AsyncFunction not found

Committers: 1

Release v6.1.1

24 Oct 17:10
Compare
Choose a tag to compare

🐛 Bug Fix

  • Fixed axios configuration not properly been merged before requests

Committers: 1

Release v6.1.0

24 Oct 09:16
Compare
Choose a tag to compare

🚀 Enhancement

  • In the dynamic parser's source file, option implementation is not mandatory (fallback to source name)
  • Dynamic parser's request can return any type instead of axios responses

📝 Documentation

  • Updated documentation to match changes

Committers: 1

Release v6.0.0

23 Oct 17:26
Compare
Choose a tag to compare

💥 Breaking change

  • Modified dynamic parser from using javascript files to json files with extendable classes (TypeScript is also possible now)
  • Configuration option axios will now be called every time a request is made
  • Utils method parse is not allowed to call other dynamic parsers

🐛 Bug Fix

  • Fixed case where configuration option axios as a builder was replaced by default configuration

🚀 Enhancement

  • Added new json and xml parsers

📝 Documentation

  • Updated documentation for configuration options loader and axios
  • Updated documentation for dynamic parser to match new implementation
  • Added new documentation for json and xml parsers

🏡 Internal

  • Upgraded dependencies
  • Removed nanoid dependency and replaced it with native code
  • Increased version to v6.0.0
  • Merged common utilities inside Parser class
  • Created dedicated types for common use cases
  • Renamed middlewares folder to utils
  • Added more instances/types for export in the index file
  • Added tests for json and xml parsers
  • Fixed tests for dynamic parser to match new implementation

Committers: 1

Release v5.0.1

22 Oct 11:25
f798c3f
Compare
Choose a tag to compare

🐛 Bug Fix

  • Undefined exception in WordPress parser when thumbnail was missing

Committers: 1