Skip to content

v0.2.0 (Release Candidate 1)

Pre-release
Pre-release
Compare
Choose a tag to compare
@martindale martindale released this 27 Jan 05:03
· 270 commits to master since this release

This is a release candidate for the 0.2.0 release of Maki, which intends to be the boilerplate for future Maki development.

Features:

  • Basic Service Architecture (http service included and enabled by default)
    • Basic Content Negotiation (JSON requests served as JSON, HTML as HTML)
  • Event Bus, offering subscriptions to all resources via any enabled services
    • Speaks the JSON-PATCH protocol, giving atomic updates to objects

This release does not include any single-page application functionality or client-side database caching. It also does not include authentication or authorization. Security in this release is entirely up to you.