Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 901 Bytes

CHANGELOG.md

File metadata and controls

36 lines (31 loc) · 901 Bytes

Change Log

All notable changes to the "fastendpoints" extension will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[1.1.0] - 2023-09-09

Added

  • FastEndpoint snippets:
    • Test Fixture
    • Test Class
    • Test Method

[1.0.0] - 2023-07-15

Added

  • FastEndpoint snippets:
    • Endpoint Request only
    • Endpoint Request and Response
    • Endpoint w/o Request
    • Endpoint w/o Request w/ Response
    • Request & Response DTOs
    • Endpoint Validator
    • Endpoint Mapper
    • Endpoint Summary
    • Full Vertical Slice
    • Event Handler
    • Command w/o Result
    • Command w/ Result
    • Command Handler w/ Result
    • Command Handler w/o Result
    • Preprocessor
    • Post Processor
    • Global Preprocessor
    • Global Post Processor