-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maintain a changelog #183
Comments
+1 |
+1 I have the same worries too (in fact with several ones on github). One of the reason why I ended up developing and maintaining my own driver (https://github.com/prabhu/mongots) |
I really think it's important this module will have a changelog, at least mentioning major updates and changes in between. I have bootstrapped a changelog from the commit log (see my next comment), maybe it can be used as some kind of foundation? @mafintosh @sorribas it seems like you are the core maintainers of this module, what do you think ? |
540f561: 1.0.1 (Eduardo Sorribas)
e1373bc: 1.0.0 (Eduardo Sorribas)
5a60466: 1.0.0-beta4 (Eduardo Sorribas)
62877cc: 1.0.0-beta3 (Eduardo Sorribas)
9f8dda2: 1.0.0-beta2 (Eduardo Sorribas)
208a43d: 1.0.0-beta1 (Eduardo Sorribas)
9768651: 0.18.2 (Eduardo Sorribas)
78ee4fc: 0.18.1 (Eduardo Sorribas)
e760c80: 0.18.0 (Eduardo Sorribas)
6646401: 0.17.0 (Eduardo Sorribas)
c491e0f: 0.16.0 (Eduardo Sorribas)
af4d245: 0.15.1 (Eduardo Sorribas)
c3aeaff: 0.15.0 (Eduardo Sorribas)
13444fe: 0.14.2 (Eduardo Sorribas)
952f504: 0.14.1 (Eduardo Sorribas)
2edc57e: 0.14.0 (Eduardo Sorribas)
83d9344: 0.13.1 (Eduardo Sorribas)
fd608b1: 0.13.0 (Eduardo Sorribas)
42fecf6: 0.12.1 (Mathias Buus)
e816698: 0.12.0 (Eduardo Sorribas)
eb5ab13: 0.11.1 (Eduardo Sorribas)
a1f9641: 0.11.0 (Eduardo Sorribas)
5d49b11: 0.10.1 (Mathias Buus)
1f7d0f6: V0.10.0 (Mathias Buus)
4898d82: V0.9.11 (Mathias Buus)
00d7134: V0.9.10 (Mathias Buus)
bcf33f6: V0.9.9 (Mathias Buus)
0d64457: V0.9.8 (Mathias Buus)1bd9091: V0.9.7 (Mathias Buus)
d1e8c0d: V0.9.6 (Mathias Buus)b05544b: V0.9.5 (Mathias Buus)
ad197b3: V0.9.4 (Mathias Buus)
fa957f3: V0.9.3 (Mathias Buus)
1747d6c: V0.9.2 (Mathias Buus)
9a29e86: V0.9.1 (Mathias Buus)
70a0cba: V0.9.0 (Mathias Buus)c0e0bba: V0.8.1 (Mathias Buus)
4db58e6: V0.8.0 (Mathias Buus)
95af078: V0.7.17 (Mathias Buus)
cd0d397: 0.7.16 - bump (Mathias Buus)80e84fe: 0.7.15 - bump (Mathias Buus)
bbfca87: 0.7.14 - bump (Mathias Buus)
3cec302: 0.7.13 - bump (Mathias Buus)9d26012: 0.7.12 - bump (Mathias Buus)
a2d4bfa: 0.7.11 - bump (Mathias Buus)
9afee11: 0.6.0 - complete refactor (mafintosh)
67a77c9: 0.5.2 rc (mafintosh)
|
@mderazon is this generated by a tool or hand made? You could send a pull request 👍 |
👍 |
Done! |
Hi there,
We're using this in production and I don't feel confident enough right now to update the module without knowing what's changed.
Usually I look at the commits to try and understand what went in, but it would be great to have a changelog (or is there one that i'm not aware of ?)
Also, couldn't find what version of mongodb this has been tested with (2.4 / 2.6 / 3.0)
Thanks for this great module 👍
The text was updated successfully, but these errors were encountered: