Skip to content

v2.1.1

Choose a tag to compare

@hideokamoto hideokamoto released this 25 Aug 05:38
· 28 commits to main since this release

Fixed

  • Fixed typo in error message: "Unasigned resolve target." → "Unassigned resolve target."
  • Improved error messages for unsupported types to provide more detailed information
  • Enhanced debugging experience by using JSON.stringify for object types instead of generic [object Object] representation

Changed

  • Error messages now display detailed object information when an unsupported object type is passed to the resolver
  • More informative error messages help developers quickly identify and resolve type-related issues

Technical Details

  • Modified Resolver.resolve() method to conditionally use JSON.stringify() for object types
  • Added comprehensive error handling with type-aware string representation
  • Updated test cases to reflect the improved error message format