Major release: BC breaks to service constructors
Hi!
This new release doesn't contain any new features. Instead, we changed the constructor argument to several services, which should not affect you until you are doing something custom.
This was motivated by the new DisqusClientInterface
introduced in 3.0. This interface wasn't "pure" in the fact that the main implementation - DisqusClient
- had extra methods that you truly needed to implement if you wanted to fully replace the DisqusClient
with your own, decorated implementation. The new version 4 fixes this.
See #53 for all the details.
Cheers!