Changelog
Change history of Booking Platform
v0.2.1 (2026-07)
Added
- Added Health CLI workspace documentation (
workspaces/health-cli.md) - Added 6 missing API handler groups to API overview (AI, Blog, Feature Flags, Realtime, Social Sharing, Video)
- Added
security/section to README documentation sections table - Added placeholder data files for Vue components (
project.json,features.json,test-results.json,releases.json) - Added
vitepress-plugin-group-iconsintegration to VitePress config - Added UnoCSS config at workspace root
- Added Vue 3 to docs tech stack table
Changed
- Updated server handler count from 17 to 21 in features and website docs
- Updated workspace count from 9 to 10 across all docs
- Updated docs dev port from 3000 to 5173 in usage and installation guides
- Updated docs workspace structure to reflect actual file layout
- Updated
AGENTS.mdto reference correct UnoCSS config path - Updated
project/features.mdwith 4 missing server handler groups (AI, Feature Flags, Loyalty Program, Reviews) - Updated
project/workspaces.mdto include tools/health workspace - Updated
project/overview.mdarchitecture tree to include tools/health
Removed
- Removed all
google-travelreferences from 12+ docs files - Deleted stale
workspaces/google-travel.mdpage - Removed stale
Nitroand.outputreferences frompackage.json,tsconfig.json,.moon/workspace.yml,README.md, andAGENTS.md - Removed
nitro.config.tsfrom.moon/workspace.ymlbuild inputs - Removed Google Travel Partner section from
resources/integrations.md
Fixed
- Fixed VitePress config with correct plugin setup (UnoCSS, group-icons, Twoslash)
- Fixed malformed Vue template in
TestResults.vuecomponent - Fixed
workspaces/docs.mdstructure tree to match actual files - Fixed
workspaces/integrations-shared.mdoverview text to remove Google Travel
v0.2.0 (2025-01)
Added
- Added API documentation for Bookings, Customers, Services, Staff
- Added API Tester page for testing API
- Added Mobile App guide
- Added Best Practices guide
- Added Integrations documentation (Stripe, Google Calendar, Twilio, Zapier)
- Added Troubleshooting guide
- Added Compare Plans page
Changed
- Updated VitePress config to add API sidebar
- Improved Getting Started flow
- Fixed broken links in API docs
Fixed
- Fixed duplicate content in getting-started
- Fixed broken image URLs in README
- Fixed order conflict in API reference
v0.1.0 (2024-12)
Added
- Created VitePress documentation site
- Added Getting Started guides (introduction, installation, quick-start)
- Added User Guides (authentication, booking-flow, payments, basic-usage, customer-guide)
- Added Product pages (features, configuration, pricing)
- Added FAQ page
- Configured Biome for lint and format
- Configured Moonrepo workspace
Changelog Format
Based on Keep a Changelog
- Added — New features
- Changed — Changes in existing features
- Deprecated — Features to be removed
- Removed — Features that have been removed
- Fixed — Bug fixes
- Security — Vulnerability fixes