|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [Unreleased](https://github.com/sansyrox/robyn/tree/HEAD) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/sansyrox/robyn/compare/v0.7.0...HEAD) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- Remove the solution using dockerisation of tests [\#98](https://github.com/sansyrox/robyn/issues/98) |
| 10 | +- Functions not working without request param [\#96](https://github.com/sansyrox/robyn/issues/96) |
| 11 | +- Add actix router [\#85](https://github.com/sansyrox/robyn/issues/85) |
| 12 | +- Request apart from GET are not working in directory subroutes [\#79](https://github.com/sansyrox/robyn/issues/79) |
| 13 | +- Add the ability to share the server across the network [\#69](https://github.com/sansyrox/robyn/issues/69) |
| 14 | +- Add the ability to view headers in the HTTP Methods [\#54](https://github.com/sansyrox/robyn/issues/54) |
| 15 | +- Add tests! [\#8](https://github.com/sansyrox/robyn/issues/8) |
| 16 | + |
| 17 | +**Merged pull requests:** |
| 18 | + |
| 19 | +- Fix the failing testing suite! [\#100](https://github.com/sansyrox/robyn/pull/100) ([sansyrox](https://github.com/sansyrox)) |
| 20 | +- Requests object is now optional [\#99](https://github.com/sansyrox/robyn/pull/99) ([sansyrox](https://github.com/sansyrox)) |
| 21 | + |
| 22 | +## [v0.7.0](https://github.com/sansyrox/robyn/tree/v0.7.0) (2021-10-03) |
| 23 | + |
| 24 | +[Full Changelog](https://github.com/sansyrox/robyn/compare/v0.6.1...v0.7.0) |
| 25 | + |
| 26 | +**Closed issues:** |
| 27 | + |
| 28 | +- Robyn the replacement of Quart [\#86](https://github.com/sansyrox/robyn/issues/86) |
| 29 | +- Add Pytest support for the test endpoints [\#81](https://github.com/sansyrox/robyn/issues/81) |
| 30 | + |
| 31 | +**Merged pull requests:** |
| 32 | + |
| 33 | +- Finally completed router integration [\#90](https://github.com/sansyrox/robyn/pull/90) ([sansyrox](https://github.com/sansyrox)) |
| 34 | +- Address clippy lints [\#89](https://github.com/sansyrox/robyn/pull/89) ([SanchithHegde](https://github.com/SanchithHegde)) |
| 35 | +- Initial docs update [\#83](https://github.com/sansyrox/robyn/pull/83) ([sansyrox](https://github.com/sansyrox)) |
| 36 | +- Add the basics of python testing [\#82](https://github.com/sansyrox/robyn/pull/82) ([sansyrox](https://github.com/sansyrox)) |
| 37 | +- Add a new landing page [\#80](https://github.com/sansyrox/robyn/pull/80) ([sansyrox](https://github.com/sansyrox)) |
| 38 | + |
3 | 39 | ## [v0.6.1](https://github.com/sansyrox/robyn/tree/v0.6.1) (2021-08-30) |
4 | 40 |
|
5 | 41 | [Full Changelog](https://github.com/sansyrox/robyn/compare/v0.6.0...v0.6.1) |
|
0 commit comments