Skip to content

Releases: getindiekit/mf2tojf2

v1.0.0

13 May 21:09
Compare
Choose a tag to compare
  • refactor: replace got with undici 4c67205
  • feat: drop support for Node.js v14 a3d0a55
  • chore: update dependencies 5c67d6a
  • ci: add dependabot ffc912c

v0.4.3...v1.0.0

Maintenance release

02 Apr 23:46
Compare
Choose a tag to compare

v0.4.2...v0.4.3

Maintenance release

18 Dec 22:40
Compare
Choose a tag to compare

Fixes

v0.4.1...v0.4.2

Consistent behaviour for media objects with single and multiple items

09 Jan 23:43
Compare
Choose a tag to compare

Fixes

  • Use correct key names for media properties when single item in array (6b7a65a)

v0.4.0...v0.4.1

Improved compliance with JF2 specification

09 Jan 22:59
Compare
Choose a tag to compare

Fixes

  • Use correct key name for media URL property (url not value) (19396e2)
  • If an array contains a single number value, return this number and not the array, matching the behaviour used for strings (49bda6b)

v0.3.0...v0.4.0

Add function to fetch and include references

25 Aug 22:37
Compare
Choose a tag to compare

New features

  • Add mf2tojf2referenced, a new function to fetch and include references (d254cf5)

Chores

  • Add JSDoc comments
  • Lint JSDoc comments
  • Split functions into separate files
  • Add and update tests

v0.2.1...v0.3.0

Ensure output is compliant with the JF2 specification

26 Jul 12:49
Compare
Choose a tag to compare

Fixes

  • Fix single value arrays. For example, category: ['tag'] (MF2) should be converted to category: 'tag'.
  • Fix handling of HTML content objects. These should remain as objects, with 2 values, html and text.
  • Fix handling of property objects (such as photo) versus post objects (which appear as children).

Chores

  • Add and update tests.

Initial release

25 Jul 23:45
Compare
Choose a tag to compare
v0.1.0

chore: update package.json