Releases: getindiekit/mf2tojf2
Releases · getindiekit/mf2tojf2
v1.0.0
Maintenance release
Maintenance release
Consistent behaviour for media objects with single and multiple items
Fixes
- Use correct key names for media properties when single item in array (6b7a65a)
Improved compliance with JF2 specification
Add function to fetch and include references
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
Ensure output is compliant with the JF2 specification
Fixes
- Fix single value arrays. For example,
category: ['tag']
(MF2) should be converted tocategory: 'tag'
. - Fix handling of HTML
content
objects. These should remain as objects, with 2 values,html
andtext
. - Fix handling of property objects (such as
photo
) versus post objects (which appear aschildren
).
Chores
- Add and update tests.
Initial release
v0.1.0 chore: update package.json