Tags: 1set/starlight
Tags
Enhancements and Fixes in Struct Handling and Time Support This release includes several important updates and fixes: 1. Refactored common utility into a single file for the convert package. This change improves code organization and maintainability (#19). 2. Fixed a critical issue that could cause stack overflow panics due to infinite recursion. The system now properly detects such scenarios and avoids them (#18). 3. Fixed the handling of custom tags for nested structs. This fix ensures accurate and reliable struct processing (#17). 4. Introduced the ability to make lists, tuples, and sets. This feature expands the flexibility and functionality of the system (#16). 5. Added support for the standard library time from go.starlark.net/lib/time. This feature allows users to work with time more effectively in their applications (#15).
PreviousNext