v0.2.0 (Release Candidate 3)
Pre-release
Pre-release
This is a release candidate for the 0.2.0
release of Maki, which intends to be the boilerplate for future Maki development.
Changes from RC2:
Tests now completely pass, and several "attribute" features have been added.
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
- Plugin System, extending both Resources and Services
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.