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 b6e7407 commit 4112f1aCopy full SHA for 4112f1a
changelog.txt
@@ -0,0 +1,5 @@
1
+v1.1.0 -- 2017-09-09
2
+
3
+- New replace configurations for batch and bulk updates
4
+- Overhaul in documentation
5
+- Standard JS lint
package.json
@@ -1,14 +1,14 @@
{
"name": "mysql2mongo",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "It imports the MySQL records to a Mongo-based database",
"main": "run.js",
6
"scripts": {
7
"start": "node run.js",
8
"test": "echo \"Error: no test specified\" && exit 1"
9
},
10
"author": "Eduardo Quagliato <[email protected]>",
11
- "license": "UNLICENSED",
+ "license": "MIT",
12
"dependencies": {
13
"async": "^2.1.2",
14
"eslint": "^4.6.1",
0 commit comments