asvae / laravel-api-tester

Test your routes without hassle
http://laravel-api-tester.asva.by/
MIT License
354 stars 52 forks source link

Place the response block just under the request block #23

Closed welcoMattic closed 8 years ago

welcoMattic commented 8 years ago

Hi!

I've lots of annotation on my routes, and my response block is placed after the end of the route info block.

It will be nice if you can move it juste under the request block ;)

asvae commented 8 years ago

@welcoMattic develop branch features foldable info.

Foldable info

You may try it.

welcoMattic commented 8 years ago

@asvae In which version? It's not available on 2.0.3 :/

asvae commented 8 years ago

@welcoMattic

"asvae/laravel-api-tester": "dev-development",
welcoMattic commented 8 years ago

@asvae I really prefer stable version. I'll wait your next tag ;) Thanks

asvae commented 8 years ago

@welcoMattic yeah. Won't take years, I guess.

BTW Next minor release is aimed towards refactoring and interface improvements. So we might think of scrollbars or maybe something even better.

welcoMattic commented 7 years ago

@asvae Is there a new release tag with this little useful feature? Thanks

asvae commented 7 years ago

@welcoMattic unfortunately no. You can use this commit 8b6b12f7c305c91a7363a57fac2214f045d29f56

It's in dev branch because of temporary drop of firebase support. Other than that, it should have good stability.

Give me a notice if something's broken, I'll fix it promptly.

Also, you can bind your project to commit because most probably, no minor releases will be coming. Next one will be big. At best in terms of new features, at worst in terms of feature drops and breaking changes : 3.

welcoMattic commented 7 years ago

Ok, thanks for update, I will wait the next big release ;)