Skip to content

Tags: Jesssullivan/scheduling-kit

Tags

v0.7.0

Toggle v0.7.0's commit message
v0.7.0: PaymentCapabilities contract + HybridCheckoutDrawer breaking …

…change

v0.6.1

Toggle v0.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Jesssullivan Jess Sullivan
v0.6.1: status helpers + SetupStep

v0.6.0

Toggle v0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Jesssullivan Jess Sullivan
v0.6.0: onboarding subpackage — Stripe OAuth, PayPal validation, webh…

…ook management

v0.5.2

Toggle v0.5.2's commit message

Verified

This tag was signed with the committer’s verified signature.
Jesssullivan Jess Sullivan
v0.5.2: PayPal return URLs for proper popup flow

v0.5.1

Toggle v0.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Jesssullivan Jess Sullivan
v0.5.1: payee-email routing

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: v0.5.0 - remove acuity-scraper, add Bazel 8 config (#11)

* chore: bump version to 0.5.0

* refactor!: remove acuity-scraper adapter

Scraper belongs in acuity-middleware, not the scheduling library.
Deprecated since extract-business.ts + middleware wizard steps
replaced all scraper functionality.

BREAKING: AcuityScraper, createScraperAdapter, scrapeServicesOnce,
scrapeAvailabilityOnce removed from @tummycrypt/scheduling-kit/adapters.

* build: add Bazel 8 configuration with subpackage targets

- MODULE.bazel: bzlmod config with rules_js 2.9.1, rules_ts 3.8.4, SWC, pnpm 9
- BUILD.bazel: svelte-package build, npm_package, 6 subpackage ts_project
  targets (core, adapters, payments, reconciliation, lib, testing), vitest,
  svelte-check typecheck
- .bazelrc: build/CI/debug/release configs with disk cache
- .bazelversion: pin to 8.1.1
- .npmrc: hoist=false (required by rules_js)

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor!: remove middleware code (belongs in acuity-middleware) (#10)

Removed: src/middleware/ (33 files), modal-app.py, Dockerfile,
live tests, playwright deps. Version 0.3.1 to 0.4.0.

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: pair all text colors for dark mode contrast (63 instances) (#9)

Replace single-value text colors with Skeleton light-dark pairings:
- text-surface-500 → text-surface-600-400 (40 instances)
- text-primary-500 → text-primary-600-400 (5 instances)
- text-error-500 → text-error-600-400 (18 instances)

These were invisible in dark mode (gray on dark gray). Pairing
classes ensure readable contrast in both light and dark modes.

Bump version 0.3.0 → 0.3.1

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: repository URL must match publish provenance (Jesssullivan not t…

…inyland-inc) (#8)

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #5 from Jesssullivan/fix/fp-ts-runtime-crashes

fix: migrate remaining fp-ts runtime patterns + bump to 0.2.1