Skip to content

Releases: md2docx/core

Release v1.2.0

01 Jun 13:30
Compare
Choose a tag to compare

Minor Changes

  • 8857587: Export docx object for advanced users
  • bc0e116: Add postprocess hook to the plugins

What's Changed

Full Changelog: 1.1.6...1.2.0

Release v1.1.6

30 May 11:46
Compare
Choose a tag to compare

Patch Changes

  • 96d0580: Use Promise.any to load the results as fast as possible either from cache or from directly generating using the generator function

Full Changelog: 1.1.5...1.1.6

Release v1.1.5

30 May 11:08
Compare
Choose a tag to compare

Patch Changes

  • 500717b: fix: recursive serialization for objects

Full Changelog: 1.1.4...1.1.5

Release v1.1.4

30 May 09:32
Compare
Choose a tag to compare

Patch Changes

  • 3731ab8: fix: handle case when generator return undefined or null

Full Changelog: 1.1.3...1.1.4

Release v1.1.3

30 May 08:22
Compare
Choose a tag to compare

Patch Changes

  • 84d9dbd: fix SVG node value types

Full Changelog: 1.1.2...1.1.3

Release v1.1.2

30 May 08:15
Compare
Choose a tag to compare

Patch Changes

  • 7dd01ca: Remove non-serializable fields from the generator result before caching

Full Changelog: 1.1.1...1.1.2

Release v1.1.1

30 May 07:06
Compare
Choose a tag to compare

Patch Changes

  • f9dc971: fix: ignore promises in stableSerialize

Full Changelog: 1.1.0...1.1.1

Release v1.1.0

30 May 06:30
Compare
Choose a tag to compare

Minor Changes

  • 56a8c29: Restructure utils and enhance caching system:

    • Move utils.ts to utils/index.ts for better organization
    • Replace cache-utils.ts with improved utils/cache.ts implementation
    • Add namespace support to cache entries for better management
    • Implement stale cache cleanup functionality
    • Enhance serialization with better handling of arrays and primitives
    • Update package.json exports to reflect new file structure
  • 839e2e7: feat: add persistent caching utilities with IndexedDB support

    Implement a centralized caching mechanism that:

    • Provides both in-memory and persistent IndexedDB caching
    • Includes deterministic cache key generation with xxhash
    • Supports automatic timestamp tracking for cache entries
    • Prevents duplicate parallel processing with runtime cache
    • Adds xxhash-wasm dependency for efficient hashing

    This utility will improve performance by avoiding redundant
    expensive operations across the application.

Full Changelog: 1.0.2...1.1.0

Release v1.0.2

20 May 04:52
Compare
Choose a tag to compare

Full Changelog: 1.0.1...1.0.2

Release v1.0.1

19 May 09:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1