saintedlama / mongoose-version

Mongoose plugin to save document data versions. Documents are saved to a "versioned" document collection before saving original documents and kept for later use.
BSD 2-Clause "Simplified" License
144 stars 35 forks source link

Newest version not published in npm? #4

Closed tirithen closed 11 years ago

tirithen commented 11 years ago

I added "mongoose-version": "0.2.x" to my package.json but got a version using the clone module instead of the owl-deepcopy module. The mongoose-version module's package.json says 0.2.2 but the code is not the same as in the github repo. Is the latest version published to npm?

saintedlama commented 11 years ago

Thanks for the hint, a new package version 0.2.3 was published. I really forgot to publish the package :confused:

neeharv commented 9 years ago

Can the latest version of this be published to npm? Or is this not being maintained anymore?

saintedlama commented 9 years ago

It's been maintained, what feature do you miss?