Skip to content

Releases: Michael-Obele/svelte-idb

svelte-idb: v0.1.6

Choose a tag to compare

@github-actions github-actions released this 21 May 10:51
625f439

0.1.6 (2026-05-21)

Features

  • add .fallowrc configuration and update .gitignore to include .fallow/ (86f83c9)
  • add @public JSDoc annotation to QueryBuilder, LiveQuery, and ReactiveStore classes (ac16b79)
  • add IDBDataCloneError and docs for Svelte reactive state (8fac37b)
  • add indexed query builder (61bed23), closes #19
  • add query builder documentation and API details (82ecd6a)
  • add rule to disable unused class members warning in .fallowrc (973b32b)
  • update entry points in .fallowrc for improved module resolution (d4cbbde)

svelte-idb: v0.1.5

Choose a tag to compare

@github-actions github-actions released this 07 Mar 18:40
31efa9a

0.1.5 (2026-03-07)

Features

  • add API design and implementation roadmap documentation for svelte-idb-sync (f919173)
  • add API design documentation for svelte-idb-sync (082c2af)
  • create implementation roadmap for svelte-idb-sync (082c2af)
  • enhance footer with navigation links and add sitemap server route (0d14974)

Bug Fixes

  • update project metadata by removing version and size details; enhance versioning strategy explanation (4d35ae7)

svelte-idb: v0.1.4

Choose a tag to compare

@github-actions github-actions released this 03 Mar 13:23
b79b7da

0.1.4 (2026-02-26)

Features

  • add Input and Textarea components for enhanced note-taking functionality (e7f178a)
  • add Input and Textarea components with Svelte integration (cb2a157)
  • configure SvelteKit inspector with alt-x toggle and bottom-right button (3f41549)
  • implement note editing functionality with modal support in +page.svelte (748c7a3)
  • update favicon to a Svelte logo with a database badge and introduce a dedicated database favicon. (65e4b1c)

Bug Fixes

  • improve formatting and structure in README.md for better readability (e052dde)
  • remove duplicate dependencies from package.json and bun.lock (e9feed4)
  • update CSS classes for improved layout and responsiveness in +page.svelte (37afb58)
  • update homepage and add documentation link in package.json; enhance README.md with additional resources (04501ac)

svelte-idb: v0.1.3

Choose a tag to compare

@github-actions github-actions released this 25 Feb 01:13
eb7b6ac

0.1.3 (2026-02-24)

Features

  • add accordion, badge, button, card, scroll area, separator, sheet, and tabs components (1f91f3a)
  • add component aliases for improved path resolution in svelte.config.js (d153a1f)
  • add shiki-block-svelte dependency to package.json and bun.lock (0a32de9)
  • docs: add sidebar component and documentation data structure (efe335d)
  • enhance layout styles with dark mode support and additional CSS variables (916066c)
  • implement npm version fetching and display in the UI (6e69659)
  • update dependencies and add components configuration (42abdba)
  • wrap children rendering in a div for consistent layout structure (cafa3a4)

svelte-idb: v0.1.2

Choose a tag to compare

@github-actions github-actions released this 23 Feb 08:35
72eb818

0.1.2 (2026-02-23)

Bug Fixes

  • align docs manifest version to match current package version (0.1.1-doc.0) (c4bbd92)

svelte-idb: v0.1.1

Choose a tag to compare

@github-actions github-actions released this 23 Feb 07:45
597f888

0.1.1 (2026-02-23)

Features

  • add AI coding instructions for svelte-idb project (0638027)
  • add comprehensive documentation for SvelteKit IndexedDB library (be1407c)
  • add design guidelines and icon usage instructions to copilot documentation (c282919)
  • add GitHub Actions workflow for publishing to npm with provenance support (59772f7)
  • add issue templates for bug reports and feature requests, enhance contributing guidelines, and implement security policy (6712e09)
  • add layout component and corresponding CSS for improved styling (bde93b6)
  • add release automation workflow for npm publishing with provenance support (c9787c5)
  • add VSCode settings for Tailwind CSS file association (9ebb83f)
  • enhance core API with utility functions for value preparation and SSR handling (91c6f01)
  • enhance release workflow permissions and add missing token configuration (59f260e)
  • implement core functionality for IndexedDB with change notification and error handling (c4c63f3)
  • implement notes management in the main page with reactive IndexedDB integration (bde93b6)
  • implement reactive database and store with live query support (8023a0d)
  • initialize Svelte library project with basic structure and configuration (5df0747)
  • update README.md with enhanced project description, features, installation instructions, and usage examples (d97ab9c)

Bug Fixes

  • update formatting for implementation roadmap reference in copilot instructions (06678a5)
  • update Vite configuration to include Tailwind CSS plugin (bde93b6)