Mongo DB document auto versioning

Does Mongo DB has any built-in feature to auto increment versions of a document. If the newly inserted document is different then to create a new version and save previous as history. I have referred to the MongoDB Document Versioning Pattern blog, want to know if there is this feature built in?

i don’t think such feature exists.