Skip to content

Releases: aretw0/loam

v0.10.9

21 Feb 17:40

Choose a tag to compare

Changelog

Features

  • f638839 feat: add GitHub Actions CI workflow to run tests on multiple operating systems.

Others

  • c3df018 ci: add github actions workflow for tests
  • 7cb8c34 docs(architecture): propose 00X ADR for CRDT analysis
  • be59e13 docs(architecture): propose ADRs 001 to 004 on core foundations
  • d51ab4e docs(architecture): propose ADRs 005 to 012 covering watcher, sync, consistency and startup protocols
  • 2ee67ed docs(plan): mark event broker delegation as complete
  • 6eaee62 refactor(fs): overhaul event system with lifecycle primitives and sober pass

v0.10.8

17 Feb 08:57

Choose a tag to compare

Changelog

Features

  • d2665dc feat: add configurable content extraction
  • 0edfeff feat: adicionar configuração de lançamento e suporte a pacotes para Homebrew, Scoop e Winget

Others

  • 60c5650 examples: add config loading demo
  • 7eeda66 refactor(fs): split Initialize into initDir/initGit and clean up comments

v0.10.7

17 Feb 08:50

Choose a tag to compare

Changelog

Features

  • 6220307 feat(core): implement fmt.Stringer for Event to support ecosystem routers
  • c15c158 feat: Add PLANNING.md to document project roadmap and future phases.

Bug Fixes

  • a039280 fix: atualizar a versão do pacote lifecycle para v1.6.0
  • 755e62c fix: atualizar a versão do pacote lifecycle para v1.6.0
  • 94593e6 fix: atualizar a versão para 0.10.7
  • c28d143 fix: corrigir a configuração do markdownlint para incluir MD013
  • 9d9d8df fix: melhorar a descrição do logger no watcher para incluir fallback em stderr
  • 1d4a3a6 fix: update Makefile to ensure test target is properly defined

Others

  • f16bff3 Fix: Remove problematic Group+Transaction pattern from examples
  • 23d67c9 Refactor watchWorker and fix race condition in debouncer
  • 51aa048 Sober Review: Fix panic observability & logger pattern (Opção B)
  • 344bc62 docs(planning): add lifecycle plans

v0.10.6

09 Jan 05:29

Choose a tag to compare

Changelog

Features

  • 4d793b6 feat(core): add ErrReadOnly
  • 4b2c24f feat(fs): implement ReadOnly mode and safety bypass logic
  • 3add9bb feat(platform): add WithReadOnly and WithDevSafety options

Others

  • 674168c chore(planning): reducing planning size
  • a2484d3 docs(examples): add readonly demo and update index
  • 3814030 test(integration): add automated tests for ReadOnly mode

v0.10.5

08 Jan 22:34

Choose a tag to compare

Changelog

Features

  • 776826a feat(watcher): robust self-write ignore and error visibility

Others

  • e567a81 docs(gemini): refine development conventions and cli structure
  • 11bfa7c docs(technical): visually represent robust watcher features

v0.10.4

08 Jan 18:52

Choose a tag to compare

Changelog

Features

  • eb3725b feat(api): export WithStrict option
  • 2caddad feat(cli): add --strict flag to commands
  • 512d75c feat(fs): implement strict numeric fidelity across all serializers
  • 41db490 feat(platform): add WithStrict option
  • 7037704 feat: add Gemini-powered GitHub Actions for issue triage, review, and invocation, including scheduled workflows, documentation, and gitignore updates.

Bug Fixes

  • 950005a fix(platform): ensure strict config is propagated to factory

Others

  • dd59ad6 test(typed): verify strict fidelity in typed repository

v0.10.3

07 Jan 15:50

Choose a tag to compare

Changelog

Bug Fixes

  • 01f2492 fix(typed): use strict json decoding in Save to preserve number fidelity

Others

  • 802cc61 test(typed): add regression tests for strict json and fix file extensions

v0.10.2

07 Jan 05:03

Choose a tag to compare

Changelog

Features

  • 3a6c513 feat(fs): add built-in support for strict json serialization
  • 46c60e3 feat: implement WithSerializer option for custom serializers

v0.10.1

07 Jan 04:19

Choose a tag to compare

Changelog

v0.10.0

07 Jan 03:21

Choose a tag to compare

Changelog

Features

  • 1a25dd6 feat(fs): implement pluggable serializers and Smart JSON for CSV
  • 88a736e feat: Add PLANNING.md outlining the project roadmap and future phases.

Others

  • a5836d0 chore(examples): replace legacy CSV example with Smart JSON demo