Ionic doc outdated?

I’m using 1.7 version and I refer to the doc here http://ionicframework.com/docs/nightly/api/service/$ionicHistory/ which is doc of version 1.3.

I found few of the method there is already deprecated. Where can I find proper doc of the latest ionic?

1.7 is the version of ionic-cli. The docs have version number of the framework not the CLI and framework’s latest version is 1.3, so there’s nothing wrong. Which methods do you think are deprecated?

removeBackView()

there are a few new methods but I have no clue how to use them. Do I have to dig into the code base?!

I’m on 1.7.16 and I’m getting $ionicHistory.removeBackView is not a function when I try to call removeBackView(). Can anyone confirm if this method has been removed?