Releases: twisted/nevow
Releases · twisted/nevow
Nevow 0.14.4 (2018-06-13)
Bugfixes
- Divmod.Runtime.getAttribute now works again on newer Microsoft Edge versions.
(#102)
Nevow 0.14.3 (2017-08-19)
Nevow 0.14.2
Nevow 0.14.2 (2016-08-29)
Re-release of 0.14.2 due to a release engineering mistake.
No changes other than the version number.
Nevow 0.14.1 (2016-08-29)
Features
- Nevow will now correctly map the MIME type of SVG files even if the
platform registry does not have such a mapping. (#88) - Athena no longer logs widget instantiation on initial page load.
(#92)
Bugfixes
- Nevow's test suite is now compatible with Twisted 16.3. (#82)
- Athena will no longer cause spurious errors resulting from page
disconnection. (#84) - Athena will now ignore responses to already-responded remote calls
during page shutdown. (#86)
Improved Documentation
- Nevow's NEWS file is now generated from news fragments by towncrier.
(#81)
Nevow 0.13.0
nevow.appserver.Request.headers
andreceived_headers
are now deprecated to
follow suit with Twisted; older versions of Nevow will not be compatible
with Twisted 16.0.0 due to these being removed in Twisted.nevow.testutil.FakeRequest
had similar changes made to assist with
compatibility in test code, and there should be no Nevow code left that
touches the deprecated APIs, but any application code using the old APIs
should be migrated.- Some very ancient, deprecated things were removed:
nevow.canvas
,
nevow.livepage
,nevow.livetest
,nevow.taglibrary
(except for the Athena
version ofnevow.taglibrary.tabbedPane
),nevow.wsgi
, andzomne
.