README.md in rage-rb-0.6.0 vs README.md in rage-rb-0.7.0
- old
+ new
@@ -141,20 +141,20 @@
```

## Upcoming releases
-Version | Changes
-------- |------------
-0.2 :white_check_mark: | ~~Gem configuration by env.<br>Add `skip_before_action`.<br>Add `rescue_from`.<br>Router updates:<br> • make the `root` helper work correctly with `scope`;<br> • support the `defaults` option;~~
-0.3 :white_check_mark: | ~~CLI updates:<br> • `routes` task;<br> • `console` task;<br>Support the `:if` and `:unless` options in `before_action`.<br>Allow to set response headers.~~
-0.4 :white_check_mark: | ~~Expose the `params` object.<br>Support header authentication with `authenticate_with_http_token`.<br>Router updates:<br> • add the `resources` route helper;<br> • add the `namespace` route helper;~~
-0.5 :white_check_mark: | ~~Add request logging.~~
-0.6 | Automatic code reloading in development with Zeitwerk.
-0.7 | Expose the `send_data` and `send_file` methods.
-0.8 | Support conditional get with `etag` and `last_modified`.
-0.9 | Expose the `cookies` and `session` objects.
-1.0 | Implement Iodine-based equivalent of Action Cable.
+Status | Changes
+-- | ------------
+:white_check_mark: | ~~Gem configuration by env.<br>Add `skip_before_action`.<br>Add `rescue_from`.<br>Router updates:<br> • make the `root` helper work correctly with `scope`;<br> • support the `defaults` option;~~
+:white_check_mark: | ~~CLI updates:<br> • `routes` task;<br> • `console` task;<br>Support the `:if` and `:unless` options in `before_action`.<br>Allow to set response headers.~~
+:white_check_mark: | ~~Expose the `params` object.<br>Support header authentication with `authenticate_with_http_token`.<br>Router updates:<br> • add the `resources` route helper;<br> • add the `namespace` route helper;~~
+:white_check_mark: | ~~Add request logging.~~
+:white_check_mark: | ~~Automatic code reloading in development with Zeitwerk.~~
+⏳ | Expose the `send_data` and `send_file` methods.
+⏳ | Support conditional get with `etag` and `last_modified`.
+⏳ | Expose the `cookies` and `session` objects.
+⏳ | Implement Iodine-based equivalent of Action Cable.
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.