All Versions
34
Latest Version
Avg Release Cycle
19 days
Latest Release
920 days ago

Changelog History
Page 4

  • v2.5.0 Changes

    June 12, 2019

    Features:

    • โž• 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:

    • ๐Ÿ“„ docs: fix typos for logging - #1701
    • โž• Add RBAC plugin - #1692
    • โšก๏ธ Update docs to fix req.body inside logger req - #1695
  • v2.4.1 Changes

    May 22, 2019
    • โž• Add .git folder to NPM ignore - #1663
  • v2.4.0 Changes

    May 22, 2019

    Features

    • ๐Ÿ“œ 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, 2019

    Features:

    • โž• Add onRequest route hook - #1594

    ๐Ÿ›  Fixes:

    • Resolve issue 1584 - #1589
    • ๐Ÿ›  fix/mutated-schemas at startup - #1572

    ๐Ÿ“š 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:

    • Faster startup time - #1597
    • ๐Ÿ‘‰ use a cache for Ajv compiled schemas - #1606