Releases: getindiekit/indiekit
Releases · getindiekit/indiekit
v0.0.2 – Full Micropub support
New features
- Updating posts with support for replacing, adding and deleting properties
- Basic internationalisation of public facing pages and commit messages (English and German for now)
- New endpoint queries to get previously published posts and the last uploaded media file
Enhancements
- Allow publication URLs to include a folder, i.e.
https://site.example/microsite
- Add
h-x-app
classes and meta information to public facing pages - Use @grantcodes post-type-discovery module for post type discovery
- Update documentation and app.json to clarify required information to set up a new server
v0.0.1 – Basic Micropub support
- Creating posts using JSON or
x-www-form-urlencoded
syntax - Deleting posts with support for
delete
andundelete
actions - Uploading media via media endpoint or including
multipart/form-data
in a request - Querying for configuration, source content and syndication targets. Additonal support for querying supported vocabularies.
Full test coverage and documentation.