Commit Graph

123 Commits (23990f2185f0ae203efd7da43724d58dcecb24f9)

Author SHA1 Message Date
Milton Mazzarri 23990f2185
Release v0.5.1 2019-03-20 09:54:18 -05:00
Milton Mazzarri 33d6c68884
Fix publishing a new status (Fixes: #14) 2019-03-20 09:48:37 -05:00
Milton Mazzarri a27c030376
Set warning_as_errors option to the Elixir compiler 2019-03-20 00:24:51 -05:00
Milton Mazzarri de2181cc74
Fix silly mistake on Travis CI config 2019-03-20 00:24:09 -05:00
Milton Mazzarri 06ed90630f
Bump Elixir version 2019-03-20 00:11:48 -05:00
Milton Mazzarri 21bdc91b24
Add unit tests for saving/loading credentials 2019-03-19 23:55:29 -05:00
Milton Mazzarri 0d1f047477
Add Credo for static code analysis 2019-03-19 23:54:03 -05:00
Milton Mazzarri f532c63340
Add more tests for Hunter.Notification 2019-03-19 23:07:07 -05:00
Milton Mazzarri 3473d33566
Add doctests to Hunter.Config 2019-03-19 23:06:26 -05:00
Milton Mazzarri 69a885a735
Use Mox for unit testing 2019-03-19 22:44:05 -05:00
Milton Mazzarri d64ecef2f9
Bump version to 0.5.1-dev 2019-03-19 20:30:05 -05:00
Milton Mazzarri afd0d457bf
Release v0.5.0 2019-03-19 20:18:54 -05:00
Milton Mazzarri 8f3c8cab5c
Add more info about the configuration options 2019-03-19 13:23:08 -05:00
Milton Mazzarri 371494644d
Fix errors reported by Dialyzer 2019-03-19 13:16:09 -05:00
Milton Mazzarri 611fbc4ebf
Update Travis CI config 2019-03-19 12:19:35 -05:00
Milton Mazzarri db3a0855e1
Add tool-versions 2019-03-19 12:19:23 -05:00
Milton Mazzarri 92f6ae71d3
Add dialyzer 2019-03-19 12:19:05 -05:00
Milton Mazzarri 808e2adcda
Allow runtime configuration changes 2019-03-19 12:18:34 -05:00
Milton Mazzarri d2a99b9abf
Delete configuration files 2019-03-19 12:14:24 -05:00
Milton Mazzarri d8b0399534
Prepare changelog for next release 2019-03-19 11:11:41 -05:00
Milton Mazzarri 5b8585af45
Add Emoji entity, add new fields on Account entity 2019-03-19 11:02:41 -05:00
Milton Mazzarri eed75942b1
update Travis CI configuration 2019-01-22 13:13:42 -06:00
Milton Mazzarri aa82183fe4
Fix upload_media 2019-01-22 12:15:46 -06:00
Milton Mazzarri 30c54c8720
update dependencies 2019-01-21 17:03:12 -06:00
Milton Mazzarri 5fbdac2ea5
add formatter config 2019-01-21 17:01:51 -06:00
Nicolas bbb55e5876 Upgrade poison (#12)
* Allow http_client to provide HTTP options to HTTPoison

* Add redirection HTTP options

* Move file in API module because it is related to HTTPClient

* Upgrade HTTPoison version

* Docs update

* Add lock file
2019-01-21 15:52:47 -06:00
Milton Mazzarri f578833eef
Include new attributes in some Entities 2017-11-07 15:55:54 -06:00
Milton Mazzarri 605a062c86
mix format 2017-11-07 15:55:53 -06:00
Milton Mazzarri 156124101a
Improve exception handling 2017-11-07 15:55:52 -06:00
Udo Kramer 04965790e9 Bump version number 2017-11-07 15:51:19 -06:00
optikfluffel d58c9ce421 update travis config
- add additional build using elixir 1.5.2 and otp 20.1
- bump 1.4.2 to 1.4.5
2017-11-07 15:49:12 -06:00
Milton Mazzarri c1c2a17bfe
Hide internal details from docs 2017-06-05 12:58:04 -05:00
Milton Mazzarri 476339383c
Fix link to server-sent events docs 2017-06-05 12:57:41 -05:00
Milton Mazzarri d02c45b595
Move `reblogged_by` and `favourited_by` to Account module 2017-06-05 12:56:13 -05:00
Milton Mazzarri ac9c143bd7
Update endpoints according to recent docs 2017-06-04 17:40:07 -05:00
Milton Mazzarri 1514c96a2e
Add more examples in the docs 2017-04-28 15:18:33 -05:00
Milton Mazzarri d27bc2b72e
Remove extra blank line 2017-04-22 13:38:32 -05:00
Milton Mazzarri d6f998099c
Fix `create_status` and `relationships` endpoints 2017-04-22 13:26:52 -05:00
Milton Mazzarri fe7213bba9
Refactor HTTP Client 2017-04-21 23:28:10 -05:00
Milton Mazzarri d0a069b68c
Set default values for API base url and home 2017-04-20 17:44:00 -05:00
Milton Mazzarri 48790cf79d
Fix typo in Travis CI conf 2017-04-20 00:32:02 -05:00
Milton Mazzarri bb041b8e50
Fix some specs 2017-04-20 00:28:18 -05:00
Milton Mazzarri 45bc4193ff
test multiple Elixir versions with diff OTP releases 2017-04-20 00:26:27 -05:00
Milton Mazzarri cf4b60223e
Add basic Event Stream struct 2017-04-19 16:33:23 -05:00
Milton Mazzarri 0968e947ae
Use parentheses around def arguments 2017-04-19 16:32:40 -05:00
optikfluffel b3becc42e0 Bump versions in Travis configuration 2017-04-19 14:29:45 -05:00
Milton Mazzarri e3ed287987 Set default value for 'hunter_api' (fixes #6) 2017-04-19 19:19:07 +00:00
Milton Mazzarri 531f777706
Bump version to 0.5.0-dev 2017-04-17 22:29:55 -05:00
Milton Mazzarri f972ec1f42
Release v0.4.0 2017-04-17 22:25:01 -05:00
Milton Mazzarri f1a51e063c
docs: Fix titles for extra pages 2017-04-17 22:24:07 -05:00