/ CHANGELOG.md
CHANGELOG.md
1 # Changelog 2 3 All notable changes to this project will be documented in this file. 4 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 8 ## [Unreleased] 9 10 ### Added 11 - Initial project structure 12 - Deno configuration for RSR compliance 13 - ReScript configuration for type-safe development 14 - justfile with build commands 15 - Mustfile for mandatory checks 16 - Example affine type demonstrations 17 - WebAssembly compilation examples 18 - RSR compliance verification script 19 20 ### Security 21 - AGPL-3.0-or-later license 22 - Security policy (SECURITY.md) 23 - Code of conduct 24 25 ## [0.1.0] - 2025-12-30 26 27 ### Added 28 - Project scaffolding 29 - README with affine type documentation 30 - Basic project structure (src/, examples/, docs/, test/) 31 - Configuration files (deno.json, rescript.json) 32 33 [Unreleased]: https://github.com/hyperpolymath/affinescript-playground/compare/v0.1.0...HEAD 34 [0.1.0]: https://github.com/hyperpolymath/affinescript-playground/releases/tag/v0.1.0