Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Dec 09:57
4d82450

1.0.0 (2024-12-21)

Bug Fixes

  • add ESLint disable comments and fix remaining unused parameters (a2f7143)
  • add ESLint disable comments for remaining unused parameters (3d6e613)
  • add JSDoc comments and fix unused parameter warnings (6935e96)
  • add missing closing brace in provider test file (de50579)
  • dependencies (9bfe396)
  • implement minimal provider interfaces and add type definitions (c3bac92)
  • move OpenAI API key config check into specific provider cases (36c74e0)
  • remove context parameter from createProvider calls (8dce41a)
  • remove unused context parameter from NamespaceProvider (561031a)
  • remove unused imports and types in provider test (8c983bc)
  • remove unused schemaData variable (a7c4f6a)
  • remove unused schemaData variable and update TODO progress (62dd5f6)
  • remove workspace dependencies and regenerate lockfile (ccd939c)
  • resolve ESLint and TypeScript errors in providers (6b06381)
  • resolve linting issues and improve code quality (35c77fd)
  • resolve linting issues in provider implementation (1b12e70)
  • resolve typescript errors in provider factory and web extension (a9f5daf)
  • restore closing brace in provider test file (7ffc063)
  • update @mdxdb dependencies to use published npm packages (25fcf96)
  • Update ci.yml with GITHUB_TOKEN (4d82450)
  • update MDXEditorProvider registration to use static method (bfb925d)
  • update mock DB implementation to match MDXLD interface (138b404)
  • update provider constructors to accept ExtensionContext (5eb4137)
  • update test runner implementation and fix TypeScript errors (579f848)
  • update test runner to use correct Vitest API (e597da9)
  • update type definitions and module imports (141fa6c)
  • update webpack config for ESM modules and node protocol handling (d066cc0)
  • update webpack config with comprehensive node polyfills and fallbacks (b34bd1f)
  • use property to match MDXLD interface (9334b3a)

Features

  • add provider configuration interface with validation (440cbac)
  • add schema.org validator implementation (1e345cc)
  • add VS Code settings schema for provider configuration (33185aa)
  • add web build configuration and update providers for web support (2c5b7b6)
  • add web extension support and mock mdxdb types (068e7db)
  • implement comprehensive schema.org validation (e3a362e)
  • implement environment-specific provider factory with mock providers (7aa8ef8)
  • implement MDX editor with Monaco and schema validation structure (b82d13c)
  • implement namespace browser with search and provider integration (f1fa3b2)
  • initial extension setup (f6fae6a)