Releases: theVolary/feather
Releases · theVolary/feather
Custom route authorization for non-users (client only)
Merge pull request #304 from DavidZey/master allowing (custom) authorization to occur even when user login is not logged in
New onPreStart hook, updated JS minify, handle object exception logging
- Refactor on jsdom memory leak to call window close and to no longer cap jsdom resources #300
- Added resource counting to ensure rest of feather is properly releasing dom objects thru the manager #300
- Upgrade jsdom to newest stable 1.5.0 #300
- Cleanup #300
- add onPreStart app hook #297
- re-enables js minify using newest uglifyjs #297
- Handle exception objects passed to logger that don't match specific signature #298
Security patches
- Upgraded Socket.io and add Verbs to route auth
- Implement POODLE fix for SSLv3 and SSLv2
Proxy Server Support
- PR 292, proxy support
Handle no body on a DELETE request
Added PR #290
Resource Pool Enhancements
Adds PR #289
Render error handling
This release fixes a render error handling bug that orphaned a dom resource if a server-side template failed to execute. See PR #288
v0.4.13
JQuery rollback
- JQuery in use was 1.7.1. This release pulls that same version from the CDN, instead of 1.7.2, as it broke some things.
Efficiency improvements
- Gzip is working again.
- Gzip and minify socket.io files
- JQuery and Bootstrap files are pulled from CDN now.