프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / mongod / CHANGELOG.md

이력 | 보기 | 이력해설 | 다운로드 (1.24 KB)

1
# mongod
2

    
3
This project adheres to [Semantic Versioning](http://semver.org/). Notable
4
changes to this project will be documented in this file for which the format
5
is based on [Keep a Changelog](http://keepachangelog.com/).
6

    
7
### [2.0.0][] - 2017-01-17
8

    
9
#### Added
10

    
11
- Support for NPM install
12
- Lint markdown with remark
13

    
14
### [1.0.0][] — 2017-01-16
15

    
16
#### Added
17

    
18
- Changelog
19

    
20
#### Fixed
21

    
22
- “stdout” event not emitted for stderr
23

    
24
---
25

    
26
### [0.2.0][] — 2017-01-08
27

    
28
#### Added
29

    
30
- Support for `--nojournal` (`Mongod~Config#nojournal`)
31

    
32
---
33

    
34
### [0.1.0][] — 2017-01-08
35

    
36
#### Added
37

    
38
- Support for `--storageEngine` (`Mongod~Config#storageEngine`)
39
- “open” and “close” events
40

    
41
#### Changed
42

    
43
- Update dev dependencies
44
  - eslint 3.13.0
45

    
46
#### Fixed
47

    
48
- Errors when calling `#open()` or `#close()` repetitiously
49

    
50
---
51

    
52
### [0.0.1][] — 2016-12-24
53

    
54
#### Added
55

    
56
- Initial release
57

    
58
[2.0.0]: https://github.com/BrandonZacharie/node-mongod/compare/1.0.0...2.0.0
59
[1.0.0]: https://github.com/BrandonZacharie/node-mongod/compare/0.2.0...1.0.0
60
[0.2.0]: https://github.com/BrandonZacharie/node-mongod/compare/0.1.0...0.2.0
61
[0.1.0]: https://github.com/BrandonZacharie/node-mongod/compare/0.0.1...0.1.0 
62
[0.0.1]: https://github.com/BrandonZacharie/node-mongod/compare/694e8...0.0.1