Skip to content

Releases: getindiekit/indiekit

v0.0.2 – Full Micropub support

22 Sep 19:10
Compare
Choose a tag to compare

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

17 Aug 19:30
e569e47
Compare
Choose a tag to compare
  • Creating posts using JSON or x-www-form-urlencoded syntax
  • Deleting posts with support for delete and undelete 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.