Skip to content

Releases: Falcion/Zustandfundamentalen

v0.1.3-semantic

22 Apr 08:57
Compare
Choose a tag to compare

Version 0.1.3 (2024-04-22)

Build System

  • Build Env:
    • Added auto-publishing workflow. (d8af8a2)

v0.1.2-semantic

19 Apr 05:21
Compare
Choose a tag to compare

Version 0.1.2 (2024-04-18)

Fix

  • Semantic:
    • Fixed semantic versioning. (490ef0f)

v0.1.1-semantic

19 Apr 05:18
Compare
Choose a tag to compare

Version 0.1.1 (2024-04-04)

Features

  • Jenga:
    • Added a dictionary wrapper for Jenga. (fa49f7d)
    • Introduced a thread-safe version of Jenga. (08df3a6)

Documentation

  • CSPROJ:
    • Added tags and description in .CSPROJ file. (00a2202)
  • Dealings:
    • Added primary documentation to the project. (ee202c0)
  • Jenga:
    • Added XML documentation to the thread-safe Jenga. (8df35fb)

Refactoring

  • Code:
    • Implemented advanced inheritance to data. (360561d)
  • Docs:
    • Applied convention to documentation. (a552288)
  • Models:
    • Refactored and fixed code and documentation in models. (59e1e83)
  • Readme:
    • Made a small refactor in README. (645ab19)

Build System

  • Build Deps:
    • Added OBSIDIAN editor and settings. (9e61c48)
    • Set up CODE editor settings. (3493aad)
    • Added DOCKER and KUBERNETES to build dependencies. (c012c9b)
  • Husky:
    • Integrated HUSKY into the environment. (ad87157)
  • Project:
    • Fixed reference to .EDITORCONFIG. (3f8d9a7)
  • Repos:
    • Added .EDITORCONFIG to root. (e4e80a0)
  • Scripts:
    • Added default scripts to the build system. (fdc5d4e)
  • Workflows:
    • Added .NET workflows to the project. (720b388)

0.0.0-rc (soft-release)

25 Mar 13:35
Compare
Choose a tag to compare
Pre-release

Clear demo-release of the project's code in DLL (NO NUGET release), package includes:

  • Custom jenga's wrappers (see code for advanced information);
  • Custom jenga's for threadsafe code (threadsafe support);
  • Custom data models:
    • P1 (singleton);
    • P2 (pair);
    • P3 (triad);
    • P4 (quadra);
  • Implemented and used custom codestyle convention;