Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@delphidabbler delphidabbler released this 13 Sep 18:12

Released 2025-09-13

n specification:
* Added snippet properties to enable recording of compilation results with Delphi 13 (issue 62).
* Deprecated compiler results with value W (issue 63).

  • Changes were made to the Structures category:
    • Added a new TIntegerRange advanced record (issue 56).
    • Fixed an error in the description of the Range snippet.
    • Added a warning to the TRangeEx advanced record to note potentially buggy behaviour if the range lower bound is greater than the upper bound.
  • Added new RandomString routine to the String Management category (issue 28).
  • Added results of compiling every snippet with Delphi 13 (issue 60).
  • Fixed bug that was preventing the Softmax routine in the Mathematics category from compiling due to a missing unit declaration (issue 61).
  • Changes to unit tests:
    • Added a new DUnit test project for the Structures category and added it to the CodeSnippetsTestsXE project group. Unit tests for all snippets in the Structures category were created (issue 58).
    • Added further unit tests for all snippets in the Arrays category that did not already have them (issue 38).
    • Added unit tests for the new RandomString routine.
  • Documentation:
    • Updated tests/README.md re the unit test changes in this release and other minor revisions.
    • Fixed typo in README.md.