mirror of
				https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
				synced 2025-11-04 17:15:23 +01:00 
			
		
		
		
	
		
			
				
	
	
	
		
			5.3 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			5.3 KiB
		
	
	
	
	
	
	
	
1.10.0 / 2020-03-20
- Add 
:total-timetoken - Fix trailing space in colored status code for 
devformat - deps: basic-auth@~2.0.1
- deps: safe-buffer@5.1.2
 
 - deps: depd@~2.0.0
- Replace internal 
evalusage withFunctionconstructor - Use instance methods on 
processto check for listeners 
 - Replace internal 
 - deps: on-headers@~1.0.2
- Fix 
res.writeHeadpatch missing return value 
 - Fix 
 
1.9.1 / 2018-09-10
- Fix using special characters in format
 - deps: depd@~1.1.2
- perf: remove argument reassignment
 
 
1.9.0 / 2017-09-26
- Use 
res.headersSentwhen available - deps: basic-auth@~2.0.0
- Use 
safe-bufferfor improved Buffer API 
 - Use 
 - deps: debug@2.6.9
 - deps: depd@~1.1.1
- Remove unnecessary 
Bufferloading 
 - Remove unnecessary 
 
1.8.2 / 2017-05-23
- deps: debug@2.6.8
- Fix 
DEBUG_MAX_ARRAY_LENGTH - deps: ms@2.0.0
 
 - Fix 
 
1.8.1 / 2017-02-04
- deps: debug@2.6.1
- Fix deprecation messages in WebStorm and other editors
 - Undeprecate 
DEBUG_FDset to1or2 
 
1.8.0 / 2017-02-04
- Fix sending unnecessary 
undefinedargument to token functions - deps: basic-auth@~1.1.0
 - deps: debug@2.6.0
- Allow colors in workers
 - Deprecated 
DEBUG_FDenvironment variable - Fix error when running under React Native
 - Use same color for same namespace
 - deps: ms@0.7.2
 
 - perf: enable strict mode in compiled functions
 
1.7.0 / 2016-02-18
- Add 
digitsargument toresponse-timetoken - deps: depd@~1.1.0
- Enable strict mode in more places
 - Support web browser loading
 
 - deps: on-headers@~1.0.1
- perf: enable strict mode
 
 
1.6.1 / 2015-07-03
- deps: basic-auth@~1.0.3
 
1.6.0 / 2015-06-12
- Add 
morgan.compile(format)export - Do not color 1xx status codes in 
devformat - Fix 
response-timetoken to not include response latency - Fix 
statustoken incorrectly displaying before response indevformat - Fix token return values to be 
undefinedor a string - Improve representation of multiple headers in 
reqandrestokens - Use 
res.getHeaderinrestoken - deps: basic-auth@~1.0.2
- perf: enable strict mode
 - perf: hoist regular expression
 - perf: parse with regular expressions
 - perf: remove argument reassignment
 
 - deps: on-finished@~2.3.0
- Add defined behavior for HTTP 
CONNECTrequests - Add defined behavior for HTTP 
Upgraderequests - deps: ee-first@1.1.1
 
 - Add defined behavior for HTTP 
 - pref: enable strict mode
 - pref: reduce function closure scopes
 - pref: remove dynamic compile on every request for 
devformat - pref: remove an argument reassignment
 - pref: skip function call without 
skipoption 
1.5.3 / 2015-05-10
- deps: basic-auth@~1.0.1
 - deps: debug@~2.2.0
- deps: ms@0.7.1
 
 - deps: depd@~1.0.1
 - deps: on-finished@~2.2.1
- Fix 
isFinished(req)when data buffered 
 - Fix 
 
1.5.2 / 2015-03-15
- deps: debug@~2.1.3
- Fix high intensity foreground color for bold
 - deps: ms@0.7.0
 
 
1.5.1 / 2014-12-31
- deps: debug@~2.1.1
 - deps: on-finished@~2.2.0
 
1.5.0 / 2014-11-06
- Add multiple date formats
clffor the common log formatisofor the common ISO 8601 date time formatwebfor the common RFC 1123 date time format
 - Deprecate 
bufferoption - Fix date format in 
commonandcombinedformats - Fix token arguments to accept values with 
" 
1.4.1 / 2014-10-22
- deps: on-finished@~2.1.1
- Fix handling of pipelined requests
 
 
1.4.0 / 2014-10-16
- Add 
debugmessages - deps: depd@~1.0.0
 
1.3.2 / 2014-09-27
- Fix 
req.ipintegration whenimmediate: false 
1.3.1 / 2014-09-14
- Remove un-used 
bytesdependency - deps: depd@0.4.5
 
1.3.0 / 2014-09-01
- Assert if 
formatis not a function or string 
1.2.3 / 2014-08-16
- deps: on-finished@2.1.0
 
1.2.2 / 2014-07-27
- deps: depd@0.4.4
- Work-around v8 generating empty stack traces
 
 
1.2.1 / 2014-07-26
- deps: depd@0.4.3
- Fix exception when global 
Error.stackTraceLimitis too low 
 - Fix exception when global 
 
1.2.0 / 2014-07-19
- Add 
:remote-usertoken - Add 
combinedlog format - Add 
commonlog format - Add 
morgan(format, options)function signature - Deprecate 
defaultformat -- usecombinedformat instead - Deprecate not providing a format
 - Remove non-standard grey color from 
devformat 
1.1.1 / 2014-05-20
- simplify method to get remote address
 
1.1.0 / 2014-05-18
- "dev" format will use same tokens as other formats
 :response-timetoken is now empty when immediate used:response-timetoken is now monotonic:response-timetoken has precision to 1 μs- fix 
:status+ immediate output in node.js 0.8 - improve 
bufferoption to prevent indefinite event loop holding - deps: bytes@1.0.0
- add negative support
 
 
1.0.1 / 2014-05-04
- Make buffer unique per morgan instance
 - deps: bytes@0.3.0
- added terabyte support
 
 
1.0.0 / 2014-02-08
- Initial release