Commit Graph

67 Commits

Author SHA1 Message Date
David Diaz 40abf85a78 Added a new top-level setting: defaults.
Defaults allow you to set default settings for all requests. You can
pass any configuration value and it'll be merged with any values the
request already has allowing you to write even less repetitive code.
2017-12-27 16:43:47 -06:00
David Diaz 24a0fdf788 0.5.0 2017-12-23 01:59:55 -06:00
David Diaz 930a957bf3 Cleaning up the code.
Mostly trying to get test coverage up by refactoring and cleaning
methods.
2017-12-23 00:34:36 -06:00
David Diaz 35983addf7 Refactored the cli.
Started making use of commander's commands and actions. This changes how
beau is invoked but I feel like it's a lot easier to work with now.
2017-12-07 21:55:36 -06:00
David Diaz 6a3e0e136b 0.4.0 2017-12-04 00:00:42 -06:00
David Diaz 32b9f0f523 Cleaning the CLI tool. Small refactorings all around.
If a string is passed to a request configuration its now considered
that request's alias.
2017-12-03 23:56:09 -06:00
David Diaz a8a71caad8 0.3.1 2017-10-23 10:13:25 -06:00
David Diaz 17e3394f9c 0.3.0 2017-10-21 14:39:28 -06:00
David Diaz 7ecd5428c6 Replaced unirest with request-promise. Tried using the built it http
stuff but it's just silly.
2017-10-20 18:59:37 -06:00
Sergio Díaz df884bdb8b 0.2.1 2017-04-05 23:04:19 -06:00
Sergio Díaz 431080283d 0.2.0 2017-04-05 22:58:29 -06:00
Sergio Díaz 9ac4e9c75e Merge branch 'master' of github.com:Seich/Beau 2017-04-05 22:57:10 -06:00
Sergio Díaz 3c2691b164 Added basic support for plugins.
Plugins can now be included, they can modify the requests before they
are made and modify the result. They are very simple to write and work
with. I also wrote and example plugin over at seich/beau-jwt.
2017-04-05 22:55:09 -06:00
David Diaz 6335139cbd 0.1.2 2017-03-09 17:03:09 -06:00
David Diaz c93ca76d4d 0.1.1 2017-03-02 10:25:31 -06:00
David Diaz 4f946eeafa Updated package version. 2017-03-02 10:20:01 -06:00
Sergio Díaz 40f17dccaf Initial Commit. 2017-02-10 21:11:13 -06:00