FEATURES.md in hanami-1.0.0 vs FEATURES.md in hanami-1.1.0.beta1
- old
+ new
@@ -1,9 +1,21 @@
# Hanami
### The web, with simplicity.
## Features
+## v1.1.0 (unreleased)
+
+- One-To-Many association (aka `belongs_to`)
+- One-To-One association (aka `has_one`)
+- Many-To-Many association (aka `has_many :through`)
+- Allow third-party developers to register commands for CLI (eg `hanami generate webpack`)
+- Introduced new extra behaviors for entity manual schema: `:schema` (default), `:strict`, `:weak`, and `:permissive`
+- Custom logger for `Hanami.logger`
+- Selectively boot apps via `HANAMI_APPS=web` env var
+- Log payload (params) for non-GET HTTP requests
+- Filter sensitive data in logs
+
### v1.0.0 - 2017-04-06
- Logger rotation
- Added: `Action#unsafe_send_file` to send files outside of the public directory
- CLI: `hanami generate model` now also generates a migration