README.md in rage-rb-0.6.0 vs README.md in rage-rb-0.7.0

- old
+ new

@@ -141,20 +141,20 @@ ``` ![Time to complete 100 requests](https://github.com/rage-rb/rage/assets/2270393/007044e9-efe0-4675-9cab-8a4868154118) ## 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>&emsp;• make the `root` helper work correctly with `scope`;<br>&emsp;• support the `defaults` option;~~ -0.3 :white_check_mark: | ~~CLI updates:<br>&emsp;• `routes` task;<br>&emsp;• `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>&emsp;• add the `resources` route helper;<br>&emsp;• 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>&emsp;• make the `root` helper work correctly with `scope`;<br>&emsp;• support the `defaults` option;~~ +:white_check_mark: | ~~CLI updates:<br>&emsp;• `routes` task;<br>&emsp;• `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>&emsp;• add the `resources` route helper;<br>&emsp;• 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.