Relelase 0.2.0
⚡ Improvements
- Added the meta module, which loads v1 and v2 spec files into read-only data structures, converts v1 metadata to v2, and merges multiple files.
🪲 Bug Fixes
- Changed the v1 validator to allow
http
as well ashttps
in themeta-spec
object'surl
field, as a lot of olderMETA.json
files use it.
📔 Notes
- Moved the validation functionality to the valid module.
📚 Documentation
- Updated the
v2
link in all docs to point to the pull request, since it hasn't been merged and published yet. - Updated the README example to use the meta module to load an object.
🆚 For more detail compare changes since v0.1.0.