Skip to content

Major release: BC breaks to service constructors

Compare
Choose a tag to compare
@weaverryan weaverryan released this 08 Sep 14:52
· 8 commits to master since this release
86ca5f9

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!