Florent Vilmart
d83a0b6808
Use Prettier JS ( #5017 )
...
* Adds prettier
* Run lint before tests
2018-09-01 13:58:06 -04:00
Florent Vilmart
0571675fcd
version 3.0.0 API Docs ( #4943 )
...
* Adds documentation and docs generation upon merge
* nits
2018-08-15 10:47:21 -04:00
Arthur Cinader
ca286b7108
Enable prefer-const lint rule ( #3202 )
2016-12-07 18:17:05 -05:00
Arthur Cinader
11f7712651
Add no trailing whitespace and force eol at end of file. ( #3154 )
2016-12-01 13:24:46 -05:00
Florent Vilmart
8c2c76dd26
Adds liniting into the workflow ( #3082 )
...
* initial linting of src
* fix indent to 2 spaces
* Removes unnecessary rules
* ignore spec folder for now
* Spec linting
* Fix spec indent
* nits
* nits
* no no-empty rule
2016-11-24 15:47:41 -05:00
Florent Vilmart
3e413683f7
Makes HTTPResponse serializable ( #2143 )
...
* Use the callback body instead of response.body that may not be set
* Adds test to handle undefined responses
* Adds toJSON method to properly serialize HTTPResponse
* Use ES5 defineProperty to make keys enumerable
* removes body key from serialization
* Indent nits
2016-06-25 10:56:02 -07:00
Florent Vilmart
6acb5cee80
ES6-ify
2016-03-08 08:04:34 -05:00
Florent Vilmart
982fc72327
Adds HTTPResponse object and lazy loading text and JSON
2016-03-08 07:56:17 -05:00