- Add missing feature - pagination on Technical Indicator endpoints. Thanks `afestekjian` for reporting it.
1.1.4
- Added `second` aggregate timespan as an enum. Thanks Slade Wilson for letting me know.
1.1.3
- Gracefully handle JSON Parser issues (Thanks MuradGithub for the contribution) - Add `info` log level handler to pagination methods (Thanks MuradGithub for the contribution) - Add `tos1` option symbol format. (Thanks greko6 for bringing this up as [16](https://github.com/pssolanki111/polygon/issues/16))
1.1.2
- Fixed minor bug: Wrong underlying API call for `get_macd`. [14](https://github.com/pssolanki111/polygon/issues/14)
1.1.1
- `as_of` parameter now supported on option contract endpoint - Restructure of requirements file and minor updates to documentation
1.1.0
- Added the new technical Indicator endpoints to library. Includes SMA, EMA, RSI and MACD. See docs for more details.