Skip to content

v0.0.11

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jun 19:22
· 3 commits to main since this release
225a17c

SpecDeck Release Notes πŸŽ‰

What's New:

  1. Improved Code Generator Structure πŸš€

    • The code generation process has been significantly optimized, resulting in cleaner, more efficient code outputs. This enhancement ensures better performance and easier maintenance.
  2. Generate a Wide Variety of Specifications πŸ› οΈ

    • SpecDeck now supports generating a broader range of specifications, making it more versatile and powerful. Users can now easily create specifications for various types, including range checks and more.

List of Specifications by Types:

a) Number πŸ”’:
  • Equals: Generate specifications to check if a number equals a specific value.
  • Greater/Less: Create specifications to verify if a number is greater or less than a given value.
  • Greater/Less or Equals: Check if a number is greater than, less than, or equal to a specified value.
  • In Range: Generate specifications to ensure a number falls within a specific range.
b) String 🧡:
  • Equals: Generate specifications to verify if a string equals a specific value.
  • Starts With: Create specifications to check if a string starts with a particular substring.
  • Ends With: Ensure a string ends with a specified substring.
  • Contains: Verify if a string contains a certain substring.
c) Date πŸ“…:
  • Equals: Create specifications to check if a date equals a specific value.
  • Greater/Less: Verify if a date is greater or less than a given date.
  • Greater/Less or Equals: Ensure that a date is greater than, less than, or equal to a specified date.
  • In Range: Generate specifications to ensure a date falls within a particular range.

These enhancements make SpecDeck an even more powerful tool for developers, providing a robust and flexible solution for generating specifications in .NET applications.

Change log

0.0.11 (2024-06-14)