Skip to content
This repository was archived by the owner on Apr 21, 2021. It is now read-only.

Latest commit

 

History

History
65 lines (43 loc) · 1.46 KB

File metadata and controls

65 lines (43 loc) · 1.46 KB

Changelog

4.0.0

October 26, 2020

  • Change Update dependencies due to security vulnerabilities

3.0.1

January 10, 2019

  • Change Update dependencies due to security vulnerabilities

3.0.0

July 26, 2016

  • Change Update all dependencies to latest version
  • Change Kill off support for legacy Node versions not supported anymore (0.10.x and 0.12.x)

2.1.1

July 26, 2016

  • Add package-lock.json for NPM 5
  • Fix Fix mongoexports as arrays failing due to MongoDB keys (thanks to kleber-swf)
  • Fix Fix outdated dev-dependencies for causing npm install to fail

2.1.0

August 22, 2016

  • Add Add support for using MongoDB supported data types as _id

2.0.0

July 15, 2016

  • Add Add support for importing mongoexport data dumps
  • Change Change code to conform with JS standards
  • Change Update dependencies to latest version

1.1.1

July 15, 2016

  • Fix Add missing dependency for node <5.x

1.1.0

July 14, 2016

  • Add Add possibility to use _id in files to import (thanks to denneulin)
  • Fix Fix problem with tests not cleaning up

1.0.2

October 27, 2015

  • Add Add mocha test cases (requires MongoDB running locally)
  • Add Add CHANGELOG :)
  • Change Reformat code
  • Fix Fix typos in README

1.0.1

October 26, 2015

  • Change Updated README

1.0.0

October 25, 2015

  • Initial release