Skip to content

Releases: julianpoy/RecipeClipper

v3.1.0

04 Jan 05:48
Compare
Choose a tag to compare

3.1.0 (2024-01-04)

Features

  • ignoreMLClassifyErrors flag (adaeeaa)

v3.0.1

19 Nov 23:59
Compare
Choose a tag to compare

3.0.1 (2023-11-19)

Bug Fixes

  • main & module import paths (17da5c8)

v3.0.0

24 Oct 04:31
Compare
Choose a tag to compare

3.0.0 (2023-10-24)

chore

  • update integration tests (1987904)

BREAKING CHANGES

  • Update bundler, switch package.json to ESM, which may cause issues downstream (though I don't believe it should).

v2.4.0

11 Aug 01:03
Compare
Choose a tag to compare

2.4.0 (2023-08-11)

Bug Fixes

Features

  • support HowToSection in ingredients/instructions (0a648a0)

v2.3.0

22 Feb 07:25
Compare
Choose a tag to compare

2.3.0 (2021-02-22)

Features

  • Add support for microdata tags within document (fd8c35e)

v2.2.3

20 Feb 18:54
Compare
Choose a tag to compare

2.2.3 (2021-02-20)

Bug Fixes

  • Add support for ImageObjects in schemas (ddf9e05)

v2.2.2

20 Feb 18:52
Compare
Choose a tag to compare

2.2.2 (2021-02-20)

Bug Fixes

  • Fix failing call for document title if no other matchers found result (eba535a)

v2.2.1

20 Feb 18:36
Compare
Choose a tag to compare

2.2.1 (2021-02-20)

Bug Fixes

  • Pass options down through utils (62da395)
  • Store cached schemas on window rather than local (0fb03e7)

v2.2.0

19 Feb 06:55
Compare
Choose a tag to compare

2.2.0 (2021-02-19)

Bug Fixes

  • Allow passing partial options (3514b4d)

Features

  • Add support for passing options on init (0665e42)

v2.1.1

17 Feb 07:32
Compare
Choose a tag to compare

2.1.1 (2021-02-17)

Bug Fixes

  • Add support for schemas that are just arrays of schemas (9120226)