README.md in rage-rb-1.4.0 vs README.md in rage-rb-1.6.0
- old
+ new
@@ -153,11 +153,11 @@
: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.~~
:white_check_mark: | ~~Support conditional get with `etag` and `last_modified`.~~
+:white_check_mark: | ~~Expose the `cookies` and `session` objects.~~
⏳ | Expose the `send_data` and `send_file` methods.
-⏳ | 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.