FLUJOS/VISUALIZACION/node_modules/mongod/CHANGELOG.md
2025-11-07 00:06:12 +01:00

62 lines
1.2 KiB
Markdown
Executable file
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# mongod
This project adheres to [Semantic Versioning](http://semver.org/). Notable
changes to this project will be documented in this file for which the format
is based on [Keep a Changelog](http://keepachangelog.com/).
### [2.0.0][] - 2017-01-17
#### Added
- Support for NPM install
- Lint markdown with remark
### [1.0.0][] — 2017-01-16
#### Added
- Changelog
#### Fixed
- “stdout” event not emitted for stderr
---
### [0.2.0][] — 2017-01-08
#### Added
- Support for `--nojournal` (`Mongod~Config#nojournal`)
---
### [0.1.0][] — 2017-01-08
#### Added
- Support for `--storageEngine` (`Mongod~Config#storageEngine`)
- “open” and “close” events
#### Changed
- Update dev dependencies
- eslint 3.13.0
#### Fixed
- Errors when calling `#open()` or `#close()` repetitiously
---
### [0.0.1][] — 2016-12-24
#### Added
- Initial release
[2.0.0]: https://github.com/BrandonZacharie/node-mongod/compare/1.0.0...2.0.0
[1.0.0]: https://github.com/BrandonZacharie/node-mongod/compare/0.2.0...1.0.0
[0.2.0]: https://github.com/BrandonZacharie/node-mongod/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/BrandonZacharie/node-mongod/compare/0.0.1...0.1.0 
[0.0.1]: https://github.com/BrandonZacharie/node-mongod/compare/694e8...0.0.1