All Versions
34
Latest Version
Avg Release Cycle
19 days
Latest Release
920 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v2.5.0 Changes
June 12, 2019Features:
- โ Add ability to get response time on reply - #1697
- Alias schema.query to schema.querystring (#1690) - #1694
๐ Fixes:
- โ Added case sensitive option to definition file - #1691
- ๐ fix: use reply instead of original res - #1704
- โ Removes double call to afterRouteAdded when ignoreTrailingSlash === true - #1675
- ๐ Fix http2SecureServer test - #1681
- โ Adds defaults to TS generics definitions - #1669
๐ Documentation:
-
v2.4.1 Changes
May 22, 2019- โ Add .git folder to NPM ignore - #1663
-
v2.4.0 Changes
May 22, 2019Features
- ๐ Use secure-json-parse instead of bourne (#1619)
- โ Add option to disable request start and end logging (#1629)
๐ Fixes
- โ Add typings for disableRequestLogging option (#1633)
- Catches onRoute hooks errors (#1651)
- ๐ Emit warning synchronously (#1657)
- Hooks: throw on incorrect async function (#1608)
- ๐ fix(types): fix register options (#1644)
๐ Documentation
- โ add: more example on how use the $ref keyword (#1613)
- ๐ Minor host binding documentation rewrite: (#1616)
- โ Add fastify-feature-flags plugin to Ecosystem (#1614)
- ๐ docs: fix a broken anchor tag in Logging page (#1622)
- ๐ improve docs of fastify.close() (#1632)
- โ Added
fastify-decorators
to Ecosystem.md (#1645) - offboarding steps (#1646)
- โ Add fastify-objectionjs plugin to the Ecosystem (#1638)
- โ add example repo link (#1648)
- ๐ Make some spelling and grammar corrections to TS.md (#1640)
- ๐ docs(reply): clarify settings headers (#1642)
- ๐ Docs: add links for Ajv i18n and custom errors (#1588)
- โก๏ธ Updated docs to reflect internal reorg (#1575)
Internals
- chore(travis) add 12 (#1611)
- โ add node v12 to ci (#1610)
- โก๏ธ Updated azure pipelines configuration (#1639)
- โก๏ธ chore(package): update dns-prefetch-control to version 0.2.0 (#1641)
- โ add tap into greenkeeper ignore list (#1643)
- ๐ Fix typo in azure-pipelines.yml (#1649)
- โก๏ธ chore(package): update flatstr to version 1.0.12 (#1653)
- โก๏ธ chore(package): update send to version 0.17.0 (#1627)
- ๐ internal: moved route code (#1625)
-
v2.3.0 Changes
April 18, 2019Features:
- โ Add onRequest route hook - #1594
๐ Fixes:
๐ Documentation:
- โ Warning notice for new Function - #1605
- โ Added plugin fastify-normalize-request-reply - #1600
- ๐ Docs: Update Server#logger to discuss custom logger option - #1577
- ๐ first serverless documentation for AWS Lambda - #1564
- ๐ Fix typo in Hooks.md - #1590
- ๐ fix/schema-typo - #1585
- TOC added to Reply.md - #1582
- โก๏ธ Update Routes.md - #1579
- โก๏ธ Update Ecosystem.md - #1570
- doc add fastify-schema-constraint to ecosystem - #1573
- ๐ Fix ignoreTrailingSlash example - #1574
Internals: