-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES
98 lines (75 loc) · 2.26 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
** 0.0.28
- Thanks @naxhh
-- custom headers
-- code improviment
** 0.0.22
- Bugfix
-- Binding host. Access from outside of localhost is finally fixed.
** 0.0.21
- Bugfix
-- Adding bind to shifter class
** 0.0.20
- Bugfix
-- Bind should be captalized. It shoul fix the ssl service to be available out of localhost
** 0.0.19
- Bugfix
-- return 500 when content type response was not defined
** 0.0.18
- Feature
-- now the port for ssl service must be defined when starting the service
** 0.0.17
- internal improvements
-- removing code duplication
** 0.0.16
- Feature
-- Adding support to location header
** 0.0.15
- Feature
-- Adding support to run from external machines
** 0.0.14
- Feature
-- Adding support to choose port
** 0.0.13
- Feature
-- Adding support to DELETE and PUT http methods
** 0.0.12
- Code improvement
-- Just removing code ;)
** 0.0.11
- Feature
-- Now it is possible to start a service with https
** 0.0.10
- Feature
-- Now it is possible to define route using accept header
** 0.0.9
- Bugfix
-- Fixing command -c create to include response sleep
** 0.0.8
- Feature
-- adding sleep funtion, to simulate response time and timeouts
** 0.0.7
- Temp hack: RACK_ENV=testing
-- using enviroment variable to define if we are or not using testing flavour folder
** 0.0.6
- Bugfix: Using the right path
-- Accidentally changed the path to use the testing one. Build is going to brek
** 0.0.5
- Bugfix: Missing pry gem
-- Pry should not be a service dependency.
** 0.0.4
- Command -s / start added
-- Now the gem is able to start its rest service by command line
- Command -c / create added
-- Now the gem is able to create a new file to configure a service
** 0.0.3
- Algorithm improvements and big renaming:
-- Adding a customizable algorithm that will allow to take decisions based on headers for routing
- First version that includes cli:
-- Renaming to follow recommended gem naming
-- First version of the cli with help, verion e fallback to help
** 0.0.2
- First version that inclues:
-- Basic request with body, content-type and accept, for both, post and get operations
** 0.0.1
- First version that inclues:
-- Basic request with body for get operations