Skip to content

Latest commit

 

History

History
63 lines (46 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

63 lines (46 loc) · 2.01 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.4.10] - 2025-01-02

Fixed

  • Corrected crypto module exports path for better ESM compatibility
  • Fixed directory imports for Node.js ESM

[0.4.9] - 2025-01-02

Fixed

  • Enhanced Node.js compatibility with proper CJS/ESM module support
  • Improved module resolution for both CommonJS and ES Module environments
  • Fixed package exports to ensure consistent behavior across different Node.js versions

[0.4.5] - 2024-12-29

Fixed

  • Fixed NIP-19 function exports to ensure proper access from dependent packages
  • Improved type exports for NIP-19 related types
  • Updated documentation for NIP-19 functionality with clearer examples

[0.4.4] - 2024-12-29

Added

  • Enhanced logging system with comprehensive error handling
  • Development mode pretty printing with timestamps
  • TypeScript type exports for logger
  • Export utility functions: encodeBytes and getPublicKeyHex

Changed

  • Updated logger implementation to follow project-wide standards
  • Improved error object formatting with stack traces
  • Enhanced development mode output formatting

[0.4.3] - 2024-12-29

Added

  • Enhanced logging system with comprehensive error handling
  • Development mode pretty printing with timestamps
  • TypeScript type exports for logger
  • Export utility functions: encodeBytes and getPublicKeyHex

Changed

  • Updated logger implementation to follow project-wide standards
  • Improved error object formatting with stack traces
  • Enhanced development mode output formatting
  • Removed unused code and variables

Fixed

  • Error object serialization in logs now includes stack traces
  • Development mode logging now properly handles timestamps
  • Resolved lint issues in nip-19, nip-26, and validation utilities

[0.4.2] - Previous Release

... (previous entries)