Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88407cd commit 145856eCopy full SHA for 145856e
History.md
@@ -1,4 +1,11 @@
1
2
+0.1.0 / 2013-02-23
3
+==================
4
+
5
+ * expose toFunction
6
+ * allow user defined fn conversions
7
+ * lock down whats considered a valid function string
8
9
0.0.2 / 2013-02-22
10
==================
11
package.json
@@ -1,6 +1,6 @@
{
"name": "mongoose-function",
- "version": "0.0.3-pre",
+ "version": "0.1.0",
"description": "Function storage for Mongoose",
"main": "index.js",
"scripts": {
0 commit comments