FEATURES.md in hanami-2.0.0.alpha8 vs FEATURES.md in hanami-2.0.0.beta1
- old
+ new
@@ -1,10 +1,31 @@
# Hanami
+
### The web, with simplicity.
## Features
+## v2.0.0.beta1 - 2021-07-20
+
+- Generate new apps using `app/` directory
+
+## v2.0.0.alpha8 - 2021-05-19
+
+## v2.0.0.alpha7.1 - 2021-03-09
+
+## v2.0.0.alpha7 - 2021-03-08
+
+## v2.0.0.alpha6 - 2021-02-10
+
+## v2.0.0.alpha5 - 2021-01-12
+
+## v2.0.0.alpha4 - 2021-12-07
+
+## v2.0.0.alpha3 - 2021-11-09
+
+## v2.0.0.alpha2 - 2021-05-04
+
## v2.0.0.alpha1 - 2019-01-30
## v1.3.3 - 2019-09-20
- Standardize file loading for `.env` files (see: https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use)
@@ -108,18 +129,18 @@
### v0.6.0 - 2016-01-12
- Assets preprocessors support (eg. Sass, ES6, Opal, Less, CoffeScript..)
- Assets compressors (eg. YUI, UglifyJS2, Google Closure Compiler, Sass..)
- Assets helpers:
- * `javascript`
- * `stylesheet`
- * `favicon`
- * `image`
- * `video`
- * `audio`
- * `asset_path`
- * `asset_url`
+ - `javascript`
+ - `stylesheet`
+ - `favicon`
+ - `image`
+ - `video`
+ - `audio`
+ - `asset_path`
+ - `asset_url`
- Content Delivery Network (CDN) support for static assets (CDN mode)
- Checksum suffix for static assets in production mode (Digest mode)
- Support for third party gems as assets distribution channel (eg. `lotus-jquery`)
- CLI: `lotus assets` command `precompile`: preprocess, minify and append checksum suffix
- CLI: `lotus destroy` destroy apps, models, actions, migrations and mailers
@@ -157,10 +178,10 @@
- CLI: `lotus generate app admin` creates a new application (`apps/admin`).
- CLI: `lotus generate model user`. It generates entity, repository and related unit test files.
- `Lotus.env` and `Lotus.env?` for current environment introspection (eg. `Lotus.env?(:test)` or `Lotus.env?(:staging, :production)`)
- Allow repositories to execute raw query/commands against database
- Automatic timestamps update for entities
-– Dirty Tracking for entities (via `Lotus::Entity::DirtyTracking`)
+ – Dirty Tracking for entities (via `Lotus::Entity::DirtyTracking`)
- Nested RESTful resource(s)
- String pluralization and singularization
### v0.3.0 - 2015-03-23