1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00

pushed new blog post

This commit is contained in:
2015-10-28 14:37:06 -04:00
parent 77e382c5f1
commit 2e2b29eac1
602 changed files with 63133 additions and 0 deletions

23
node_modules/express/node_modules/vary/HISTORY.md generated vendored Normal file
View File

@@ -0,0 +1,23 @@
1.0.1 / 2015-07-08
==================
* Fix setting empty header from empty `field`
* perf: enable strict mode
* perf: remove argument reassignments
1.0.0 / 2014-08-10
==================
* Accept valid `Vary` header string as `field`
* Add `vary.append` for low-level string manipulation
* Move to `jshttp` orgainzation
0.1.0 / 2014-06-05
==================
* Support array of fields to set
0.0.0 / 2014-06-04
==================
* Initial release