Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Feb 05:49
4e1fd47

Changes

  • 4e1fd47 Merge pull request #3 from BuddhiLW/release/v0.1.0
  • b6c2a59 feat: Add Result ADT, property tests, and CI/CD pipeline
  • 7b140a9 docs: Add DDD/SOLID/CLARITY refactoring plan
  • 29bf16b feat: Add multi-binding for/doseq with modifiers (clel-045)
  • f8297e9 feat: Add transducers, sets, and sequence functions (clel-041,043,044)
  • e9269f3 feat(strings): Add clojure.string namespace functions (clel-042)
  • 54cae8c feat(iteration): Add for list comprehension (clel-039)
  • 674c317 feat(runtime): Add iteration forms, nested data, seq generators, accessors
  • e3d363c feat(examples): Add hive-mcp-eca.cljel example with tests (clel-034)
  • 4a595b7 feat(examples): Add hive-mcp-log.cljel port (clel-024)
  • fdd3d1c feat(interop): Add Emacs buffer/process interop layer (clel-031)
  • 2be4b73 docs: Update progress log with clel-020 and clel-025
  • 4e5b1bc feat(runtime): Add string operation functions (clel-034)
  • a8a148e test(emitter): Add sequence function emission tests (clel-029)
  • f85fc6d feat(analyzer,emitter): Add extend-type, extend-protocol, satisfies?, reify (clel-025)
  • 605aeb4 feat(core): Add source location tracking with LineNumberingPushbackReader (clel-020)
  • 7b291b7 feat(analyzer,emitter): Add define-minor-mode and with-eval-after-load (clel-032, clel-033)
  • 907884e feat(analyzer,emitter): Add defgroup and defcustom for Emacs customize (clel-030, clel-031)