Skip to content

Changelog

INFO

For non-version-related changes, please refer to the git commit history.

Version 1.2 (2024-01-01)

  • Modify: lang no longer supports arrays

Version 1.2.1 (2024-01-11)

  • Improve toJSONFeedItem function

Version 1.1 (2023-08-31)

Version 1.0 (2023-06-04)

Version 1.0.1 (2023-06-04)

  • Fix Deno compatibility, no type change

Version 0.5 (2023-01-01)

  • Add: images
  • Rename:
  • Improve:
    • Refinement of classification
    • Improved DateTime type
    • image no longer accepts arrays (multi-photo[^multi-photo])
    • in_reply_to no longer accepts arrays (multiple-reply[^multiple-reply])

Version 0.5.1 (2023-03-01)

  • No type change

Version 0.5.2 (2023-04-24)

  • No type change

Version 0.5.3 (2023-04-24)

  • No type change

Version 0.4 (2022-11-11)

Version 0.4.2 (2022-11-23)

  • Chore: add autoDiscovery and toJSONFeedItem utils

Version 0.4.1 (2022-11-14)

  • Bug fixes, no type change

Version 0.3 (2022-08-31)

  • Improve: image type: (string | FFFImage | (string | FFFImage)[]) => (string | FFFImage | string[] | FFFImage[])

Version 0.2 (2022-07-21)

Version 0.2.2 (2022-08-17)

  • Improve:
  • Chore:
    • fix yaml install command in package README.md
    • update package description

Version 0.2.1 (2022-07-23)

  • Chore:
    • add README.md for package
    • add // deno-fmt-ignore-file in fff.ts
    • update keywords & homepage in package.json
    • Published as a deno module to deno.land/x

Version 0.1 (2022-07-18)

  • Initial version