Skip to content

Tags: 1set/starlight

Tags

v0.1.2

Toggle v0.1.2's commit message
Slice Enhancements and Struct Comparison Fixes

This release introduces the `find()` function for Go slices, improves struct handling by disallowing `==` comparison for custom structs, and includes a few test improvements.

v0.1.1

Toggle v0.1.1's commit message
Struct As Map

v0.1.0

Toggle v0.1.0's commit message
Now first milestone is reached. It is time to create a tag for this m…

…ilestone.

v0.0.10

Toggle v0.0.10's commit message
make from nil

v0.0.9

Toggle v0.0.9's commit message
Update for Latest Go 1.18 SL: google/starlark-go@f864706

v0.0.8

Toggle v0.0.8's commit message
More Custom Tags Usage

v0.0.7

Toggle v0.0.7's commit message
Go 1.18 for Latest Go-Starlark

v0.0.6

Toggle v0.0.6's commit message
Fix Latest Go-Starlark: google/starlark-go@12f4cb8

v0.0.5

Toggle v0.0.5's commit message
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).

v0.0.4

Toggle v0.0.4's commit message
Fix Custom Tag for Struct